@teamawesome/access
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -10,3 +10,3 @@ "use strict"; | ||
var _types = _interopRequireDefault(require("./types")); | ||
var _default = { | ||
var _default = exports.default = { | ||
/** | ||
@@ -116,3 +116,2 @@ * Get a value by key | ||
} | ||
}; | ||
exports.default = _default; | ||
}; |
@@ -44,3 +44,2 @@ "use strict"; | ||
_access.default.register(undefined, proxy); | ||
var _default = proxy; | ||
exports.default = _default; | ||
var _default = exports.default = proxy; |
@@ -7,3 +7,2 @@ "use strict"; | ||
exports.default = void 0; | ||
var _default = new Map(); | ||
exports.default = _default; | ||
var _default = exports.default = new Map(); |
{ | ||
"name": "@teamawesome/access", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "Provide a unified interface for objects.", | ||
@@ -38,7 +38,7 @@ "keywords": [ | ||
"eslint-plugin-import": "^2.25.2", | ||
"jsdom": "^20.0.1", | ||
"jsdom": "^22.1.0", | ||
"mocha": "^10.0.0", | ||
"should": "^13.2.3", | ||
"should-sinon": "0.0.6", | ||
"sinon": "^14.0.1" | ||
"sinon": "^16.1.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "dependencies": { |
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
36583
1180