@pina-rs/cli-darwin-x64 0.0.0 → 0.10.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/bin/pina ADDED
Binary file
package/package.json CHANGED
@@ -1 +1,17 @@
1
- {"description":"Placeholder package for @pina-rs/cli-darwin-x64","name":"@pina-rs/cli-darwin-x64","repository":"https://github.com/pina-rs/pina","version":"0.0.0"}
1
+ {
2
+ "name": "@pina-rs/cli-darwin-x64",
3
+ "version": "0.10.0",
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
@@ -1,3 +0,0 @@
1
- ## 0.0.0
2
-
3
- - Placeholder release.
package/LICENSE DELETED
@@ -1 +0,0 @@
1
- Placeholder package published by monochange. See the source repository for license terms.
package/README.md DELETED
@@ -1,3 +0,0 @@
1
- # @pina-rs/cli-darwin-x64
2
-
3
- This is a placeholder release published by monochange to bootstrap trusted publishing.