@young1lin/cc-otel-darwin-arm64 0.1.2

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 +5 -0
  2. package/cc-otel +0 -0
  3. package/package.json +19 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @young1lin/cc-otel-darwin-arm64
2
+
3
+ The cc-otel darwin/arm64 binary (v0.1.2).
4
+ Installed automatically as an optionalDependency of @young1lin/dsh-cc-otel;
5
+ the npm os/cpu fields keep it from landing on other platforms.
package/cc-otel ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "@young1lin/cc-otel-darwin-arm64",
3
+ "version": "0.1.2",
4
+ "description": "cc-otel binary for darwin arm64 — installed via @young1lin/dsh-cc-otel",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/young1lin/cc-otel.git"
9
+ },
10
+ "os": [
11
+ "darwin"
12
+ ],
13
+ "cpu": [
14
+ "arm64"
15
+ ],
16
+ "files": [
17
+ "cc-otel"
18
+ ]
19
+ }