@openfactor/cli-darwin-x64 0.3.0-1790502407.gf9019b0ce010

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 (2) hide show
  1. package/openfactor +4 -0
  2. package/package.json +20 -0
package/openfactor ADDED
@@ -0,0 +1,4 @@
1
+ [diffend] Oversized file quarantined before diffing.
2
+ name: package/openfactor
3
+ size: 71643408 bytes
4
+ sha256: 7bbfd4b77e1c36486007cb93b461b7babda02ff5925702c8f4b186d7261076d2
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@openfactor/cli-darwin-x64",
3
+ "version": "0.3.0-1790502407.gf9019b0ce010",
4
+ "description": "Open Factor CLI native binary for darwin-x64",
5
+ "license": "UNLICENSED",
6
+ "homepage": "https://openfactor.ai/developers",
7
+ "files": [
8
+ "openfactor"
9
+ ],
10
+ "os": [
11
+ "darwin"
12
+ ],
13
+ "cpu": [
14
+ "x64"
15
+ ],
16
+ "preferUnplugged": true,
17
+ "publishConfig": {
18
+ "access": "public"
19
+ }
20
+ }