@rpldy/shared-ui
Advanced tools
Comparing version 1.8.0-rc.0 to 1.8.0
@@ -9,3 +9,3 @@ "use strict"; | ||
const GLOBAL_VERSION_SYM = exports.GLOBAL_VERSION_SYM = Symbol.for("_rpldy-version_"); | ||
const getVersion = () => "1.8.0-rc.0" || ""; | ||
const getVersion = () => "1.8.0" || ""; | ||
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.8.0-rc.0" || ""; | ||
const getVersion = () => "1.8.0" || ""; | ||
const getGlobal = () => hasWindow() ? window : globalThis || process; | ||
@@ -5,0 +5,0 @@ const getRegisteredVersion = () => { |
{ | ||
"version": "1.8.0-rc.0", | ||
"version": "1.8.0", | ||
"name": "@rpldy/shared-ui", | ||
@@ -25,7 +25,7 @@ "description": "internal set of utils+types for react-uploady UI", | ||
"dependencies": { | ||
"@rpldy/shared": "1.8.0-rc.0", | ||
"@rpldy/uploader": "1.8.0-rc.0" | ||
"@rpldy/shared": "1.8.0", | ||
"@rpldy/uploader": "1.8.0" | ||
}, | ||
"devDependencies": { | ||
"@rpldy/life-events": "1.8.0-rc.0", | ||
"@rpldy/life-events": "1.8.0", | ||
"flow-bin": "^0.229.0", | ||
@@ -41,3 +41,3 @@ "react": "^18.2.0", | ||
}, | ||
"gitHead": "2e8e5b171dd02388932ce44e6a7c5ed8e987dbe5" | ||
"gitHead": "d5344eb62673d78fa9496b83de6b0a78c77d2eb5" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
59044
+ Added@rpldy/shared@1.8.0(transitive)
+ Added@rpldy/uploader@1.8.0(transitive)
- Removed@rpldy/shared@1.8.0-rc.0(transitive)
- Removed@rpldy/uploader@1.8.0-rc.0(transitive)
Updated@rpldy/shared@1.8.0
Updated@rpldy/uploader@1.8.0