w-cluster 1.0.6 → 1.0.8

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
@@ -163,10 +163,10 @@ testCluster()
163
163
  ```alias
164
164
 
165
165
  <!-- for basic -->
166
- <script src="https://cdn.jsdelivr.net/npm/w-cluster@1.0.6/dist/w-cluster.umd.js"></script>
166
+ <script src="https://cdn.jsdelivr.net/npm/w-cluster@1.0.8/dist/w-cluster.umd.js"></script>
167
167
 
168
168
  <!-- for web workers -->
169
- <script src="https://cdn.jsdelivr.net/npm/w-cluster@1.0.6/dist/w-cluster.wk.umd.js"></script>
169
+ <script src="https://cdn.jsdelivr.net/npm/w-cluster@1.0.8/dist/w-cluster.wk.umd.js"></script>
170
170
 
171
171
  ```
172
172
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-cluster v1.0.6
2
+ * w-cluster v1.0.7
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */