@rpldy/shared-ui
Advanced tools
Comparing version 1.6.1 to 1.7.0-rc.0
@@ -9,3 +9,3 @@ "use strict"; | ||
const GLOBAL_VERSION_SYM = exports.GLOBAL_VERSION_SYM = Symbol.for("_rpldy-version_"); | ||
const getVersion = () => "1.6.1" || ""; | ||
const getVersion = () => "1.7.0-rc.0" || ""; | ||
exports.getVersion = getVersion; | ||
@@ -12,0 +12,0 @@ const getGlobal = () => /* istanbul ignore next */ |
import { hasWindow } from "@rpldy/shared"; | ||
export const GLOBAL_VERSION_SYM = Symbol.for("_rpldy-version_"); | ||
const getVersion = () => "1.6.1" || ""; | ||
const getVersion = () => "1.7.0-rc.0" || ""; | ||
const getGlobal = () => /* istanbul ignore next */ | ||
@@ -5,0 +5,0 @@ // $FlowIgnore |
{ | ||
"version": "1.6.1", | ||
"version": "1.7.0-rc.0", | ||
"name": "@rpldy/shared-ui", | ||
@@ -22,15 +22,16 @@ "description": "internal set of utils+types for react-uploady UI", | ||
"scripts": { | ||
"build": "node ../../../scripts/build.js" | ||
"build": "node ../../../scripts/build.mjs" | ||
}, | ||
"dependencies": { | ||
"@rpldy/shared": "1.6.1", | ||
"@rpldy/uploader": "1.6.1" | ||
"@rpldy/shared": "1.7.0-rc.0", | ||
"@rpldy/uploader": "1.7.0-rc.0" | ||
}, | ||
"devDependencies": { | ||
"@rpldy/life-events": "1.6.1", | ||
"flow-bin": "^0.218.0" | ||
"@rpldy/life-events": "1.7.0-rc.0", | ||
"flow-bin": "^0.223.2", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.8", | ||
"react-dom": ">=16.8" | ||
"react": ">=16.8" | ||
}, | ||
@@ -40,3 +41,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "7ee476c3a37f9ae33e37427438cb7bc24ae4125c" | ||
"gitHead": "21fc1992774e791d46890505b792c7d7e8dfbe79" | ||
} |
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
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
62765
3
4
1
+ Added@rpldy/shared@1.7.0-rc.0(transitive)
+ Added@rpldy/uploader@1.7.0-rc.0(transitive)
- Removed@rpldy/shared@1.6.1(transitive)
- Removed@rpldy/uploader@1.6.1(transitive)
- Removedreact-dom@18.3.1(transitive)
- Removedscheduler@0.23.2(transitive)
Updated@rpldy/shared@1.7.0-rc.0
Updated@rpldy/uploader@1.7.0-rc.0