swell-js 4.0.4 → 4.0.5

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 CHANGED
@@ -135,7 +135,7 @@ const options = {
135
135
  };
136
136
 
137
137
  const api = {
138
- version: '4.0.4',
138
+ version: '4.0.5',
139
139
  options,
140
140
  request,
141
141
 
package/dist/swell.cjs CHANGED
@@ -10059,7 +10059,7 @@ const options = {
10059
10059
  };
10060
10060
 
10061
10061
  const api = {
10062
- version: '4.0.4',
10062
+ version: '4.0.5',
10063
10063
  options,
10064
10064
  request,
10065
10065
 
@@ -11830,7 +11830,7 @@
11830
11830
  previewContent: null
11831
11831
  };
11832
11832
  const api = {
11833
- version: "4.0.4",
11833
+ version: "4.0.5",
11834
11834
  options,
11835
11835
  request,
11836
11836
  init(store, key, opt = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swell-js",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "description": "Swell JS library for client-side stores",
5
5
  "engines": {
6
6
  "node": ">=16"