@bevry/github-orgs
Advanced tools
Comparing version 3.3.0 to 3.4.0-next.1701818346.f9ba8842f7e7ccd4beb38061f9487202be2bc676
{ | ||
"name": "@bevry/github-orgs", | ||
"version": "3.3.0", | ||
"version": "3.4.0-next.1701818346.f9ba8842f7e7ccd4beb38061f9487202be2bc676", | ||
"description": "JSON listing of all the Bevry managed GitHub organisations", | ||
@@ -202,22 +202,22 @@ "homepage": "https://github.com/bevry/github-orgs", | ||
"dependencies": { | ||
"editions": "^6.16.0" | ||
"editions": "^6.19.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/fs-write": "^1.3.0", | ||
"@bevry/fs-write": "^1.4.0", | ||
"@bevry/update-contributors": "^1.23.0", | ||
"@types/node": "^20.10.0", | ||
"@typescript-eslint/eslint-plugin": "^6.13.1", | ||
"@typescript-eslint/parser": "^6.13.1", | ||
"assert-helpers": "^11.6.0", | ||
"eslint": "^8.54.0", | ||
"eslint-config-bevry": "^5.2.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"@types/node": "^20.10.3", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"assert-helpers": "^11.9.0", | ||
"eslint": "^8.55.0", | ||
"eslint-config-bevry": "^5.3.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"filedirname": "^3.1.0", | ||
"kava": "^7.4.0", | ||
"make-deno-edition": "^2.0.0", | ||
"filedirname": "^3.2.0", | ||
"kava": "^7.5.0", | ||
"make-deno-edition": "^2.0.1", | ||
"prettier": "^3.1.0", | ||
"projectz": "^3.4.0", | ||
"promise-errback": "^1.1.0", | ||
"textextensions": "^6.8.0", | ||
"promise-errback": "^1.2.0", | ||
"textextensions": "^6.9.0", | ||
"typedoc": "^0.25.4", | ||
@@ -267,4 +267,5 @@ "typescript": "5.3.2", | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
"trailingComma": "es5", | ||
"endOfLine": "lf" | ||
} | ||
} | ||
} |
@@ -70,3 +70,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/@bevry/github-orgs@^3.3.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/@bevry/github-orgs@^3.4.0/edition-deno/index.ts' | ||
``` | ||
@@ -78,3 +78,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/@bevry/github-orgs@^3.3.0' | ||
import pkg from '//cdn.skypack.dev/@bevry/github-orgs@^3.4.0' | ||
</script> | ||
@@ -87,3 +87,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/@bevry/github-orgs@^3.3.0' | ||
import pkg from '//unpkg.com/@bevry/github-orgs@^3.4.0' | ||
</script> | ||
@@ -96,3 +96,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/@bevry/github-orgs@3.3.0' | ||
import pkg from '//dev.jspm.io/@bevry/github-orgs@3.4.0' | ||
</script> | ||
@@ -99,0 +99,0 @@ ``` |
{ | ||
"compilerOptions": { | ||
"allowJs": true, | ||
"downlevelIteration": true, | ||
"esModuleInterop": true, | ||
"isolatedModules": true, | ||
"maxNodeModuleJsDepth": 5, | ||
"module": "ESNext", | ||
"moduleResolution": "Node", | ||
"strict": true, | ||
"target": "ES2022", | ||
"module": "ESNext", | ||
"downlevelIteration": true | ||
"target": "ES2022" | ||
}, | ||
"include": ["source"] | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
38460
1
Updatededitions@^6.19.0