@getmikie/darwin-x64 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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/bin/mikie +0 -0
  3. package/package.json +7 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
1
  # `@getmikie/darwin-x64`
2
2
 
3
- macOS x64 native engine for the `mikie` npm launcher. Install `mikie` instead
4
- of depending on this package directly.
3
+ macOS x64 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-x64",
3
- "version": "1.1.72",
3
+ "version": "1.1.77",
4
4
  "description": "Mikie native relay engine for macOS x64",
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
  }