externality
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "externality", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"license": "MIT", | ||
@@ -19,28 +19,20 @@ "sideEffects": false, | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest", | ||
"lint": "eslint --ext .ts .", | ||
"prepack": "yarn build", | ||
"release": "yarn test && standard-version && git push --follow-tags && npm publish", | ||
"test": "yarn lint && vitest run" | ||
}, | ||
"dependencies": { | ||
"enhanced-resolve": "^5.9.2", | ||
"mlly": "^0.4.3", | ||
"pathe": "^0.2.0", | ||
"ufo": "^0.7.11" | ||
"enhanced-resolve": "^5.9.3", | ||
"mlly": "^0.5.2", | ||
"pathe": "^0.3.0", | ||
"ufo": "^0.8.3" | ||
}, | ||
"devDependencies": { | ||
"@nuxtjs/eslint-config-typescript": "^8.0.0", | ||
"@types/node": "^17.0.21", | ||
"@nuxtjs/eslint-config-typescript": "^10.0.0", | ||
"@types/node": "^17.0.23", | ||
"allowlist": "^0.1.1", | ||
"c8": "^7.11.0", | ||
"eslint": "^8.10.0", | ||
"rollup": "^2.70.0", | ||
"standard-version": "^9.3.1", | ||
"unbuild": "^0.7.0", | ||
"vite": "^2.8.6", | ||
"vitest": "^0.6.0", | ||
"webpack": "^5.70.0" | ||
"c8": "^7.11.2", | ||
"eslint": "^8.14.0", | ||
"rollup": "^2.72.0", | ||
"standard-version": "^9.3.2", | ||
"unbuild": "^0.7.4", | ||
"vite": "^2.9.8", | ||
"vitest": "^0.12.6", | ||
"webpack": "^5.72.0" | ||
}, | ||
@@ -51,3 +43,11 @@ "build": { | ||
] | ||
}, | ||
"packageManager": "pnpm@7.1.0", | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest", | ||
"lint": "eslint --ext .ts .", | ||
"release": "pnpm test && standard-version && git push --follow-tags && pnpm publish", | ||
"test": "pnpm lint && vitest run" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
15444
+ Addedacorn@8.14.0(transitive)
+ Addedconfbox@0.1.8(transitive)
+ Addedmlly@0.5.171.7.3(transitive)
+ Addedpathe@0.3.91.1.2(transitive)
+ Addedpkg-types@1.3.0(transitive)
+ Addedufo@0.8.61.5.4(transitive)
- Removedmlly@0.4.3(transitive)
- Removedpathe@0.2.0(transitive)
- Removedufo@0.7.11(transitive)
Updatedenhanced-resolve@^5.9.3
Updatedmlly@^0.5.2
Updatedpathe@^0.3.0
Updatedufo@^0.8.3