w-cluster 1.0.21 → 1.0.23

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