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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +7 -7
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (C) 2023-2024 by arlac77
1
+ Copyright (C) 2023-2025 by arlac77
2
2
 
3
3
  Permission to use, copy, modify, and/or distribute this software for any
4
4
  purpose with or without fee is hereby granted.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  [![npm](https://img.shields.io/npm/v/repository-provider-cli-support.svg)](https://www.npmjs.com/package/repository-provider-cli-support)
2
- [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://spdx.org/licenses/0BSD.html)
2
+ [![License](https://img.shields.io/badge/License-0BSD-blue.svg)](https://spdx.org/licenses/0BSD.html)
3
3
  [![Typed with TypeScript](https://flat.badgen.net/badge/icon/Typed?icon=typescript\&label\&labelColor=blue\&color=555555)](https://typescriptlang.org)
4
4
  [![bundlejs](https://deno.bundlejs.com/?q=repository-provider-cli-support\&badge=detailed)](https://bundlejs.com/?q=repository-provider-cli-support)
5
5
  [![downloads](http://img.shields.io/npm/dm/repository-provider-cli-support.svg?style=flat-square)](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.13",
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 es2024 -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
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 es2024 -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
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.10.2",
44
+ "@types/node": "^22.15.0",
45
45
  "ava": "^6.2.0",
46
46
  "c8": "^10.1.3",
47
- "commander": "^13.0.0",
47
+ "commander": "^13.1.0",
48
48
  "documentation": "^14.0.3",
49
49
  "github-repository-provider": "^9.0.21",
50
- "semantic-release": "^24.2.0",
51
- "typescript": "^5.7.2"
50
+ "semantic-release": "^24.2.3",
51
+ "typescript": "^5.8.3"
52
52
  },
53
53
  "engines": {
54
54
  "node": ">=20.18.0"