@pina-rs/cli-darwin-x64 0.0.0 → 0.11.1
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/pina +0 -0
- package/package.json +17 -1
- package/CHANGELOG.md +0 -3
- package/LICENSE +0 -1
- package/README.md +0 -3
package/bin/pina
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1 +1,17 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"name": "@pina-rs/cli-darwin-x64",
|
|
3
|
+
"version": "0.11.1",
|
|
4
|
+
"description": "Prebuilt Pina CLI binary for macOS x64",
|
|
5
|
+
"homepage": "https://pina.rs",
|
|
6
|
+
"bugs": { "url": "https://github.com/pina-rs/pina/issues" },
|
|
7
|
+
"license": "Apache-2.0",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/pina-rs/pina.git",
|
|
11
|
+
"directory": "packages/pina__cli-darwin-x64"
|
|
12
|
+
},
|
|
13
|
+
"files": ["bin"],
|
|
14
|
+
"os": ["darwin"],
|
|
15
|
+
"cpu": ["x64"],
|
|
16
|
+
"publishConfig": { "access": "public", "provenance": true }
|
|
17
|
+
}
|
package/CHANGELOG.md
DELETED
package/LICENSE
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Placeholder package published by monochange. See the source repository for license terms.
|
package/README.md
DELETED