Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "mlly", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Missing ECMAScript module utils for Node.js", | ||
@@ -10,4 +10,5 @@ "repository": "unjs/mlly", | ||
"exports": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs" | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
@@ -20,30 +21,30 @@ "main": "./dist/index.cjs", | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest", | ||
"lint": "eslint --ext .ts,.js src test && prettier -c src test", | ||
"release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags", | ||
"test": "pnpm lint && vitest run" | ||
}, | ||
"dependencies": { | ||
"acorn": "^8.8.1", | ||
"pathe": "^1.0.0", | ||
"acorn": "^8.8.2", | ||
"pathe": "^1.1.0", | ||
"pkg-types": "^1.0.1", | ||
"ufo": "^1.0.1" | ||
"ufo": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.11.18", | ||
"@vitest/coverage-c8": "^0.27.0", | ||
"c8": "^7.12.0", | ||
"eslint": "^8.31.0", | ||
"eslint-config-unjs": "^0.0.3", | ||
"@types/node": "^18.13.0", | ||
"@vitest/coverage-c8": "^0.28.5", | ||
"c8": "^7.13.0", | ||
"changelogen": "^0.4.1", | ||
"eslint": "^8.34.0", | ||
"eslint-config-unjs": "^0.1.0", | ||
"import-meta-resolve": "^2.2.1", | ||
"jiti": "^1.16.1", | ||
"prettier": "^2.8.2", | ||
"standard-version": "^9.5.0", | ||
"typescript": "^4.9.4", | ||
"unbuild": "^1.0.2", | ||
"vitest": "^0.27.0" | ||
"jiti": "^1.17.0", | ||
"prettier": "^2.8.4", | ||
"typescript": "^4.9.5", | ||
"unbuild": "^1.1.1", | ||
"vitest": "^0.28.5" | ||
}, | ||
"packageManager": "pnpm@7.23.0", | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest", | ||
"lint": "eslint --ext .ts,.js src test && prettier -c src test", | ||
"release": "pnpm test && pnpm build && standard-version && pnpm publish && git push --follow-tags", | ||
"test": "pnpm lint && vitest run" | ||
} | ||
} | ||
"packageManager": "pnpm@7.27.0" | ||
} |
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
139483
4114
Updatedacorn@^8.8.2
Updatedpathe@^1.1.0
Updatedufo@^1.1.0