@compozy/cli 0.2.0 → 0.2.1

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.1",
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.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",
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": "04e6cad9b5fcaf0c815b81ac89049ba35dce604759d6234d72bc6399a8a39af0"
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.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",
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": "7e9eff3703720af238c037148bed84d96d7ae7995b162e09e247e4a9d7386f51"
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.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",
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": "872c0211c217e61a397bc3435a2a46b7b3822511e5031b8d8cbc511551426563"
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.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",
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": "dadef343ec8e1445c833874c7986d5f09641fcf7081931299698ecc0655f791d"
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.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",
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": "f16cd0affc428a2e38422518af3aaa7e3d14d005a225cc00292b5766343b30af"
87
87
  }
88
88
  }
89
89
  }