periscopic
Advanced tools
Comparing version 2.0.3 to 3.0.0
# periscopic changelog | ||
## 3.0.0 | ||
* Remove CommonJS vestiges | ||
## 2.0.3 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "periscopic", | ||
"description": "periscopic", | ||
"version": "2.0.3", | ||
"version": "3.0.0", | ||
"repository": "Rich-Harris/periscopic", | ||
"main": "dist/periscopic.js", | ||
"module": "dist/periscopic.mjs", | ||
"module": "src/index.js", | ||
"type": "module", | ||
"exports": { | ||
"import": "./dist/periscopic.mjs", | ||
"require": "./dist/periscopic.js" | ||
"import": "./src/index.js" | ||
}, | ||
"types": "types/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"src", | ||
"types" | ||
@@ -20,3 +19,2 @@ ], | ||
"acorn": "^7.0.0", | ||
"rollup": "^0.65.2", | ||
"typescript": "^4.1.2", | ||
@@ -26,6 +24,4 @@ "uvu": "^0.5.1" | ||
"scripts": { | ||
"build": "tsc && rollup -c", | ||
"dev": "rollup -cw", | ||
"test": "uvu test", | ||
"prepublishOnly": "npm test && npm run build" | ||
"prepublishOnly": "npm test && tsc" | ||
}, | ||
@@ -32,0 +28,0 @@ "license": "MIT", |
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
4
Yes
15078
6
304
1