@rpldy/shared-ui
Advanced tools
Comparing version 1.9.0-rc.1 to 1.9.0-rc.2
@@ -9,3 +9,3 @@ "use strict"; | ||
const GLOBAL_VERSION_SYM = exports.GLOBAL_VERSION_SYM = Symbol.for("_rpldy-version_"); | ||
const getVersion = () => "1.9.0-rc.1" || ""; | ||
const getVersion = () => "1.9.0-rc.2" || ""; | ||
exports.getVersion = getVersion; | ||
@@ -12,0 +12,0 @@ const getGlobal = () => (0, _shared.hasWindow)() ? window : globalThis || process; |
import { hasWindow } from "@rpldy/shared"; | ||
export const GLOBAL_VERSION_SYM = Symbol.for("_rpldy-version_"); | ||
const getVersion = () => "1.9.0-rc.1" || ""; | ||
const getVersion = () => "1.9.0-rc.2" || ""; | ||
const getGlobal = () => hasWindow() ? window : globalThis || process; | ||
@@ -5,0 +5,0 @@ const getRegisteredVersion = () => { |
{ | ||
"version": "1.9.0-rc.1", | ||
"version": "1.9.0-rc.2", | ||
"name": "@rpldy/shared-ui", | ||
@@ -25,8 +25,8 @@ "description": "internal set of utils+types for react-uploady UI", | ||
"dependencies": { | ||
"@rpldy/shared": "1.9.0-rc.1", | ||
"@rpldy/uploader": "1.9.0-rc.1" | ||
"@rpldy/shared": "1.9.0-rc.2", | ||
"@rpldy/uploader": "1.9.0-rc.2" | ||
}, | ||
"devDependencies": { | ||
"@rpldy/life-events": "1.9.0-rc.1", | ||
"flow-bin": "^0.245.1", | ||
"@rpldy/life-events": "1.9.0-rc.2", | ||
"flow-bin": "^0.256.0", | ||
"react": "^18.3.1", | ||
@@ -41,3 +41,3 @@ "react-dom": "^18.3.1" | ||
}, | ||
"gitHead": "f1e4003378e5747303286e71a948ddbf9c473639" | ||
"gitHead": "b7c9bd278ce2131bdd0af7f052f7143843197935" | ||
} |
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
+ Added@rpldy/shared@1.9.0-rc.2(transitive)
+ Added@rpldy/uploader@1.9.0-rc.2(transitive)
- Removed@rpldy/shared@1.9.0-rc.1(transitive)
- Removed@rpldy/uploader@1.9.0-rc.1(transitive)
Updated@rpldy/shared@1.9.0-rc.2
Updated@rpldy/uploader@1.9.0-rc.2