@dekaruntime/deka-darwin-arm64 0.0.0 → 0.53.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.
package/bin/deka ADDED
Binary file
package/bin/dsc ADDED
Binary file
package/package.json CHANGED
@@ -1,17 +1,22 @@
1
1
  {
2
2
  "name": "@dekaruntime/deka-darwin-arm64",
3
- "version": "0.0.0",
4
- "description": "placeholder \u2014 prebuilt binaries for darwin-arm64",
3
+ "version": "0.53.4",
4
+ "description": "deka prebuilt binary for darwin-arm64. Ships both the deka and dsc binaries as siblings (deka's runtime dsc lookup is sibling-only). Downloaded from the deka release by CI and never built in this repo.",
5
5
  "os": [
6
6
  "darwin"
7
7
  ],
8
8
  "cpu": [
9
9
  "arm64"
10
10
  ],
11
- "license": "Apache-2.0",
11
+ "files": [
12
+ "bin/"
13
+ ],
12
14
  "repository": {
13
15
  "type": "git",
14
- "url": "git+https://github.com/dekaruntime/create-deka-app.git"
16
+ "url": "git+https://github.com/dekaruntime/create-deka-app.git",
17
+ "directory": "npm/deka-darwin-arm64"
15
18
  },
16
- "homepage": "https://deka.gg"
19
+ "homepage": "https://deka.gg",
20
+ "bugs": "https://github.com/dekaruntime/deka/issues",
21
+ "license": "Apache-2.0"
17
22
  }
package/README.md DELETED
@@ -1 +0,0 @@
1
- Placeholder. Real contents are published by CI from dekaruntime/create-deka-app.