w-cluster 1.0.19 → 1.0.20

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
@@ -279,9 +279,9 @@ testCluster()
279
279
  ```alias
280
280
 
281
281
  <!-- for basic -->
282
- <script src="https://cdn.jsdelivr.net/npm/w-cluster@1.0.19/dist/w-cluster.umd.js"></script>
282
+ <script src="https://cdn.jsdelivr.net/npm/w-cluster@1.0.20/dist/w-cluster.umd.js"></script>
283
283
 
284
284
  <!-- for web workers -->
285
- <script src="https://cdn.jsdelivr.net/npm/w-cluster@1.0.19/dist/w-cluster.wk.umd.js"></script>
285
+ <script src="https://cdn.jsdelivr.net/npm/w-cluster@1.0.20/dist/w-cluster.wk.umd.js"></script>
286
286
 
287
287
  ```
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-cluster v1.0.19
2
+ * w-cluster v1.0.20
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */