pluginclerk
Advanced tools
Comparing version 6.2.0 to 6.3.0-next.1700856932.ded11a5e042707901901685d7b6e8cb0a274468f
// Import | ||
import Cachely from 'https://unpkg.com/cachely@^6.4.0/edition-deno/index.ts' | ||
import versionRange from 'https://unpkg.com/version-range@^4.3.0/edition-deno/index.ts' | ||
import Cachely from 'https://unpkg.com/cachely@^6.5.0/edition-deno/index.ts' | ||
import versionRange from 'https://unpkg.com/version-range@^4.7.0/edition-deno/index.ts' | ||
import wait from 'https://unpkg.com/@bevry/wait@^2.2.0/edition-deno/index.ts' | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "pluginclerk", | ||
"version": "6.2.0", | ||
"version": "6.3.0-next.1700856932.ded11a5e042707901901685d7b6e8cb0a274468f", | ||
"description": "A clerk for retrieving compatible plugins from the npm database", | ||
@@ -163,23 +163,23 @@ "homepage": "https://github.com/bevry/pluginclerk", | ||
"@bevry/wait": "^2.2.0", | ||
"cachely": "^6.4.0", | ||
"version-range": "^4.3.0" | ||
"cachely": "^6.5.0", | ||
"version-range": "^4.7.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.23.0", | ||
"@types/node": "^20.9.3", | ||
"@types/node": "^20.10.0", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"assert-helpers": "^11.5.0", | ||
"assert-helpers": "^11.6.0", | ||
"eslint": "^8.54.0", | ||
"eslint-config-bevry": "^5.1.0", | ||
"eslint-config-bevry": "^5.2.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"kava": "^7.3.0", | ||
"make-deno-edition": "^1.3.0", | ||
"kava": "^7.4.0", | ||
"make-deno-edition": "^2.0.0", | ||
"prettier": "^3.1.0", | ||
"projectz": "^3.2.0", | ||
"projectz": "^3.3.0", | ||
"surge": "^0.23.1", | ||
"typedoc": "^0.25.3", | ||
"typescript": "5.2.2", | ||
"valid-directory": "^4.4.0" | ||
"valid-directory": "^4.5.0" | ||
}, | ||
@@ -227,2 +227,2 @@ "scripts": { | ||
} | ||
} | ||
} |
@@ -178,3 +178,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/pluginclerk@^6.2.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/pluginclerk@^6.3.0/edition-deno/index.ts' | ||
``` | ||
@@ -181,0 +181,0 @@ |
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
99060
1
Updatedcachely@^6.5.0
Updatedversion-range@^4.7.0