@hyper-light/vorpal-cli-darwin-arm64 0.0.0 → 0.4.0

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
@@ -1 +1,3 @@
1
- # @hyper-light/vorpal-cli-darwin-arm64 — bootstrap placeholder; install a real version (>= 0.4.0).
1
+ # `@hyper-light/vorpal-cli-darwin-arm64`
2
+
3
+ This is the **aarch64-apple-darwin** binary for `@hyper-light/vorpal-cli`
package/package.json CHANGED
@@ -1,7 +1,30 @@
1
1
  {
2
2
  "name": "@hyper-light/vorpal-cli-darwin-arm64",
3
- "version": "0.0.0",
4
- "description": "Bootstrap placeholder — real releases publish from GitHub Actions via npm trusted publishing.",
3
+ "version": "0.4.0",
4
+ "os": [
5
+ "darwin"
6
+ ],
7
+ "cpu": [
8
+ "arm64"
9
+ ],
10
+ "files": [
11
+ "vorpal"
12
+ ],
13
+ "description": "Search and Rewrite code at large scale using precise AST pattern",
14
+ "keywords": [
15
+ "ast",
16
+ "pattern",
17
+ "codemod",
18
+ "search",
19
+ "rewrite"
20
+ ],
5
21
  "license": "MIT",
6
- "repository": { "type": "git", "url": "git+https://github.com/hyper-light/vorpal.git" }
22
+ "engines": {
23
+ "node": ">= 10"
24
+ },
25
+ "publishConfig": {
26
+ "registry": "https://registry.npmjs.org/",
27
+ "access": "public"
28
+ },
29
+ "repository": "https://github.com/hyper-light/vorpal"
7
30
  }
package/vorpal ADDED
Binary file
package/publish.log DELETED
File without changes