swell-js 4.0.4 → 4.0.7
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.mjs +1 -1
- package/dist/swell.cjs +1 -1
- package/dist/swell.umd.min.js +1 -1
- package/package.json +1 -1
- package/types/subscription/snake.d.ts +3 -1
package/dist/api.mjs
CHANGED
package/dist/swell.cjs
CHANGED
|
@@ -10059,7 +10059,7 @@ const options = {
|
|
|
10059
10059
|
};
|
|
10060
10060
|
|
|
10061
10061
|
const api = {
|
|
10062
|
-
version: '4.0.
|
|
10062
|
+
version: '4.0.7',
|
|
10063
10063
|
options,
|
|
10064
10064
|
request,
|
|
10065
10065
|
|
package/dist/swell.umd.min.js
CHANGED
|
@@ -11830,7 +11830,7 @@
|
|
|
11830
11830
|
previewContent: null
|
|
11831
11831
|
};
|
|
11832
11832
|
const api = {
|
|
11833
|
-
version: "4.0.
|
|
11833
|
+
version: "4.0.7",
|
|
11834
11834
|
options,
|
|
11835
11835
|
request,
|
|
11836
11836
|
init(store, key, opt = {}) {
|
package/package.json
CHANGED