create-nix-app 1.0.14 → 1.0.16

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-nix-app",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "Scaffolding tool for Nix.js reactive micro-framework",
5
5
  "type": "module",
6
6
  "bin": {
@@ -40,7 +40,7 @@ src/
40
40
 
41
41
  ## Modular Loading
42
42
 
43
- This template uses **nix-ionic v1.2.0** modular component loading.
43
+ This template uses **nix-ionic v1.3.1** modular component loading.
44
44
  Import only the bundles your app needs in `main.ts`:
45
45
 
46
46
  ```ts
@@ -11,7 +11,7 @@
11
11
  "@capacitor/android": "^8.2.0",
12
12
  "@capacitor/cli": "^8.2.0",
13
13
  "@capacitor/core": "^8.2.0",
14
- "@deijose/nix-ionic": "^1.2.0",
14
+ "@deijose/nix-ionic": "^1.3.1",
15
15
  "@deijose/nix-js": "^2.1.0",
16
16
  "@ionic/core": "^8.8.1",
17
17
  "ionicons": "^8.0.13"
@@ -11,7 +11,7 @@
11
11
  "@capacitor/android": "^8.2.0",
12
12
  "@capacitor/cli": "^8.2.0",
13
13
  "@capacitor/core": "^8.2.0",
14
- "@deijose/nix-ionic": "^1.2.0",
14
+ "@deijose/nix-ionic": "^1.3.1",
15
15
  "@deijose/nix-js": "^2.1.0",
16
16
  "@ionic/core": "^8.8.1",
17
17
  "ionicons": "^8.0.13"