enact-cli 2.2.1 → 2.2.4

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/README.md +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -316,6 +316,6 @@ Apache-2.0 — see [LICENSE](./LICENSE).
316
316
 
317
317
  * **Website:** [https://enact.tools](https://enact.tools)
318
318
  * **Registry API:** [https://siikwkfgsmouioodghho.supabase.co/functions/v1](https://siikwkfgsmouioodghho.supabase.co/functions/v1)
319
- * **Issues:** [https://github.com/EnactProtocol/enact-cli-2.0/issues](https://github.com/EnactProtocol/enact-cli-2.0/issues)
320
- * **Discussions:** [https://github.com/EnactProtocol/enact-cli-2.0/discussions](https://github.com/EnactProtocol/enact-cli-2.0/discussions)
319
+ * **Issues:** [https://github.com/EnactProtocol/enact/issues](https://github.com/EnactProtocol/enact/issues)
320
+ * **Discussions:** [https://github.com/EnactProtocol/enact/discussions](https://github.com/EnactProtocol/enact/discussions)
321
321
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "enact-cli",
3
- "version": "2.2.1",
3
+ "version": "2.2.4",
4
4
  "description": "Enact CLI (thin wrapper that loads the correct platform binary)",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -12,11 +12,11 @@
12
12
  "enact": "./bin/enact.js"
13
13
  },
14
14
  "optionalDependencies": {
15
- "@enactprotocol/enact-darwin-arm64": "2.2.1",
16
- "@enactprotocol/enact-darwin-x64": "2.2.1",
17
- "@enactprotocol/enact-linux-arm64": "2.2.1",
18
- "@enactprotocol/enact-linux-x64": "2.2.1",
19
- "@enactprotocol/enact-win32-x64": "2.2.1"
15
+ "@enactprotocol/enact-darwin-arm64": "2.2.4",
16
+ "@enactprotocol/enact-darwin-x64": "2.2.4",
17
+ "@enactprotocol/enact-linux-arm64": "2.2.4",
18
+ "@enactprotocol/enact-linux-x64": "2.2.4",
19
+ "@enactprotocol/enact-win32-x64": "2.2.4"
20
20
  },
21
21
  "engines": {
22
22
  "node": ">=18.0.0"