@flamelink/sdk-users
Advanced tools
Comparing version 1.0.0-alpha.13 to 1.0.0-alpha.16
@@ -98,3 +98,3 @@ import flamelink from '@flamelink/sdk-app'; | ||
var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; | ||
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; | ||
@@ -101,0 +101,0 @@ function createCommonjsModule(fn, module) { |
@@ -98,3 +98,3 @@ import flamelink from '@flamelink/sdk-app'; | ||
var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; | ||
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; | ||
@@ -101,0 +101,0 @@ function createCommonjsModule(fn, module) { |
{ | ||
"name": "@flamelink/sdk-users", | ||
"version": "1.0.0-alpha.13", | ||
"version": "1.0.0-alpha.16", | ||
"publishConfig": { | ||
@@ -28,6 +28,6 @@ "access": "public" | ||
"dependencies": { | ||
"@flamelink/sdk-app": "^1.0.0-alpha.9", | ||
"@flamelink/sdk-app": "^1.0.0-alpha.16", | ||
"@flamelink/sdk-app-types": "^1.0.0-alpha.2", | ||
"@flamelink/sdk-users-types": "^1.0.0-alpha.9", | ||
"@flamelink/sdk-utils": "^1.0.0-alpha.9", | ||
"@flamelink/sdk-utils": "^1.0.0-alpha.16", | ||
"compose-then": "^1.0.1" | ||
@@ -41,3 +41,3 @@ }, | ||
}, | ||
"gitHead": "c43239f50fc920887dc9765061c21fc362ad11d6" | ||
"gitHead": "5ee27c76ec8225d0bd67c31739e84e5921340ccd" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
224167