@companion-module/tools 2.4.0 → 2.4.1

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/CHANGELOG.md +7 -0
  2. package/package.json +64 -64
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.4.1](https://github.com/bitfocus/companion-module-tools/compare/v2.4.0...v2.4.1) (2025-09-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update release-please and provenance generation ([15a5393](https://github.com/bitfocus/companion-module-tools/commit/15a539300373fd0e26a0eb7c3b2b500e5c90a4b4))
9
+
3
10
  ## [2.4.0](https://github.com/bitfocus/companion-module-tools/compare/v2.3.0...v2.4.0) (2025-09-04)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,65 +1,65 @@
1
1
  {
2
- "name": "@companion-module/tools",
3
- "version": "2.4.0",
4
- "type": "module",
5
- "main": "index.js",
6
- "license": "MIT",
7
- "repository": {
8
- "type": "git",
9
- "url": "git+https://github.com/bitfocus/companion-module-tools.git"
10
- },
11
- "bin": {
12
- "companion-generate-manifest": "scripts/generate-manifest.js",
13
- "companion-module-build": "scripts/build.js",
14
- "companion-module-check": "scripts/check.js"
15
- },
16
- "engines": {
17
- "node": "^18.18 || ^22.18"
18
- },
19
- "files": [
20
- "eslint",
21
- "scripts",
22
- "tsconfig",
23
- ".prettierrc.json",
24
- "index.js",
25
- "CHANGELOG.md",
26
- "webpack.*"
27
- ],
28
- "dependencies": {
29
- "@eslint/js": "^9.34.0",
30
- "eslint-config-prettier": "^10.1.8",
31
- "eslint-plugin-n": "^17.21.3",
32
- "eslint-plugin-prettier": "^5.5.4",
33
- "find-up": "^7.0.0",
34
- "parse-author": "^2.0.0",
35
- "semver": "^7.7.2",
36
- "tar": "^7.4.3",
37
- "webpack": "^5.101.3",
38
- "webpack-cli": "^6.0.1",
39
- "zx": "^8.8.1"
40
- },
41
- "peerDependencies": {
42
- "@companion-module/base": "^1.12.0",
43
- "eslint": "^9.0.0",
44
- "prettier": "^3.0.0",
45
- "typescript-eslint": "^8.2.0"
46
- },
47
- "peerDependenciesMeta": {
48
- "eslint": {
49
- "optional": true
50
- },
51
- "prettier": {
52
- "optional": true
53
- },
54
- "typescript-eslint": {
55
- "optional": true
56
- }
57
- },
58
- "devDependencies": {
59
- "@types/eslint": "^9.6.1",
60
- "eslint": "^9.34.0",
61
- "prettier": "^3.6.2",
62
- "typescript-eslint": "^8.42.0"
63
- },
64
- "packageManager": "yarn@4.9.4"
65
- }
2
+ "name": "@companion-module/tools",
3
+ "version": "2.4.1",
4
+ "type": "module",
5
+ "main": "index.js",
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/bitfocus/companion-module-tools.git"
10
+ },
11
+ "bin": {
12
+ "companion-generate-manifest": "scripts/generate-manifest.js",
13
+ "companion-module-build": "scripts/build.js",
14
+ "companion-module-check": "scripts/check.js"
15
+ },
16
+ "engines": {
17
+ "node": "^18.18 || ^22.18"
18
+ },
19
+ "files": [
20
+ "eslint",
21
+ "scripts",
22
+ "tsconfig",
23
+ ".prettierrc.json",
24
+ "index.js",
25
+ "CHANGELOG.md",
26
+ "webpack.*"
27
+ ],
28
+ "dependencies": {
29
+ "@eslint/js": "^9.36.0",
30
+ "eslint-config-prettier": "^10.1.8",
31
+ "eslint-plugin-n": "^17.23.1",
32
+ "eslint-plugin-prettier": "^5.5.4",
33
+ "find-up": "^7.0.0",
34
+ "parse-author": "^2.0.0",
35
+ "semver": "^7.7.2",
36
+ "tar": "^7.5.1",
37
+ "webpack": "^5.101.3",
38
+ "webpack-cli": "^6.0.1",
39
+ "zx": "^8.8.4"
40
+ },
41
+ "peerDependencies": {
42
+ "@companion-module/base": "^1.12.0",
43
+ "eslint": "^9.36.0",
44
+ "prettier": "^3.6.2",
45
+ "typescript-eslint": "^8.44.1"
46
+ },
47
+ "peerDependenciesMeta": {
48
+ "eslint": {
49
+ "optional": true
50
+ },
51
+ "prettier": {
52
+ "optional": true
53
+ },
54
+ "typescript-eslint": {
55
+ "optional": true
56
+ }
57
+ },
58
+ "devDependencies": {
59
+ "@types/eslint": "^9.6.1",
60
+ "eslint": "^9.36.0",
61
+ "prettier": "^3.6.2",
62
+ "typescript-eslint": "^8.44.1"
63
+ },
64
+ "packageManager": "yarn@4.10.3"
65
+ }