@shopify/dates
Advanced tools
Comparing version 0.4.5 to 0.5.0-sk-next-beta.0
{ | ||
"name": "@shopify/dates", | ||
"version": "0.4.5", | ||
"version": "0.5.0-sk-next-beta.0", | ||
"license": "MIT", | ||
"description": "Lightweight date operations library", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -27,12 +27,26 @@ "build": "tsc --p tsconfig.json" | ||
"dependencies": { | ||
"@shopify/decorators": "^1.1.13", | ||
"@shopify/decorators": "^1.2.0-sk-next-beta.0", | ||
"tslib": "^1.14.1" | ||
}, | ||
"devDependencies": { | ||
"@shopify/jest-dom-mocks": "^2.9.5" | ||
"@shopify/jest-dom-mocks": "^2.10.0-sk-next-beta.0" | ||
}, | ||
"files": [ | ||
"dist/*", | ||
"!tsconfig.tsbuildinfo" | ||
] | ||
"build/*", | ||
"!tsconfig.tsbuildinfo", | ||
"index.js", | ||
"index.mjs", | ||
"index.esnext", | ||
"index.d.ts" | ||
], | ||
"module": "index.mjs", | ||
"esnext": "index.esnext", | ||
"exports": { | ||
"./": "./", | ||
".": { | ||
"import": "./index.mjs", | ||
"require": "./index.js", | ||
"esnext": "./index.esnext" | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
221124
203
3373
1