Comparing version 6.17.0 to 6.18.0-next.1701777887.61faf768fed47ba05d6d8697211cab15ec1104c8
// Imports | ||
import { resolve } from 'node:path' | ||
import matchRange from 'https://unpkg.com/version-range@^4.9.0/edition-deno/index.ts' | ||
import matchRange from 'https://unpkg.com/version-range@^4.10.0/edition-deno/index.ts' | ||
import { errtion, Errtion } from './util.ts' | ||
@@ -5,0 +5,0 @@ import { versions as processVersions } from 'node:process' |
{ | ||
"name": "editions", | ||
"version": "6.17.0", | ||
"version": "6.18.0-next.1701777887.61faf768fed47ba05d6d8697211cab15ec1104c8", | ||
"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)", | ||
@@ -166,16 +166,16 @@ "homepage": "https://github.com/bevry/editions", | ||
"dependencies": { | ||
"version-range": "^4.9.0" | ||
"version-range": "^4.10.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.23.0", | ||
"@types/node": "^20.10.1", | ||
"@typescript-eslint/eslint-plugin": "^6.13.1", | ||
"@typescript-eslint/parser": "^6.13.1", | ||
"assert-helpers": "^11.7.0", | ||
"eslint": "^8.54.0", | ||
"@types/node": "^20.10.3", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"assert-helpers": "^11.8.0", | ||
"eslint": "^8.55.0", | ||
"eslint-config-bevry": "^5.2.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"kava": "^7.4.0", | ||
"make-deno-edition": "^2.0.0", | ||
"make-deno-edition": "^2.0.1", | ||
"prettier": "^3.1.0", | ||
@@ -223,3 +223,4 @@ "projectz": "^3.4.0", | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
"trailingComma": "es5", | ||
"endOfLine": "lf" | ||
}, | ||
@@ -231,2 +232,2 @@ "boundation": { | ||
} | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
101472
1
Updatedversion-range@^4.10.0