repository-provider-cli-support 2.2.10 → 2.2.12

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.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +13 -13
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2023-2024 by repository-provider-cli-support
1
+ Copyright (c) 2023-2024 by arlac77
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repository-provider-cli-support",
3
- "version": "2.2.10",
3
+ "version": "2.2.12",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -24,34 +24,34 @@
24
24
  ],
25
25
  "license": "BSD-2-Clause",
26
26
  "scripts": {
27
- "prepare": "npm run prepare:typescript",
28
- "prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule -t esnext -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
29
- "test": "npm run test:ava",
27
+ "prepare": "node --run prepare:typescript",
28
+ "prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule --target es2024 --lib es2024 -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
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
- "lint": "npm run lint:docs && npm run lint:typescript",
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 -t esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
35
+ "lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target es2024 --lib es2024 -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
36
36
  },
37
37
  "dependencies": {
38
38
  "aggregation-repository-provider": "^7.0.3",
39
- "etag-cache-leveldb": "^2.1.6",
39
+ "etag-cache-leveldb": "^2.1.7",
40
40
  "leveldown": "^6.1.1",
41
41
  "levelup": "^5.1.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@types/node": "^22.7.0",
45
- "ava": "^6.1.3",
46
- "c8": "^10.1.2",
44
+ "@types/node": "^22.10.2",
45
+ "ava": "^6.2.0",
46
+ "c8": "^10.1.3",
47
47
  "commander": "^12.1.0",
48
48
  "documentation": "^14.0.3",
49
49
  "github-repository-provider": "^9.0.21",
50
- "semantic-release": "^24.1.1",
51
- "typescript": "^5.6.2"
50
+ "semantic-release": "^24.2.0",
51
+ "typescript": "^5.7.2"
52
52
  },
53
53
  "engines": {
54
- "node": ">=20.12.2"
54
+ "node": ">=20.18.0"
55
55
  },
56
56
  "repository": {
57
57
  "type": "git",