create-heliumts-app 0.4.2 → 0.4.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-heliumts-app",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Create HeliumTS apps with one command",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -8,7 +8,7 @@
8
8
  "name": "basic",
9
9
  "version": "0.0.0",
10
10
  "dependencies": {
11
- "heliumts": "^0.4.2",
11
+ "heliumts": "^0.4.3",
12
12
  "react": "^19.2.1",
13
13
  "react-dom": "^19.2.1"
14
14
  },
@@ -2361,9 +2361,9 @@
2361
2361
  }
2362
2362
  },
2363
2363
  "node_modules/heliumts": {
2364
- "version": "0.4.2",
2365
- "resolved": "https://registry.npmjs.org/heliumts/-/heliumts-0.4.2.tgz",
2366
- "integrity": "sha512-l8sZexSiSPY27iwwHwvpK9uFhCFCtp7kMUrwCIY2Lt2OGXzjZX6ohRD0fVHO+A1ez4kQn+0NkmBkH9SN974zAw==",
2364
+ "version": "0.4.3",
2365
+ "resolved": "https://registry.npmjs.org/heliumts/-/heliumts-0.4.3.tgz",
2366
+ "integrity": "sha512-RM+LfllObM8133EBaUtihAoxaICf/dcjMwh6eml5dQGu38ZbWBqr27iZOE/9hS+ZFQYsC6KJ1ZS1iYR0Sn+3tg==",
2367
2367
  "license": "MIT",
2368
2368
  "dependencies": {
2369
2369
  "@msgpack/msgpack": "^3.1.2",
@@ -9,7 +9,7 @@
9
9
  "start": "helium start"
10
10
  },
11
11
  "dependencies": {
12
- "heliumts": "^0.4.2",
12
+ "heliumts": "^0.4.3",
13
13
  "react": "^19.2.1",
14
14
  "react-dom": "^19.2.1"
15
15
  },
@@ -9,7 +9,7 @@
9
9
  "version": "0.0.0",
10
10
  "dependencies": {
11
11
  "@tailwindcss/vite": "^4.1.17",
12
- "heliumts": "^0.4.2",
12
+ "heliumts": "^0.4.3",
13
13
  "react": "^19.2.1",
14
14
  "react-dom": "^19.2.1",
15
15
  "tailwindcss": "^4.1.17"
@@ -2643,9 +2643,9 @@
2643
2643
  }
2644
2644
  },
2645
2645
  "node_modules/heliumts": {
2646
- "version": "0.4.2",
2647
- "resolved": "https://registry.npmjs.org/heliumts/-/heliumts-0.4.2.tgz",
2648
- "integrity": "sha512-l8sZexSiSPY27iwwHwvpK9uFhCFCtp7kMUrwCIY2Lt2OGXzjZX6ohRD0fVHO+A1ez4kQn+0NkmBkH9SN974zAw==",
2646
+ "version": "0.4.3",
2647
+ "resolved": "https://registry.npmjs.org/heliumts/-/heliumts-0.4.3.tgz",
2648
+ "integrity": "sha512-RM+LfllObM8133EBaUtihAoxaICf/dcjMwh6eml5dQGu38ZbWBqr27iZOE/9hS+ZFQYsC6KJ1ZS1iYR0Sn+3tg==",
2649
2649
  "license": "MIT",
2650
2650
  "dependencies": {
2651
2651
  "@msgpack/msgpack": "^3.1.2",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@tailwindcss/vite": "^4.1.17",
13
- "heliumts": "^0.4.2",
13
+ "heliumts": "^0.4.3",
14
14
  "react": "^19.2.1",
15
15
  "react-dom": "^19.2.1",
16
16
  "tailwindcss": "^4.1.17"
@@ -29,4 +29,4 @@
29
29
  "typescript-eslint": "^8.46.4",
30
30
  "vite": "^7.2.4"
31
31
  }
32
- }
32
+ }