create-nix-app 1.0.10 → 1.0.11

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.10",
3
+ "version": "1.0.11",
4
4
  "description": "Scaffolding tool for Nix.js reactive micro-framework",
5
5
  "type": "module",
6
6
  "bin": {
@@ -11,8 +11,8 @@
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": "^0.3.1",
15
- "@deijose/nix-js": "^1.7.7",
14
+ "@deijose/nix-ionic": "^0.3.3",
15
+ "@deijose/nix-js": "^1.7.9",
16
16
  "@ionic/core": "^8.8.1",
17
17
  "ionicons": "^8.0.13"
18
18
  },
@@ -1,22 +1,24 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <link rel="icon" href="/public/favicon.ico">
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>¡Bienvenido a Nix.js!</title>
8
- <script type="importmap">
3
+
4
+ <head>
5
+ <meta charset="UTF-8">
6
+ <link rel="icon" href="/public/favicon.ico">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
+ <title>¡Bienvenido a Nix.js!</title>
9
+ <script type="importmap">
9
10
  {
10
11
  "imports": {
11
- "@deijose/nix-js": "https://cdn.jsdelivr.net/npm/@deijose/nix-js@1.7.7/+esm"
12
+ "@deijose/nix-js": "https://cdn.jsdelivr.net/npm/@deijose/nix-js@1.7.9/+esm"
12
13
  }
13
14
  }
14
15
  </script>
15
- <link rel="stylesheet" href="./src/style.css">
16
- </head>
16
+ <link rel="stylesheet" href="./src/style.css">
17
+ </head>
18
+
19
+ <body>
20
+ <div id="app"></div>
21
+ <script type="module" src="./src/main.js"></script>
22
+ </body>
17
23
 
18
- <body>
19
- <div id="app"></div>
20
- <script type="module" src="./src/main.js"></script>
21
- </body>
22
24
  </html>
@@ -1,24 +1,24 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
3
 
4
- <head>
5
- <meta charset="UTF-8">
6
- <link rel="icon" href="/public/favicon.ico">
7
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
- <title>Nix.js Vanilla TS</title>
9
- <script type="importmap">
4
+ <head>
5
+ <meta charset="UTF-8">
6
+ <link rel="icon" href="/public/favicon.ico">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
+ <title>Nix.js Vanilla TS</title>
9
+ <script type="importmap">
10
10
  {
11
11
  "imports": {
12
- "@deijose/nix-js": "https://cdn.jsdelivr.net/npm/@deijose/nix-js@1.7.7/+esm"
12
+ "@deijose/nix-js": "https://cdn.jsdelivr.net/npm/@deijose/nix-js@1.7.9/+esm"
13
13
  }
14
14
  }
15
15
  </script>
16
- <link rel="stylesheet" href="./src/style.css">
17
- </head>
16
+ <link rel="stylesheet" href="./src/style.css">
17
+ </head>
18
18
 
19
- <body>
20
- <div id="app"></div>
21
- <script type="module" src="./dist/main.js"></script>
22
- </body>
19
+ <body>
20
+ <div id="app"></div>
21
+ <script type="module" src="./dist/main.js"></script>
22
+ </body>
23
23
 
24
24
  </html>
@@ -7,7 +7,7 @@
7
7
  "build": "tsc"
8
8
  },
9
9
  "dependencies": {
10
- "@deijose/nix-js": "^1.7.7"
10
+ "@deijose/nix-js": "^1.7.9"
11
11
  },
12
12
  "devDependencies": {
13
13
  "typescript": "~5.9.3"
@@ -8,7 +8,7 @@
8
8
  "preview": "vite preview"
9
9
  },
10
10
  "dependencies": {
11
- "@deijose/nix-js": "^1.7.7"
11
+ "@deijose/nix-js": "^1.7.9"
12
12
  },
13
13
  "devDependencies": {
14
14
  "vite": "^8.0.0"
@@ -8,7 +8,7 @@
8
8
  "preview": "vite preview"
9
9
  },
10
10
  "dependencies": {
11
- "@deijose/nix-js": "^1.7.7"
11
+ "@deijose/nix-js": "^1.7.9"
12
12
  },
13
13
  "devDependencies": {
14
14
  "typescript": "~5.9.3",