w-json-stream 1.0.16 → 1.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -442,10 +442,10 @@ testStream()
442
442
  ```alias
443
443
 
444
444
  <!-- for basic -->
445
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/w-json-stream.umd.js"></script>
445
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/w-json-stream.umd.js"></script>
446
446
 
447
447
  <!-- for web workers -->
448
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/w-json-stream.wk.umd.js"></script>
448
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/w-json-stream.wk.umd.js"></script>
449
449
 
450
450
  ```
451
451
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * into-stream v1.0.16
2
+ * into-stream v1.0.17
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * json-stream-stringify v1.0.16
2
+ * json-stream-stringify v1.0.17
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * through v1.0.16
2
+ * through v1.0.17
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-json-stream v1.0.16
2
+ * w-json-stream v1.0.17
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -284,7 +284,7 @@ export default WJsonStream
284
284
  <br class="clear">
285
285
 
286
286
  <footer>
287
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Fri Aug 26 2022 12:00:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
287
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 12:29:45 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
288
288
  </footer>
289
289
 
290
290
  <script>prettyPrint();</script>
@@ -10,8 +10,8 @@
10
10
 
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
- <script _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/w-json-stream.umd.js"></script>
14
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/w-json-stream.wk.umd.js"></script>
13
+ <script _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/w-json-stream.umd.js"></script>
14
+ <script msg="封裝woker無法使用createStringifyStream回傳為stream對象" src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/w-json-stream.wk.umd.js"></script>
15
15
 
16
16
  <script>
17
17
  console.log('WebWorkers(from blob) does not support IE11')
@@ -10,9 +10,9 @@
10
10
 
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/w-json-stream.umd.js"></script>
14
- <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/w-json-stream.wk.umd.js"></script>
15
-
13
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/w-json-stream.umd.js"></script>
14
+ <script msg="封裝woker無法使用createStringifyStream回傳為stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/w-json-stream.wk.umd.js"></script>
15
+
16
16
  <script>
17
17
 
18
18
  let json = window['w-json-stream']
@@ -10,8 +10,8 @@
10
10
 
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/w-json-stream.umd.js"></script>
14
- <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/w-json-stream.wk.umd.js"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/w-json-stream.umd.js"></script>
14
+ <script msg="封裝woker無法使用createStringifyStream回傳為stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/w-json-stream.wk.umd.js"></script>
15
15
 
16
16
  <script>
17
17
 
@@ -10,8 +10,8 @@
10
10
 
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/w-json-stream.umd.js"></script>
14
- <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/w-json-stream.wk.umd.js"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/w-json-stream.umd.js"></script>
14
+ <script msg="封裝woker無法使用createStringifyStream回傳為stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/w-json-stream.wk.umd.js"></script>
15
15
 
16
16
  <script>
17
17
 
@@ -10,8 +10,8 @@
10
10
 
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/w-json-stream.umd.js"></script>
14
- <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/w-json-stream.wk.umd.js"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/w-json-stream.umd.js"></script>
14
+ <script msg="封裝woker無法使用createStringifyStream回傳為stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/w-json-stream.wk.umd.js"></script>
15
15
 
16
16
  <script>
17
17
  console.log('ReadableStream does not support IE11')
@@ -12,9 +12,9 @@
12
12
 
13
13
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
14
14
 
15
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/into-stream.umd.js"></script>
16
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/w-json-stream.umd.js"></script>
17
- <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/w-json-stream.wk.umd.js"></script>
15
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/into-stream.umd.js"></script>
16
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/w-json-stream.umd.js"></script>
17
+ <script msg="封裝woker無法使用createStringifyStream回傳為stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/w-json-stream.wk.umd.js"></script>
18
18
 
19
19
  <script>
20
20
  console.log('ReadableStream does not support IE11')
@@ -10,8 +10,8 @@
10
10
 
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/w-json-stream.umd.js"></script>
14
- <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.16/dist/w-json-stream.wk.umd.js"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/w-json-stream.umd.js"></script>
14
+ <script msg="封裝woker無法使用createStringifyStream回傳為stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.17/dist/w-json-stream.wk.umd.js"></script>
15
15
 
16
16
  <script>
17
17
  console.log('WritableStream does not support IE11 and Firefox')
package/docs/global.html CHANGED
@@ -1186,7 +1186,7 @@
1186
1186
  <br class="clear">
