@dekaruntime/deka-darwin-x64 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 +0 -0
- package/bin/dsc +0 -0
- package/package.json +10 -5
- package/README.md +0 -1
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-x64",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.53.4",
|
|
4
|
+
"description": "deka prebuilt binary for darwin-x64. 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
|
"x64"
|
|
10
10
|
],
|
|
11
|
-
"
|
|
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-x64"
|
|
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.
|