create-electro 1.0.6 → 1.0.7

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.
@@ -10,10 +10,10 @@
10
10
  "generate": "electro generate"
11
11
  },
12
12
  "devDependencies": {
13
- "@electrojs/cli": "1.0.6",
14
- "@electrojs/config": "1.0.6",
13
+ "@electrojs/cli": "1.0.7",
14
+ "@electrojs/config": "1.0.7",
15
15
  "@types/node": "^25.5.0",
16
- "electron": "41.0.4",
16
+ "electron": "41.1.0",
17
17
  "typescript": "^6.0.2",
18
18
  "vite": "^8.0.3"
19
19
  },
@@ -4,11 +4,11 @@
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "devDependencies": {
7
- "@electrojs/common": "1.0.6",
8
- "@electrojs/config": "1.0.6",
9
- "@electrojs/runtime": "1.0.6",
7
+ "@electrojs/common": "1.0.7",
8
+ "@electrojs/config": "1.0.7",
9
+ "@electrojs/runtime": "1.0.7",
10
10
  "@types/node": "^25.5.0",
11
- "electron": "41.0.4",
11
+ "electron": "41.1.0",
12
12
  "typescript": "^6.0.2",
13
13
  "vite": "^8.0.3"
14
14
  }
@@ -13,7 +13,8 @@ export class NotesService {
13
13
  {
14
14
  id: "bridge-demo",
15
15
  title: "Bridge is connected",
16
- content: "This note was loaded via bridge.notes.getNotes() — a @query method in the runtime. Try creating and deleting notes to test @command methods.",
16
+ content:
17
+ "This note was loaded via bridge.notes.getNotes() — a @query method in the runtime. Try creating and deleting notes to test @command methods.",
17
18
  createdAt: new Date().toISOString(),
18
19
  },
19
20
  {
@@ -4,8 +4,8 @@
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "devDependencies": {
7
- "@electrojs/config": "^1.0.6",
8
- "@electrojs/renderer": "^1.0.6",
7
+ "@electrojs/config": "^1.0.7",
8
+ "@electrojs/renderer": "^1.0.7",
9
9
  "@types/react": "^19.2.14",
10
10
  "@types/react-dom": "^19.2.3",
11
11
  "@vitejs/plugin-react": "^6.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-electro",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Scaffold a new ElectroJS Electron app with the recommended monorepo layout",
5
5
  "keywords": [
6
6
  "create",