1187
1187
 
1188
1188
  <footer>
1189
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Fri Aug 26 2022 12:00:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1189
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 12:29:45 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1190
1190
  </footer>
1191
1191
 
1192
1192
  <script>prettyPrint();</script>
package/docs/index.html CHANGED
@@ -68,7 +68,7 @@
68
68
  <br class="clear">
69
69
 
70
70
  <footer>
71
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Fri Aug 26 2022 12:00:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
71
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 12:29:45 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
72
72
  </footer>
73
73
 
74
74
  <script>prettyPrint();</script>
@@ -11,7 +11,7 @@
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
13
  <script _src="../dist/w-json-stream.umd.js"></script>
14
- <script src="../dist/w-json-stream.wk.umd.js"></script>
14
+ <script msg="封裝woker無法使用createStringifyStream回傳為stream對象" src="../dist/w-json-stream.wk.umd.js"></script>
15
15
 
16
16
  <script>
17
17
  console.log('WebWorkers(from blob) does not support IE11')
@@ -11,8 +11,8 @@
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
13
  <script src="../dist/w-json-stream.umd.js"></script>
14
- <script msg="封裝woker無法回傳stream對象" _src="../dist/w-json-stream.wk.umd.js"></script>
15
-
14
+ <script msg="封裝woker無法使用createStringifyStream回傳為stream對象" _src="../dist/w-json-stream.wk.umd.js"></script>
15
+
16
16
  <script>
17
17
 
18
18
  let json = window['w-json-stream']
@@ -11,7 +11,7 @@
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
13
  <script src="../dist/w-json-stream.umd.js"></script>
14
- <script msg="封裝woker無法回傳stream對象" _src="../dist/w-json-stream.wk.umd.js"></script>
14
+ <script msg="封裝woker無法使用createStringifyStream回傳為stream對象" _src="../dist/w-json-stream.wk.umd.js"></script>
15
15
 
16
16
  <script>
17
17
 
@@ -11,7 +11,7 @@
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
13
  <script src="../dist/w-json-stream.umd.js"></script>
14
- <script msg="封裝woker無法回傳stream對象" _src="../dist/w-json-stream.wk.umd.js"></script>
14
+ <script msg="封裝woker無法使用createStringifyStream回傳為stream對象" _src="../dist/w-json-stream.wk.umd.js"></script>
15
15
 
16
16
  <script>
17
17
 
@@ -11,7 +11,7 @@
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
13
  <script src="../dist/w-json-stream.umd.js"></script>
14
- <script msg="封裝woker無法回傳stream對象" _src="../dist/w-json-stream.wk.umd.js"></script>
14
+ <script msg="封裝woker無法使用createStringifyStream回傳為stream對象" _src="../dist/w-json-stream.wk.umd.js"></script>
15
15
 
16
16
  <script>
17
17
  console.log('ReadableStream does not support IE11')
@@ -14,7 +14,7 @@
14
14
 
15
15
  <script src="../dist/into-stream.umd.js"></script>
16
16
  <script src="../dist/w-json-stream.umd.js"></script>
17
- <script msg="封裝woker無法回傳stream對象" _src="../dist/w-json-stream.wk.umd.js"></script>
17
+ <script msg="封裝woker無法使用createStringifyStream回傳為stream對象" _src="../dist/w-json-stream.wk.umd.js"></script>
18
18
 
19
19
  <script>
20
20
  console.log('ReadableStream does not support IE11')
@@ -11,7 +11,7 @@
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
13
  <script src="../dist/w-json-stream.umd.js"></script>
14
- <script msg="封裝woker無法回傳stream對象" _src="../dist/w-json-stream.wk.umd.js"></script>
14
+ <script msg="封裝woker無法使用createStringifyStream回傳為stream對象" _src="../dist/w-json-stream.wk.umd.js"></script>
15
15
 
16
16
  <script>
17
17
  console.log('WritableStream does not support IE11 and Firefox')
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "w-json-stream",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "main": "dist/w-json-stream.umd.js",
5
5
  "dependencies": {
6
6
  "jsonparse": "^1.3.1",
7
7
  "lodash": "^4.17.21",
8
- "wsemi": "^1.6.78"
8
+ "wsemi": "^1.6.87"
9
9
  },
10
10
  "devDependencies": {
11
11
  "w-package-tools": "^1.0.66"