Skip to content

Commit 9fd12a9

Browse files
committed
update webpack
1 parent b6c8052 commit 9fd12a9

7 files changed

+2820
-7249
lines changed

dist/electron.js.LICENSE.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* @preserve
3+
* JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013)
4+
*
5+
* @author <a href="mailto:jensyt@gmail.com">Jens Taylor</a>
6+
* @see http://github.com/homebrewing/brauhaus-diff
7+
* @author <a href="mailto:gary.court@gmail.com">Gary Court</a>
8+
* @see http://github.com/garycourt/murmurhash-js
9+
* @author <a href="mailto:aappleby@gmail.com">Austin Appleby</a>
10+
* @see http://sites.google.com/site/murmurhash/
11+
*/
12+
13+
/** @license URI.js v4.2.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */

dist/index.js.LICENSE.txt

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
localForage -- Offline Storage, Improved
9+
Version 1.7.3
10+
https://localforage.github.io/localForage
11+
(c) 2013-2017 Mozilla, Apache License 2.0
12+
*/
13+
14+
/*!
15+
* The buffer module from node.js, for the browser.
16+
*
17+
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
18+
* @license MIT
19+
*/
20+
21+
/*!
22+
* The buffer module from node.js, for the browser.
23+
*
24+
* @author Feross Aboukhadijeh <https://feross.org>
25+
* @license MIT
26+
*/
27+
28+
/*!
29+
* cookie
30+
* Copyright(c) 2012-2014 Roman Shtylman
31+
* Copyright(c) 2015 Douglas Christopher Wilson
32+
* MIT Licensed
33+
*/
34+
35+
/*!
36+
* escape-html
37+
* Copyright(c) 2012-2013 TJ Holowaychuk
38+
* Copyright(c) 2015 Andreas Lubbe
39+
* Copyright(c) 2015 Tiancheng "Timothy" Gu
40+
* MIT Licensed
41+
*/
42+
43+
/*! *****************************************************************************
44+
Copyright (c) Microsoft Corporation.
45+
46+
Permission to use, copy, modify, and/or distribute this software for any
47+
purpose with or without fee is hereby granted.
48+
49+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
50+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
51+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
52+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
53+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
54+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
55+
PERFORMANCE OF THIS SOFTWARE.
56+
***************************************************************************** */
57+
58+
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
59+
60+
/*! https://mths.be/punycode v1.4.1 by @mathias */
61+
62+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
63+
64+
/**
65+
* [js-md5]{@link https://github.com/emn178/js-md5}
66+
*
67+
* @namespace md5
68+
* @version 0.7.3
69+
* @author Chen, Yi-Cyuan [emn178@gmail.com]
70+
* @copyright Chen, Yi-Cyuan 2014-2017
71+
* @license MIT
72+
*/
73+
74+
/** @license React v0.19.1
75+
* scheduler.production.min.js
76+
*
77+
* Copyright (c) Facebook, Inc. and its affiliates.
78+
*
79+
* This source code is licensed under the MIT license found in the
80+
* LICENSE file in the root directory of this source tree.
81+
*/
82+
83+
/** @license React v16.13.1
84+
* react-dom-server.browser.production.min.js
85+
*
86+
* Copyright (c) Facebook, Inc. and its affiliates.
87+
*
88+
* This source code is licensed under the MIT license found in the
89+
* LICENSE file in the root directory of this source tree.
90+
*/
91+
92+
/** @license React v16.13.1
93+
* react-dom.production.min.js
94+
*
95+
* Copyright (c) Facebook, Inc. and its affiliates.
96+
*
97+
* This source code is licensed under the MIT license found in the
98+
* LICENSE file in the root directory of this source tree.
99+
*/
100+
101+
/** @license React v16.13.1
102+
* react-is.production.min.js
103+
*
104+
* Copyright (c) Facebook, Inc. and its affiliates.
105+
*
106+
* This source code is licensed under the MIT license found in the
107+
* LICENSE file in the root directory of this source tree.
108+
*/
109+
110+
/** @license React v16.13.1
111+
* react.production.min.js
112+
*
113+
* Copyright (c) Facebook, Inc. and its affiliates.
114+
*
115+
* This source code is licensed under the MIT license found in the
116+
* LICENSE file in the root directory of this source tree.
117+
*/

electron-builder-mas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
appId: DevHYLiu.FluentReader
2-
buildVersion: 28
2+
buildVersion: 29
33
productName: Fluent Reader
44
copyright: Copyright © 2020 Haoyuan Liu
55
files:
@@ -33,7 +33,7 @@ mac:
3333
- pt_BR
3434
- pt_PT
3535
- cs
36-
minimumSystemVersion: 10.14.0
36+
minimumSystemVersion: 10.15.0
3737
mas:
3838
entitlements: build/entitlements.mas.plist
3939
entitlementsInherit: build/entitlements.mas.inherit.plist

0 commit comments

Comments
 (0)