permanent-underclass 0.1.0-beta.1 → 0.1.0-beta.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.
package/README.md CHANGED
@@ -7,6 +7,6 @@ npx --yes permanent-underclass
7
7
  ```
8
8
 
9
9
  Current beta support:
10
- - macOS arm64 (`@echosight/permanent-underclass-darwin-arm64`)
10
+ - macOS arm64 (`permanent-underclass-darwin-arm64`)
11
11
 
12
12
  If your platform is not supported yet, the launcher prints an explicit message.
@@ -5,7 +5,7 @@ const path = require("node:path");
5
5
  const { spawnSync } = require("node:child_process");
6
6
 
7
7
  const PLATFORM_MAP = {
8
- "darwin-arm64": "@echosight/permanent-underclass-darwin-arm64"
8
+ "darwin-arm64": "permanent-underclass-darwin-arm64"
9
9
  };
10
10
 
11
11
  const key = `${process.platform}-${process.arch}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "permanent-underclass",
3
- "version": "0.1.0-beta.1",
3
+ "version": "0.1.0-beta.2",
4
4
  "description": "Terminal game: Bloomberg-terminal vibes, Oregon-trail dread.",
5
5
  "license": "UNLICENSED",
6
6
  "bin": {
@@ -11,7 +11,7 @@
11
11
  "README.md"
12
12
  ],
13
13
  "optionalDependencies": {
14
- "@echosight/permanent-underclass-darwin-arm64": "0.1.0-beta.1"
14
+ "permanent-underclass-darwin-arm64": "0.1.0-beta.2"
15
15
  },
16
16
  "engines": {
17
17
  "node": ">=18"