w-json-stream 1.0.20 → 1.0.21

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.
@@ -9,7 +9,7 @@ jobs:
9
9
 
10
10
  strategy:
11
11
  matrix:
12
- node-version: [18.x]
12
+ node-version: [20.x]
13
13
 
14
14
  steps:
15
15
  - uses: actions/checkout@v2
package/README.md CHANGED
@@ -443,10 +443,10 @@ testStream()
443
443
  ```alias
444
444
 
445
445
  <!-- for basic -->
446
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.20/dist/w-json-stream.umd.js"></script>
446
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.21/dist/w-json-stream.umd.js"></script>
447
447
 
448
448
  <!-- for web workers -->
449
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.20/dist/w-json-stream.wk.umd.js"></script>
449
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.21/dist/w-json-stream.wk.umd.js"></script>
450
450
 
451
451
  ```
452
452
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * into-stream v1.0.20
2
+ * into-stream v1.0.21
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.20
2
+ * json-stream-stringify v1.0.21
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.20
2
+ * through v1.0.21
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.20
2
+ * w-json-stream v1.0.21
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */