swell-js 3.23.1 → 3.23.2
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/dist/{api.e0581a2a.mjs → api.1a1cff2e.mjs} +1 -1
- package/dist/api.mjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/swell.cjs +1 -1
- package/dist/swell.umd.min.js +1 -1
- package/package.json +1 -2
package/dist/api.mjs
CHANGED
package/dist/index.mjs
CHANGED
package/dist/swell.cjs
CHANGED
package/dist/swell.umd.min.js
CHANGED
|
@@ -14205,7 +14205,7 @@
|
|
|
14205
14205
|
previewContent: null
|
|
14206
14206
|
};
|
|
14207
14207
|
const api = {
|
|
14208
|
-
version: "3.23.
|
|
14208
|
+
version: "3.23.2",
|
|
14209
14209
|
options,
|
|
14210
14210
|
request,
|
|
14211
14211
|
init(store, key, opt = {}) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "swell-js",
|
|
3
|
-
"version": "3.23.
|
|
3
|
+
"version": "3.23.2",
|
|
4
4
|
"description": "Swell JS library for client-side stores",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=14.19.1",
|
|
@@ -88,7 +88,6 @@
|
|
|
88
88
|
"inject-version": "cross-var replace \"@VERSION@\" $npm_package_version dist/api.js",
|
|
89
89
|
"build": "rollup -c",
|
|
90
90
|
"dev": "rollup -c -w",
|
|
91
|
-
"version": "npm run build",
|
|
92
91
|
"bump": "npm version patch && npm publish",
|
|
93
92
|
"prepack": "rimraf dist && npm run build",
|
|
94
93
|
"lint": "prettier --write \"{src,types}/**/*.{js,jsx,json,ts}\""
|