create-zephyr-apps 0.0.39 → 0.0.42

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.
Files changed (2) hide show
  1. package/dist/package.json +13 -2
  2. package/package.json +13 -2
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-zephyr-apps",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
4
4
  "description": "A CLI tool to create web applications using Zephyr.",
5
5
  "keywords": [
6
6
  "zephyr",
@@ -12,6 +12,11 @@
12
12
  "example",
13
13
  "template"
14
14
  ],
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/ZephyrCloudIO/zephyr-packages.git",
18
+ "directory": "libs/create-zephyr-apps"
19
+ },
15
20
  "license": "Apache-2.0",
16
21
  "author": {
17
22
  "name": "ZephyrCloudIO",
@@ -20,7 +25,9 @@
20
25
  "type": "module",
21
26
  "main": "dist/index.js",
22
27
  "types": "dist/index.d.ts",
23
- "bin": "dist/index.js",
28
+ "bin": {
29
+ "create-zephyr-apps": "dist/index.js"
30
+ },
24
31
  "scripts": {
25
32
  "build": "nx run create-zephyr-apps:build",
26
33
  "dev": "tsx src/index.ts",
@@ -42,5 +49,9 @@
42
49
  "tsx": "^4.19.3",
43
50
  "typescript": "catalog:typescript"
44
51
  },
52
+ "publishConfig": {
53
+ "access": "public",
54
+ "provenance": true
55
+ },
45
56
  "module": "./index.js"
46
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-zephyr-apps",
3
- "version": "0.0.39",
3
+ "version": "0.0.42",
4
4
  "description": "A CLI tool to create web applications using Zephyr.",
5
5
  "keywords": [
6
6
  "zephyr",
@@ -12,6 +12,11 @@
12
12
  "example",
13
13
  "template"
14
14
  ],
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/ZephyrCloudIO/zephyr-packages.git",
18
+ "directory": "libs/create-zephyr-apps"
19
+ },
15
20
  "license": "Apache-2.0",
16
21
  "author": {
17
22
  "name": "ZephyrCloudIO",
@@ -20,7 +25,9 @@
20
25
  "type": "module",
21
26
  "main": "dist/index.js",
22
27
  "types": "dist/index.d.ts",
23
- "bin": "dist/index.js",
28
+ "bin": {
29
+ "create-zephyr-apps": "dist/index.js"
30
+ },
24
31
  "dependencies": {
25
32
  "@clack/prompts": "0.10.1",
26
33
  "@pnpm/catalogs.config": "1000.0.2",
@@ -37,6 +44,10 @@
37
44
  "tsx": "^4.19.3",
38
45
  "typescript": "~5.8.2"
39
46
  },
47
+ "publishConfig": {
48
+ "access": "public",
49
+ "provenance": true
50
+ },
40
51
  "scripts": {
41
52
  "build": "nx run create-zephyr-apps:build",
42
53
  "dev": "tsx src/index.ts",