@flopflip/adapter-utilities
Advanced tools
Comparing version 14.0.0 to 14.0.1
@@ -20,3 +20,3 @@ 'use strict'; | ||
const globalThis = getGlobalThis__default["default"](); | ||
globalThis.__flopflip__ || (globalThis.__flopflip__ = {}); | ||
globalThis.__flopflip__ ||= {}; | ||
globalThis.__flopflip__[adapter.id] = adapter; | ||
@@ -23,0 +23,0 @@ }; |
@@ -20,3 +20,3 @@ 'use strict'; | ||
const globalThis = getGlobalThis__default["default"](); | ||
globalThis.__flopflip__ || (globalThis.__flopflip__ = {}); | ||
globalThis.__flopflip__ ||= {}; | ||
globalThis.__flopflip__[adapter.id] = adapter; | ||
@@ -23,0 +23,0 @@ }; |
@@ -10,3 +10,3 @@ import kebabCase from 'lodash/kebabCase'; | ||
const globalThis = getGlobalThis(); | ||
globalThis.__flopflip__ || (globalThis.__flopflip__ = {}); | ||
globalThis.__flopflip__ ||= {}; | ||
globalThis.__flopflip__[adapter.id] = adapter; | ||
@@ -13,0 +13,0 @@ }; |
{ | ||
"name": "@flopflip/adapter-utilities", | ||
"version": "14.0.0", | ||
"version": "14.0.1", | ||
"description": "Adapter utilities for flipflop", | ||
@@ -31,6 +31,6 @@ "main": "dist/flopflip-adapter-utilities.cjs.js", | ||
"dependencies": { | ||
"@babel/runtime": "7.24.4", | ||
"@flopflip/types": "14.0.0", | ||
"globalthis": "1.0.3", | ||
"lodash": "4.17.21" | ||
"@babel/runtime": "7.24.5", | ||
"globalthis": "1.0.4", | ||
"lodash": "4.17.21", | ||
"@flopflip/types": "14.0.1" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
10086
+ Added@babel/runtime@7.24.5(transitive)
+ Added@flopflip/types@14.0.1(transitive)
+ Addedglobalthis@1.0.4(transitive)
+ Addedlaunchdarkly-js-client-sdk@3.3.0(transitive)
+ Addedlaunchdarkly-js-sdk-common@5.2.0(transitive)
- Removed@babel/runtime@7.24.4(transitive)
- Removed@flopflip/types@14.0.0(transitive)
- Removedglobalthis@1.0.3(transitive)
- Removedlaunchdarkly-js-client-sdk@3.2.0(transitive)
- Removedlaunchdarkly-js-sdk-common@5.1.0(transitive)
Updated@babel/runtime@7.24.5
Updated@flopflip/types@14.0.1
Updatedglobalthis@1.0.4