@getmikie/darwin-arm64 1.1.72 → 1.1.77
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 +2 -2
- package/bin/mikie +0 -0
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
# `@getmikie/darwin-arm64`
|
|
2
2
|
|
|
3
|
-
macOS arm64 native engine for the `
|
|
4
|
-
instead of depending on this package directly.
|
|
3
|
+
macOS arm64 native engine for the `@getmikie/cli` npm launcher. Install
|
|
4
|
+
`@getmikie/cli` instead of depending on this package directly.
|
package/bin/mikie
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getmikie/darwin-arm64",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.77",
|
|
4
4
|
"description": "Mikie native relay engine for macOS arm64",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/Zyph3rKeaton/new-ai-language.git"
|
|
9
|
+
},
|
|
6
10
|
"os": [
|
|
7
11
|
"darwin"
|
|
8
12
|
],
|
|
@@ -14,6 +18,7 @@
|
|
|
14
18
|
"README.md"
|
|
15
19
|
],
|
|
16
20
|
"publishConfig": {
|
|
17
|
-
"access": "public"
|
|
21
|
+
"access": "public",
|
|
22
|
+
"registry": "https://registry.npmjs.org"
|
|
18
23
|
}
|
|
19
24
|
}
|