@jitsu/protocols 1.9.18-canary.1288.20250415192732 → 1.9.18-canary.1288.20250415193648

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/analytics.d.ts +1 -1
  2. package/package.json +1 -1
package/analytics.d.ts CHANGED
@@ -308,7 +308,7 @@ type PersistentStorage = {
308
308
  };
309
309
 
310
310
  export type RuntimeFacade = {
311
- store(): PersistentStorage;
311
+ store?(): PersistentStorage;
312
312
  userAgent(): string | undefined;
313
313
  language(): string | undefined;
314
314
  pageUrl(): string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/protocols",
3
- "version": "1.9.18-canary.1288.20250415192732",
3
+ "version": "1.9.18-canary.1288.20250415193648",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "publishConfig": {