@jitsu/js 1.9.18-canary.1288.20250415194526 → 1.9.18-canary.1288.20250415195029

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/jitsu.cjs.js CHANGED
@@ -1955,7 +1955,7 @@ function createUnderlyingAnalyticsInstance(opts, rt, plugins = []) {
1955
1955
  persistentStorage.removeItem(key);
1956
1956
  },
1957
1957
  });
1958
- const storage = cachingStorageWrapper(rt.store() || createInMemoryStorage(opts.debug));
1958
+ const storage = cachingStorageWrapper((rt === null || rt === void 0 ? void 0 : rt.store()) || createInMemoryStorage(opts.debug));
1959
1959
  const analytics = analyticsLib({
1960
1960
  debug: !!opts.debug,
1961
1961
  storage,
package/dist/jitsu.es.js CHANGED
@@ -1953,7 +1953,7 @@ function createUnderlyingAnalyticsInstance(opts, rt, plugins = []) {
1953
1953
  persistentStorage.removeItem(key);
1954
1954
  },
1955
1955
  });
1956
- const storage = cachingStorageWrapper(rt.store() || createInMemoryStorage(opts.debug));
1956
+ const storage = cachingStorageWrapper((rt === null || rt === void 0 ? void 0 : rt.store()) || createInMemoryStorage(opts.debug));
1957
1957
  const analytics = analyticsLib({
1958
1958
  debug: !!opts.debug,
1959
1959
  storage,
package/dist/web/p.js.txt CHANGED
@@ -1946,7 +1946,7 @@
1946
1946
  persistentStorage.removeItem(key);
1947
1947
  },
1948
1948
  });
1949
- const storage = cachingStorageWrapper(rt.store() || createInMemoryStorage(opts.debug));
1949
+ const storage = cachingStorageWrapper((rt === null || rt === void 0 ? void 0 : rt.store()) || createInMemoryStorage(opts.debug));
1950
1950
  const analytics = analyticsLib({
1951
1951
  debug: !!opts.debug,
1952
1952
  storage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/js",
3
- "version": "1.9.18-canary.1288.20250415194526",
3
+ "version": "1.9.18-canary.1288.20250415195029",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "main": "dist/jitsu.cjs.js",
@@ -38,10 +38,10 @@
38
38
  "rollup": "^3.29.5",
39
39
  "ts-jest": "29.0.5",
40
40
  "typescript": "^5.6.3",
41
- "jsondiffpatch": "1.9.18-canary.1288.20250415194526"
41
+ "jsondiffpatch": "1.9.18-canary.1288.20250415195029"
42
42
  },
43
43
  "peerDependencies": {
44
- "@jitsu/protocols": "1.9.18-canary.1288.20250415194526"
44
+ "@jitsu/protocols": "1.9.18-canary.1288.20250415195029"
45
45
  },
46
46
  "dependencies": {
47
47
  "analytics": "0.8.9"