repository-provider-cli-support 2.2.13 → 2.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/package.json +7 -7
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
[](https://www.npmjs.com/package/repository-provider-cli-support)
|
|
2
|
-
[](https://spdx.org/licenses/0BSD.html)
|
|
3
3
|
[](https://typescriptlang.org)
|
|
4
4
|
[](https://bundlejs.com/?q=repository-provider-cli-support)
|
|
5
5
|
[](https://npmjs.org/package/repository-provider-cli-support)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "repository-provider-cli-support",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.14",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"license": "0BSD",
|
|
26
26
|
"scripts": {
|
|
27
27
|
"prepare": "node --run prepare:typescript",
|
|
28
|
-
"prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule --target es2024 --lib
|
|
28
|
+
"prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule --target es2024 --lib esnext -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
|
|
29
29
|
"test": "node --run test:ava",
|
|
30
30
|
"test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
|
|
31
31
|
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
|
|
32
32
|
"docs": "documentation readme --section=API ./src**/*.mjs",
|
|
33
33
|
"lint": "node --run lint:docs && node --run lint:typescript",
|
|
34
34
|
"lint:docs": "documentation lint ./src**/*.mjs",
|
|
35
|
-
"lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target es2024 --lib
|
|
35
|
+
"lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target es2024 --lib esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"aggregation-repository-provider": "^7.0.3",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"levelup": "^5.1.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@types/node": "^22.
|
|
44
|
+
"@types/node": "^22.15.0",
|
|
45
45
|
"ava": "^6.2.0",
|
|
46
46
|
"c8": "^10.1.3",
|
|
47
|
-
"commander": "^13.
|
|
47
|
+
"commander": "^13.1.0",
|
|
48
48
|
"documentation": "^14.0.3",
|
|
49
49
|
"github-repository-provider": "^9.0.21",
|
|
50
|
-
"semantic-release": "^24.2.
|
|
51
|
-
"typescript": "^5.
|
|
50
|
+
"semantic-release": "^24.2.3",
|
|
51
|
+
"typescript": "^5.8.3"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
54
|
"node": ">=20.18.0"
|