@compozy/cli 0.2.0 → 0.2.2

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.0",
4
+ "version": "0.2.2",
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.0_darwin_arm64.tar.gz",
31
- "url": "https://github.com/compozy/compozy/releases/download/v0.2.0/compozy_0.2.0_darwin_arm64.tar.gz",
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",
32
32
  "bins": [
33
33
  "compozy"
34
34
  ],
35
35
  "format": "tar.gz",
36
36
  "checksum": {
37
37
  "algorithm": "sha256",
38
- "digest": "4b80db032018813cf38f5acc68bb602480cebddbabd4cb2e790f8d46f3168f04"
38
+ "digest": "76bf80da167fa0cead9fbb350b72a8ec0b50bbf0b534daf73123ff8639bed7d6"
39
39
  }
40
40
  },
41
41
  "darwin-x64": {
42
- "name": "compozy_0.2.0_darwin_x86_64.tar.gz",
43
- "url": "https://github.com/compozy/compozy/releases/download/v0.2.0/compozy_0.2.0_darwin_x86_64.tar.gz",
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",
44
44
  "bins": [
45
45
  "compozy"
46
46
  ],
47
47
  "format": "tar.gz",
48
48
  "checksum": {
49
49
  "algorithm": "sha256",
50
- "digest": "25e9e43dc1c96ec592487172a980b59f068a56b9c27164eb305ae401a9672e55"
50
+ "digest": "0a6576d859b5badf09eb8f9b039f9eebad5d9aed0a31aa170ac097eca54463e5"
51
51
  }
52
52
  },
53
53
  "linux-arm64": {
54
- "name": "compozy_0.2.0_linux_arm64.tar.gz",
55
- "url": "https://github.com/compozy/compozy/releases/download/v0.2.0/compozy_0.2.0_linux_arm64.tar.gz",
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",
56
56
  "bins": [
57
57
  "compozy"
58
58
  ],
59
59
  "format": "tar.gz",
60
60
  "checksum": {
61
61
  "algorithm": "sha256",
62
- "digest": "3da3223b3f1e038d5934fb2456da815537db75f0e915755b815133981c6eb04d"
62
+ "digest": "5fbce65482a342e3c3c18f483d24b1fed764685e214dc5c9161eed9fcad44667"
63
63
  }
64
64
  },
65
65
  "linux-x64": {
66
- "name": "compozy_0.2.0_linux_x86_64.tar.gz",
67
- "url": "https://github.com/compozy/compozy/releases/download/v0.2.0/compozy_0.2.0_linux_x86_64.tar.gz",
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",
68
68
  "bins": [
69
69
  "compozy"
70
70
  ],
71
71
  "format": "tar.gz",
72
72
  "checksum": {
73
73
  "algorithm": "sha256",
74
- "digest": "e20c8aeb84bb928532bf5cece2e6517116edfd459bbdb48ccedd6f6bf8c7808a"
74
+ "digest": "d1688ca2ecf65aff95dca35a0217c60edd5e7d082804095731e088d497576b84"
75
75
  }
76
76
  },
77
77
  "win32-x64": {
78
- "name": "compozy_0.2.0_windows_x86_64.zip",
79
- "url": "https://github.com/compozy/compozy/releases/download/v0.2.0/compozy_0.2.0_windows_x86_64.zip",
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",
80
80
  "bins": [
81
81
  "compozy.exe"
82
82
  ],
83
83
  "format": "zip",
84
84
  "checksum": {
85
85
  "algorithm": "sha256",
86
- "digest": "27550bd13ae7e44fb07192cfdf9f95dbdfdb3e0f1282592bf23ef3dfa75d23dd"
86
+ "digest": "f5fc719ae1f9e9418b184c0e3b9564b786f2a4dc364059406f818e656310dc0d"
87
87
  }
88
88
  }
89
89
  }