repository-provider-cli-support 1.0.7 → 2.0.0

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 -12
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2023 by repository-provider-cli-support
1
+ Copyright (c) 2023-2024 by repository-provider-cli-support
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,8 +1,9 @@
1
1
  {
2
2
  "name": "repository-provider-cli-support",
3
- "version": "1.0.7",
3
+ "version": "2.0.0",
4
4
  "publishConfig": {
5
- "access": "public"
5
+ "access": "public",
6
+ "provenance": true
6
7
  },
7
8
  "exports": {
8
9
  ".": "./src/setup-provider.mjs"
@@ -20,28 +21,28 @@
20
21
  "license": "BSD-2-Clause",
21
22
  "scripts": {
22
23
  "test": "npm run test:ava",
23
- "test:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs",
24
- "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
24
+ "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
25
+ "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",
25
26
  "docs": "documentation readme --section=API ./src/**/*.mjs",
26
27
  "lint": "npm run lint:docs",
27
28
  "lint:docs": "documentation lint ./src/**/*.mjs"
28
29
  },
29
30
  "dependencies": {
30
- "aggregation-repository-provider": "^5.3.34",
31
+ "aggregation-repository-provider": "^6.0.5",
31
32
  "etag-cache-leveldb": "^2.0.3",
32
33
  "leveldown": "^6.1.1",
33
34
  "levelup": "^5.1.1"
34
35
  },
35
36
  "devDependencies": {
36
- "ava": "^5.3.1",
37
- "c8": "^8.0.1",
38
- "commander": "^11.0.0",
39
- "documentation": "^14.0.2",
40
- "github-repository-provider": "^8.0.22",
41
- "semantic-release": "^21.1.1"
37
+ "ava": "^6.1.1",
38
+ "c8": "^9.1.0",
39
+ "commander": "^11.1.0",
40
+ "documentation": "^14.0.3",
41
+ "github-repository-provider": "^8.0.33",
42
+ "semantic-release": "^23.0.0"
42
43
  },
43
44
  "engines": {
44
- "node": ">=16.20.2"
45
+ "node": ">=20.11.0"
45
46
  },
46
47
  "repository": {
47
48
  "type": "git",