Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "load-yml", | ||
"description": "Read and parse a .yaml or .yml file", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"packageManager": "pnpm@7.26.1", | ||
@@ -11,2 +11,3 @@ "main": "./dist/index.cjs", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs", | ||
@@ -38,2 +39,3 @@ "import": "./dist/index.mjs" | ||
"sync": "tscjs scripts/sync", | ||
"workflow:publish-test": "zx scripts/workflow.mjs", | ||
"clean": "rimraf dist", | ||
@@ -49,11 +51,10 @@ "dist": "run-s clean build", | ||
"@types/js-yaml": "^4.0.5", | ||
"core-js": "^3.27.2", | ||
"js-yaml": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.12", | ||
"@babel/core": "^7.21.0", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@eslint-sets/eslint-config-ts": "^4.2.1", | ||
"@microsoft/api-extractor": "^7.34.2", | ||
"@babel/preset-typescript": "^7.21.0", | ||
"@eslint-sets/eslint-config-ts": "^5.0.0", | ||
"@microsoft/api-extractor": "^7.34.4", | ||
"@rollup/plugin-alias": "^4.0.3", | ||
@@ -65,22 +66,25 @@ "@rollup/plugin-babel": "^6.0.3", | ||
"@types/jest": "^29.4.0", | ||
"@types/node": "^18.11.18", | ||
"@types/node": "^18.14.2", | ||
"chalk": "^5.2.0", | ||
"core-js": "^3.29.0", | ||
"coveralls": "^3.1.1", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.33.0", | ||
"eslint": "^8.35.0", | ||
"fast-glob": "^3.2.12", | ||
"jest": "^29.4.1", | ||
"jest": "^29.4.3", | ||
"load-yml": "^1.2.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.8.3", | ||
"prettier-config-common": "^1.3.0", | ||
"reinstaller": "^2.2.0", | ||
"prettier": "^2.8.4", | ||
"prettier-config-common": "^1.4.0", | ||
"reinstaller": "^2.3.0", | ||
"rimraf": "^4.1.2", | ||
"rollup": "^3.13.0", | ||
"rollup-plugin-filesize": "^9.1.2", | ||
"rollup": "^3.17.3", | ||
"rollup-plugin-filesize": "^10.0.0", | ||
"rollup-plugin-visualizer": "^5.9.0", | ||
"ts-jest": "^29.0.5", | ||
"tsnd": "^1.1.0", | ||
"typedoc": "^0.23.24", | ||
"typedoc": "^0.23.26", | ||
"typedoc-plugin-markdown": "^3.14.0", | ||
"typescript": "^4.9.5" | ||
"typescript": "^4.9.5", | ||
"zx": "^7.2.0" | ||
}, | ||
@@ -90,2 +94,10 @@ "peerDependencies": { | ||
}, | ||
"peerDependenciesMeta": { | ||
"core-js": { | ||
"optional": true | ||
} | ||
}, | ||
"engines": { | ||
"node": ">=12.20" | ||
}, | ||
"pnpm": { | ||
@@ -92,0 +104,0 @@ "peerDependencyRules": { |
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
20346
3
34
- Removedcore-js@^3.27.2