swell-js 3.24.2 → 3.24.3
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.10709a76.mjs → api.a1c6d3a9.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 -1
package/dist/api.mjs
CHANGED
package/dist/index.mjs
CHANGED
package/dist/swell.cjs
CHANGED
package/dist/swell.umd.min.js
CHANGED
|
@@ -14318,7 +14318,7 @@
|
|
|
14318
14318
|
previewContent: null
|
|
14319
14319
|
};
|
|
14320
14320
|
const api = {
|
|
14321
|
-
version: "3.24.
|
|
14321
|
+
version: "3.24.3",
|
|
14322
14322
|
options,
|
|
14323
14323
|
request,
|
|
14324
14324
|
init(store, key, opt = {}) {
|