stringweaver 1.1.9 → 1.2.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,7 +32,7 @@ In html
32
32
  src="https://app.unpkg.com/stringweaver@latest/files/Bundle/index.min.js">
33
33
  </script>
34
34
  ```
35
- In JS file (NodeJS or browser client file)
35
+ ### Import/use (NodeJS or browser client file)
36
36
  ```javascript
37
37
  // note: for NodeJS, make sure the project is of type "module"
38
38
  // import as $S
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stringweaver",
3
3
  "type": "module",
4
- "version": "1.1.9",
4
+ "version": "1.2.0",
5
5
  "private": false,
6
6
  "main": "./index.js",
7
7
  "sideEffects": false,