matterbridge-example-accessory-platform 1.0.11 → 1.0.13
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/CHANGELOG.md +38 -38
- package/README.md +9 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/platform.d.ts +2 -4
- package/dist/platform.d.ts.map +1 -1
- package/dist/platform.js +4 -3
- package/dist/platform.js.map +1 -1
- package/link-matterbridge-script.js +1 -0
- package/package.json +31 -21
- package/yellow-button.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
6
|
-
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
|
|
7
|
-
</a>
|
|
8
|
-
|
|
9
|
-
<!-- Commented out section
|
|
10
|
-
## [1.1.2] - 2024-03-08
|
|
11
|
-
|
|
12
|
-
### Added
|
|
13
|
-
|
|
14
|
-
- [Feature 1]: Description of the feature.
|
|
15
|
-
- [Feature 2]: Description of the feature.
|
|
16
|
-
|
|
17
|
-
### Changed
|
|
18
|
-
|
|
19
|
-
- [Feature 3]: Description of the change.
|
|
20
|
-
- [Feature 4]: Description of the change.
|
|
21
|
-
|
|
22
|
-
### Deprecated
|
|
23
|
-
|
|
24
|
-
- [Feature 5]: Description of the deprecation.
|
|
25
|
-
|
|
26
|
-
### Removed
|
|
27
|
-
|
|
28
|
-
- [Feature 6]: Description of the removal.
|
|
29
|
-
|
|
30
|
-
### Fixed
|
|
31
|
-
|
|
32
|
-
- [Bug 1]: Description of the bug fix.
|
|
33
|
-
- [Bug 2]: Description of the bug fix.
|
|
34
|
-
|
|
35
|
-
### Security
|
|
36
|
-
|
|
37
|
-
- [Security 1]: Description of the security improvement.
|
|
38
|
-
-->
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
6
|
+
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
|
|
7
|
+
</a>
|
|
8
|
+
|
|
9
|
+
<!-- Commented out section
|
|
10
|
+
## [1.1.2] - 2024-03-08
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- [Feature 1]: Description of the feature.
|
|
15
|
+
- [Feature 2]: Description of the feature.
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- [Feature 3]: Description of the change.
|
|
20
|
+
- [Feature 4]: Description of the change.
|
|
21
|
+
|
|
22
|
+
### Deprecated
|
|
23
|
+
|
|
24
|
+
- [Feature 5]: Description of the deprecation.
|
|
25
|
+
|
|
26
|
+
### Removed
|
|
27
|
+
|
|
28
|
+
- [Feature 6]: Description of the removal.
|
|
29
|
+
|
|
30
|
+
### Fixed
|
|
31
|
+
|
|
32
|
+
- [Bug 1]: Description of the bug fix.
|
|
33
|
+
- [Bug 2]: Description of the bug fix.
|
|
34
|
+
|
|
35
|
+
### Security
|
|
36
|
+
|
|
37
|
+
- [Security 1]: Description of the security improvement.
|
|
38
|
+
-->
|
package/README.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/matterbridge-example-accessory-platform)
|
|
4
4
|
[](https://www.npmjs.com/package/matterbridge-example-accessory-platform)
|
|
5
|
-
](https://hub.docker.com/r/luligu/matterbridge)
|
|
6
|
+
[](https://hub.docker.com/r/luligu/matterbridge)
|
|
7
|
+

|
|
6
8
|
|
|
7
9
|
[](https://www.npmjs.com/package/matterbridge)
|
|
8
10
|
[](https://www.npmjs.com/package/matter-history)
|
|
@@ -15,4 +17,10 @@ Matterbridge accessory platform example plugin is a template to develop your own
|
|
|
15
17
|
|
|
16
18
|
It exposes a cover device that continuously moves position and shows how to use the command handlers (you can control the device).
|
|
17
19
|
|
|
20
|
+
If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge-example-accessory-platform and sponsoring it.
|
|
21
|
+
|
|
22
|
+
## Prerequisites
|
|
23
|
+
|
|
24
|
+
### Matterbridge
|
|
25
|
+
|
|
18
26
|
See the guidelines on [Matterbridge](https://github.com/Luligu/matterbridge/blob/main/README.md) for more information.
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Matterbridge, PlatformConfig } from 'matterbridge';
|
|
2
|
-
import { AnsiLogger } from '
|
|
2
|
+
import { AnsiLogger } from 'matterbridge/logger';
|
|
3
3
|
import { ExampleMatterbridgeAccessoryPlatform } from './platform.js';
|
|
4
4
|
/**
|
|
5
5
|
* This is the standard interface for Matterbridge plugins.
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,oCAAoC,EAAE,MAAM,eAAe,CAAC;AAErE;;;;;;;;GAQG;AACH,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,YAAY,EAAE,YAAY,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,EAAE,cAAc,GAAG,oCAAoC,CAElJ"}
|
package/dist/platform.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import { Matterbridge, MatterbridgeDevice, MatterbridgeAccessoryPlatform } from 'matterbridge';
|
|
4
|
-
import { AnsiLogger } from 'node-ansi-logger';
|
|
1
|
+
import { Matterbridge, MatterbridgeDevice, MatterbridgeAccessoryPlatform, PlatformConfig } from 'matterbridge';
|
|
2
|
+
import { AnsiLogger } from 'matterbridge/logger';
|
|
5
3
|
export declare class ExampleMatterbridgeAccessoryPlatform extends MatterbridgeAccessoryPlatform {
|
|
6
4
|
cover: MatterbridgeDevice | undefined;
|
|
7
5
|
coverInterval: NodeJS.Timeout | undefined;
|
package/dist/platform.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../src/platform.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../src/platform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,6BAA6B,EAAe,cAAc,EAA+B,MAAM,cAAc,CAAC;AACzJ,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,qBAAa,oCAAqC,SAAQ,6BAA6B;IACrF,KAAK,EAAE,kBAAkB,GAAG,SAAS,CAAC;IACtC,aAAa,EAAE,MAAM,CAAC,OAAO,GAAG,SAAS,CAAC;gBAE9B,YAAY,EAAE,YAAY,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,EAAE,cAAc;IAKhE,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM;IAgDvB,WAAW;IA2BX,UAAU,CAAC,MAAM,CAAC,EAAE,MAAM;CAK1C"}
|
package/dist/platform.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { DeviceTypes, WindowCovering } from 'matterbridge';
|
|
2
|
-
import { MatterbridgeDevice, MatterbridgeAccessoryPlatform } from 'matterbridge';
|
|
1
|
+
import { MatterbridgeDevice, MatterbridgeAccessoryPlatform, DeviceTypes, WindowCovering, powerSource } from 'matterbridge';
|
|
3
2
|
export class ExampleMatterbridgeAccessoryPlatform extends MatterbridgeAccessoryPlatform {
|
|
4
3
|
cover;
|
|
5
4
|
coverInterval;
|
|
6
5
|
constructor(matterbridge, log, config) {
|
|
7
6
|
super(matterbridge, log, config);
|
|
7
|
+
this.log.info('Initializing platform:', this.config.name);
|
|
8
8
|
}
|
|
9
9
|
async onStart(reason) {
|
|
10
10
|
this.log.info('onStart called with reason:', reason ?? 'none');
|
|
11
11
|
this.cover = new MatterbridgeDevice(DeviceTypes.WINDOW_COVERING);
|
|
12
12
|
this.cover.createDefaultIdentifyClusterServer();
|
|
13
13
|
this.cover.createDefaultBasicInformationClusterServer('Accessory device', '0x59108853', 0xfff1, 'Luligu', 0x0001, 'Accessory device');
|
|
14
|
-
this.cover.createDefaultPowerSourceWiredClusterServer();
|
|
15
14
|
this.cover.createDefaultWindowCoveringClusterServer(10000);
|
|
15
|
+
this.cover.addDeviceType(powerSource);
|
|
16
|
+
this.cover.createDefaultPowerSourceWiredClusterServer();
|
|
16
17
|
await this.registerDevice(this.cover);
|
|
17
18
|
this.cover.addCommandHandler('identify', async ({ request: { identifyTime } }) => {
|
|
18
19
|
this.log.info(`Command identify called identifyTime:${identifyTime}`);
|
package/dist/platform.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platform.js","sourceRoot":"","sources":["../src/platform.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"platform.js","sourceRoot":"","sources":["../src/platform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,kBAAkB,EAAE,6BAA6B,EAAE,WAAW,EAAkB,cAAc,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAGzJ,MAAM,OAAO,oCAAqC,SAAQ,6BAA6B;IACrF,KAAK,CAAiC;IACtC,aAAa,CAA6B;IAE1C,YAAY,YAA0B,EAAE,GAAe,EAAE,MAAsB;QAC7E,KAAK,CAAC,YAAY,EAAE,GAAG,EAAE,MAAM,CAAC,CAAC;QACjC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,wBAAwB,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IAC5D,CAAC;IAEQ,KAAK,CAAC,OAAO,CAAC,MAAe;QACpC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,6BAA6B,EAAE,MAAM,IAAI,MAAM,CAAC,CAAC;QAE/D,IAAI,CAAC,KAAK,GAAG,IAAI,kBAAkB,CAAC,WAAW,CAAC,eAAe,CAAC,CAAC;QACjE,IAAI,CAAC,KAAK,CAAC,kCAAkC,EAAE,CAAC;QAChD,IAAI,CAAC,KAAK,CAAC,0CAA0C,CAAC,kBAAkB,EAAE,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,kBAAkB,CAAC,CAAC;QACtI,IAAI,CAAC,KAAK,CAAC,wCAAwC,CAAC,KAAK,CAAC,CAAC;QAE3D,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC;QACtC,IAAI,CAAC,KAAK,CAAC,0CAA0C,EAAE,CAAC;QAExD,MAAM,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAEtC,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,YAAY,EAAE,EAAE,EAAE,EAAE;YAC/E,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,wCAAwC,YAAY,EAAE,CAAC,CAAC;QACxE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,KAAK,EAAE,EAAE,UAAU,EAAE,EAAE,gCAAgC,EAAE,+BAA+B,EAAE,iBAAiB,EAAE,EAAE,EAAE,EAAE;YAC5J,MAAM,QAAQ,GAAG,gCAAgC,EAAE,QAAQ,EAAE,CAAC;YAC9D,IAAI,QAAQ,KAAK,IAAI,IAAI,QAAQ,KAAK,SAAS;gBAAE,+BAA+B,EAAE,QAAQ,CAAC,QAAQ,CAAC,CAAC;YACrG,iBAAiB,CAAC,QAAQ,CAAC;gBACzB,MAAM,EAAE,cAAc,CAAC,cAAc,CAAC,OAAO;gBAC7C,IAAI,EAAE,cAAc,CAAC,cAAc,CAAC,OAAO;gBAC3C,IAAI,EAAE,cAAc,CAAC,cAAc,CAAC,OAAO;aAC5C,CAAC,CAAC;YACH,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,4EAA4E,gCAAgC,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC;YAC3I,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,2EAA2E,+BAA+B,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC;YACzI,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,6DAA6D,iBAAiB,EAAE,QAAQ,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC;QACpH,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAC1B,oBAAoB,EACpB,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,sBAAsB,EAAE,EAAE,UAAU,EAAE,EAAE,gCAAgC,EAAE,+BAA+B,EAAE,iBAAiB,EAAE,EAAE,EAAE,EAAE;YACtJ,gCAAgC,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC;YACnE,+BAA+B,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC;YAClE,iBAAiB,CAAC,QAAQ,CAAC;gBACzB,MAAM,EAAE,cAAc,CAAC,cAAc,CAAC,OAAO;gBAC7C,IAAI,EAAE,cAAc,CAAC,cAAc,CAAC,OAAO;gBAC3C,IAAI,EAAE,cAAc,CAAC,cAAc,CAAC,OAAO;aAC5C,CAAC,CAAC;YACH,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,uEAAuE,sBAAsB,GAAG,CAAC,CAAC;YAChH,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,oFAAoF,gCAAgC,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC;YACnJ,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,mFAAmF,+BAA+B,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC;YACjJ,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,qEAAqE,iBAAiB,EAAE,QAAQ,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC;QAC5H,CAAC,CACF,CAAC;IACJ,CAAC;IAEQ,KAAK,CAAC,WAAW;QACxB,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QAEpC,8GAA8G;QAC9G,IAAI,CAAC,KAAK,EAAE,0CAA0C,EAAE,CAAC;QACzD,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,wHAAwH,CAAC,CAAC;QAEzI,IAAI,CAAC,aAAa,GAAG,WAAW,CAAC,GAAG,EAAE;YACpC,IAAI,CAAC,IAAI,CAAC,KAAK;gBAAE,OAAO;YACxB,MAAM,YAAY,GAAG,IAAI,CAAC,KAAK,CAAC,gBAAgB,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;YAC1E,IAAI,YAAY,IAAI,YAAY,CAAC,4CAA4C,EAAE,CAAC;gBAC9E,IAAI,QAAQ,GAAG,YAAY,CAAC,4CAA4C,EAAE,CAAC;gBAC3E,IAAI,QAAQ,KAAK,IAAI,IAAI,QAAQ,KAAK,SAAS;oBAAE,OAAO;gBACxD,QAAQ,GAAG,QAAQ,GAAG,IAAI,CAAC;gBAC3B,QAAQ,GAAG,QAAQ,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC;gBAC3C,YAAY,CAAC,2CAA2C,CAAC,QAAQ,CAAC,CAAC;gBACnE,YAAY,CAAC,4CAA4C,CAAC,QAAQ,CAAC,CAAC;gBACpE,YAAY,CAAC,6BAA6B,CAAC;oBACzC,MAAM,EAAE,cAAc,CAAC,cAAc,CAAC,OAAO;oBAC7C,IAAI,EAAE,cAAc,CAAC,cAAc,CAAC,OAAO;oBAC3C,IAAI,EAAE,cAAc,CAAC,cAAc,CAAC,OAAO;iBAC5C,CAAC,CAAC;gBACH,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,iCAAiC,QAAQ,EAAE,CAAC,CAAC;YAC7D,CAAC;QACH,CAAC,EAAE,EAAE,GAAG,IAAI,CAAC,CAAC;IAChB,CAAC;IAEQ,KAAK,CAAC,UAAU,CAAC,MAAe;QACvC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,gCAAgC,EAAE,MAAM,IAAI,MAAM,CAAC,CAAC;QAClE,aAAa,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAClC,IAAI,IAAI,CAAC,MAAM,CAAC,oBAAoB,KAAK,IAAI;YAAE,MAAM,IAAI,CAAC,oBAAoB,EAAE,CAAC;IACnF,CAAC;CACF"}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-example-accessory-platform",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Matterbridge accessory
|
|
3
|
+
"version": "1.0.13",
|
|
4
|
+
"description": "Matterbridge accessory plugin",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
|
-
"types": "dist/index.d.
|
|
9
|
+
"types": "dist/index.d.ts",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/Luligu/matterbridge-example-accessory-platform.git"
|
|
@@ -34,19 +34,21 @@
|
|
|
34
34
|
"watch": "tsc --watch",
|
|
35
35
|
"start:bridge": "matterbridge -bridge",
|
|
36
36
|
"start:childbridge": "matterbridge -childbridge",
|
|
37
|
-
"test": "jest",
|
|
38
|
-
"test:verbose": "jest --verbose",
|
|
39
|
-
"test:watch": "jest --watch",
|
|
40
|
-
"
|
|
41
|
-
"lint
|
|
42
|
-
"
|
|
43
|
-
"format
|
|
37
|
+
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --passWithNoTests",
|
|
38
|
+
"test:verbose": "node --experimental-vm-modules node_modules/jest/bin/jest.js --passWithNoTests --verbose",
|
|
39
|
+
"test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --passWithNoTests --watch",
|
|
40
|
+
"test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --passWithNoTests --coverage",
|
|
41
|
+
"lint": "eslint --max-warnings=0 .",
|
|
42
|
+
"lint:fix": "eslint --fix --max-warnings=0 .",
|
|
43
|
+
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,md}\"",
|
|
44
|
+
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,css,md}\"",
|
|
44
45
|
"clean": "rimraf tsconfig.tsbuildinfo ./dist",
|
|
45
46
|
"cleanBuild": "npm run clean && tsc",
|
|
46
|
-
"deepClean": "rimraf tsconfig.tsbuildinfo package-lock.json ./dist ./
|
|
47
|
+
"deepClean": "rimraf tsconfig.tsbuildinfo package-lock.json ./dist ./node_modulesI",
|
|
48
|
+
"deepCleanRebuild": "npm run deepClean && npm install && npm run build",
|
|
47
49
|
"prepublishOnly": "npm run lint && npm run cleanBuild",
|
|
48
50
|
"checkDependencies": "npx npm-check-updates",
|
|
49
|
-
"updateDependencies": "npx npm-check-updates -u",
|
|
51
|
+
"updateDependencies": "npx npm-check-updates -u && npm install & npm run cleanBuild",
|
|
50
52
|
"matterbridge:add": "matterbridge -add .\\",
|
|
51
53
|
"matterbridge:remove": "matterbridge -remove .\\",
|
|
52
54
|
"matterbridge:enable": "matterbridge -enable .\\",
|
|
@@ -57,18 +59,26 @@
|
|
|
57
59
|
"dev:uninstall": "npm uninstall matterbridge && npm unlink matterbridge",
|
|
58
60
|
"install": "node link-matterbridge-script.js"
|
|
59
61
|
},
|
|
62
|
+
"overrides": {
|
|
63
|
+
"eslint": "latest"
|
|
64
|
+
},
|
|
60
65
|
"devDependencies": {
|
|
61
|
-
"@
|
|
62
|
-
"@
|
|
63
|
-
"@types/
|
|
64
|
-
"@
|
|
65
|
-
"@typescript-eslint/parser": "^7.11.0",
|
|
66
|
+
"@eslint/js": "^9.6.0",
|
|
67
|
+
"@types/eslint__js": "^8.42.3",
|
|
68
|
+
"@types/jest": "^29.5.12",
|
|
69
|
+
"@types/node": "^20.14.10",
|
|
66
70
|
"eslint-config-prettier": "^9.1.0",
|
|
71
|
+
"eslint-plugin-jest": "^28.6.0",
|
|
67
72
|
"eslint-plugin-prettier": "^5.1.3",
|
|
68
|
-
"
|
|
69
|
-
"
|
|
73
|
+
"jest": "^29.7.0",
|
|
74
|
+
"prettier": "^3.3.2",
|
|
75
|
+
"rimraf": "^6.0.0",
|
|
76
|
+
"ts-jest": "^29.2.1",
|
|
77
|
+
"typescript": "^5.5.3",
|
|
78
|
+
"typescript-eslint": "^7.16.0"
|
|
70
79
|
},
|
|
71
80
|
"dependencies": {
|
|
72
|
-
"node-ansi-logger": "^1.9.5"
|
|
81
|
+
"node-ansi-logger": "^1.9.5",
|
|
82
|
+
"node-persist-manager": "^1.0.7"
|
|
73
83
|
}
|
|
74
|
-
}
|
|
84
|
+
}
|
package/yellow-button.png
DELETED
|
Binary file
|