@compozy/cli 0.2.1 → 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.1",
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.1_darwin_arm64.tar.gz",
31
- "url": "https://github.com/compozy/compozy/releases/download/v0.2.1/compozy_0.2.1_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": "04e6cad9b5fcaf0c815b81ac89049ba35dce604759d6234d72bc6399a8a39af0"
38
+ "digest": "a3772c0018b73a5a10586ab5cd3b5523441efc4e3fe80e73e6b7a3def6a4ca3f"
39
39
  }
40
40
  },
41
41
  "darwin-x64": {
42
- "name": "compozy_0.2.1_darwin_x86_64.tar.gz",
43
- "url": "https://github.com/compozy/compozy/releases/download/v0.2.1/compozy_0.2.1_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": "7e9eff3703720af238c037148bed84d96d7ae7995b162e09e247e4a9d7386f51"
50
+ "digest": "667e5b764292f8f604fec3b2d0354247ed47fa68a65d96963eb43ac413ac86b1"
51
51
  }
52
52
  },
53
53
  "linux-arm64": {
54
- "name": "compozy_0.2.1_linux_arm64.tar.gz",
55
- "url": "https://github.com/compozy/compozy/releases/download/v0.2.1/compozy_0.2.1_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": "872c0211c217e61a397bc3435a2a46b7b3822511e5031b8d8cbc511551426563"
62
+ "digest": "2484d5ca55434e1dc58417e34a71e7b7f5ffa026c95a8de3d64e30cd1e0fd4ca"
63
63
  }
64
64
  },
65
65
  "linux-x64": {
66
- "name": "compozy_0.2.1_linux_x86_64.tar.gz",
67
- "url": "https://github.com/compozy/compozy/releases/download/v0.2.1/compozy_0.2.1_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": "dadef343ec8e1445c833874c7986d5f09641fcf7081931299698ecc0655f791d"
74
+ "digest": "6a2cddcd72dd213d9defcb41e3fbbf964dbcc2469740619a8d86e82791e5b6af"
75
75
  }
76
76
  },
77
77
  "win32-x64": {
78
- "name": "compozy_0.2.1_windows_x86_64.zip",
79
- "url": "https://github.com/compozy/compozy/releases/download/v0.2.1/compozy_0.2.1_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": "f16cd0affc428a2e38422518af3aaa7e3d14d005a225cc00292b5766343b30af"
86
+ "digest": "a58be55683f05a6375c2d0746aa91656d2222c59b5d61d095fa2d810b1bacf00"
87
87
  }
88
88
  }
89
89
  }