@compozy/cli 0.2.2 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +16 -16
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@compozy/cli",
3
3
  "type": "module",
4
- "version": "0.2.2",
4
+ "version": "0.2.3",
5
5
  "description": "Compozy CLI",
6
6
  "scripts": {
7
7
  "postinstall": "node install.js",
@@ -27,63 +27,63 @@
27
27
  },
28
28
  "archives": {
29
29
  "darwin-arm64": {
30
- "name": "compozy_0.2.2_darwin_arm64.tar.gz",
31
- "url": "https://github.com/compozy/compozy/releases/download/v0.2.2/compozy_0.2.2_darwin_arm64.tar.gz",
30
+ "name": "compozy_0.2.3_darwin_arm64.tar.gz",
31
+ "url": "https://github.com/compozy/compozy/releases/download/v0.2.3/compozy_0.2.3_darwin_arm64.tar.gz",
32
32
  "bins": [
33
33
  "compozy"
34
34
  ],
35
35
  "format": "tar.gz",
36
36
  "checksum": {
37
37
  "algorithm": "sha256",
38
- "digest": "76bf80da167fa0cead9fbb350b72a8ec0b50bbf0b534daf73123ff8639bed7d6"
38
+ "digest": "a3772c0018b73a5a10586ab5cd3b5523441efc4e3fe80e73e6b7a3def6a4ca3f"
39
39
  }
40
40
  },
41
41
  "darwin-x64": {
42
- "name": "compozy_0.2.2_darwin_x86_64.tar.gz",
43
- "url": "https://github.com/compozy/compozy/releases/download/v0.2.2/compozy_0.2.2_darwin_x86_64.tar.gz",
42
+ "name": "compozy_0.2.3_darwin_x86_64.tar.gz",
43
+ "url": "https://github.com/compozy/compozy/releases/download/v0.2.3/compozy_0.2.3_darwin_x86_64.tar.gz",
44
44
  "bins": [
45
45
  "compozy"
46
46
  ],
47
47
  "format": "tar.gz",
48
48
  "checksum": {
49
49
  "algorithm": "sha256",
50
- "digest": "0a6576d859b5badf09eb8f9b039f9eebad5d9aed0a31aa170ac097eca54463e5"
50
+ "digest": "667e5b764292f8f604fec3b2d0354247ed47fa68a65d96963eb43ac413ac86b1"
51
51
  }
52
52
  },
53
53
  "linux-arm64": {
54
- "name": "compozy_0.2.2_linux_arm64.tar.gz",
55
- "url": "https://github.com/compozy/compozy/releases/download/v0.2.2/compozy_0.2.2_linux_arm64.tar.gz",
54
+ "name": "compozy_0.2.3_linux_arm64.tar.gz",
55
+ "url": "https://github.com/compozy/compozy/releases/download/v0.2.3/compozy_0.2.3_linux_arm64.tar.gz",
56
56
  "bins": [
57
57
  "compozy"
58
58
  ],
59
59
  "format": "tar.gz",
60
60
  "checksum": {
61
61
  "algorithm": "sha256",
62
- "digest": "5fbce65482a342e3c3c18f483d24b1fed764685e214dc5c9161eed9fcad44667"
62
+ "digest": "2484d5ca55434e1dc58417e34a71e7b7f5ffa026c95a8de3d64e30cd1e0fd4ca"
63
63
  }
64
64
  },
65
65
  "linux-x64": {
66
- "name": "compozy_0.2.2_linux_x86_64.tar.gz",
67
- "url": "https://github.com/compozy/compozy/releases/download/v0.2.2/compozy_0.2.2_linux_x86_64.tar.gz",
66
+ "name": "compozy_0.2.3_linux_x86_64.tar.gz",
67
+ "url": "https://github.com/compozy/compozy/releases/download/v0.2.3/compozy_0.2.3_linux_x86_64.tar.gz",
68
68
  "bins": [
69
69
  "compozy"
70
70
  ],
71
71
  "format": "tar.gz",
72
72
  "checksum": {
73
73
  "algorithm": "sha256",
74
- "digest": "d1688ca2ecf65aff95dca35a0217c60edd5e7d082804095731e088d497576b84"
74
+ "digest": "6a2cddcd72dd213d9defcb41e3fbbf964dbcc2469740619a8d86e82791e5b6af"
75
75
  }
76
76
  },
77
77
  "win32-x64": {
78
- "name": "compozy_0.2.2_windows_x86_64.zip",
79
- "url": "https://github.com/compozy/compozy/releases/download/v0.2.2/compozy_0.2.2_windows_x86_64.zip",
78
+ "name": "compozy_0.2.3_windows_x86_64.zip",
79
+ "url": "https://github.com/compozy/compozy/releases/download/v0.2.3/compozy_0.2.3_windows_x86_64.zip",
80
80
  "bins": [
81
81
  "compozy.exe"
82
82
  ],
83
83
  "format": "zip",
84
84
  "checksum": {
85
85
  "algorithm": "sha256",
86
- "digest": "f5fc719ae1f9e9418b184c0e3b9564b786f2a4dc364059406f818e656310dc0d"
86
+ "digest": "a58be55683f05a6375c2d0746aa91656d2222c59b5d61d095fa2d810b1bacf00"
87
87
  }
88
88
  }
89
89
  }