@rpldy/simple-state
Advanced tools
Comparing version 1.6.0 to 1.6.1-rc.0
@@ -7,5 +7,3 @@ "use strict"; | ||
exports.STATE_SYM = exports.PROXY_SYM = void 0; | ||
const PROXY_SYM = Symbol.for("__rpldy-sstt-proxy__"); | ||
exports.PROXY_SYM = PROXY_SYM; | ||
const STATE_SYM = Symbol.for("__rpldy-sstt-state__"); | ||
exports.STATE_SYM = STATE_SYM; | ||
const PROXY_SYM = exports.PROXY_SYM = Symbol.for("__rpldy-sstt-proxy__"); | ||
const STATE_SYM = exports.STATE_SYM = Symbol.for("__rpldy-sstt-state__"); |
@@ -112,3 +112,2 @@ "use strict"; | ||
}; | ||
var _default = createState; | ||
exports.default = _default; | ||
var _default = exports.default = createState; |
@@ -38,3 +38,3 @@ "use strict"; | ||
var _utils = require("./utils"); | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } |
{ | ||
"version": "1.6.0", | ||
"version": "1.6.1-rc.0", | ||
"name": "@rpldy/simple-state", | ||
@@ -26,3 +26,3 @@ "description": "deep proxy object, so it's only updateable through an update method", | ||
"dependencies": { | ||
"@rpldy/shared": "^1.6.0" | ||
"@rpldy/shared": "^1.6.1-rc.0" | ||
}, | ||
@@ -35,3 +35,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "6dae5ef18f9a3cd103d58706e48e832c9a43aa98" | ||
"gitHead": "20f9f1f650c21e577ab120f8543991dc4335c0bc" | ||
} |
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
14296
298
1
Updated@rpldy/shared@^1.6.1-rc.0