electron-reactive-event-cli 1.0.30 → 1.0.31
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/ReadMe.md +2 -2
- package/package.json +3 -3
package/ReadMe.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# `
|
|
1
|
+
# `electron-reactive-event-cli`
|
|
2
2
|
|
|
3
3
|
This package provides commands that make it easy to integrate `electron-reactive-event` into your Electron/React app.
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
7
|
-
See the documentation in the [source for the `electron-reactive-event` package](../ElectronReactiveEvent/Documentation/
|
|
7
|
+
See the documentation in the [source for the `electron-reactive-event` package](../ElectronReactiveEvent/Documentation/Cli.md).
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"setup": "./Distribution/Setup.js"
|
|
5
5
|
},
|
|
6
6
|
"name": "electron-reactive-event-cli",
|
|
7
|
-
"version": "1.0.
|
|
7
|
+
"version": "1.0.31",
|
|
8
8
|
"description": "Helper package to integrate electron-reactive-event in your Electron- and React-based app.",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"electron",
|
|
@@ -39,7 +39,6 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/node": "^25.5.0",
|
|
41
41
|
"@typescript/native-preview": "^7.0.0-dev.20260326.1",
|
|
42
|
-
"typescript": "^5.9.3",
|
|
43
42
|
"typescript-json-schema": "^0.67.1"
|
|
44
43
|
},
|
|
45
44
|
"dependencies": {
|
|
@@ -51,6 +50,7 @@
|
|
|
51
50
|
"clipboardy": "^5.3.1",
|
|
52
51
|
"commander": "^14.0.3",
|
|
53
52
|
"inquirer-file-selector": "^1.0.1",
|
|
54
|
-
"ora": "^9.3.0"
|
|
53
|
+
"ora": "^9.3.0",
|
|
54
|
+
"typescript": "^6.0.2"
|
|
55
55
|
}
|
|
56
56
|
}
|