@rockcarver/frodo-cli 2.0.0-63 → 2.0.0-64
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/CHANGELOG.md +11 -1
- package/dist/app.cjs +5 -5
- package/dist/app.cjs.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rockcarver/frodo-cli",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-64",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
|
|
6
6
|
"keywords": [
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"build": "npm run build:binary",
|
|
41
41
|
"build:only": "npx tsup && npx tsc",
|
|
42
42
|
"build:binary": "npm run build:only && npm run dist-pkg",
|
|
43
|
-
"dist-pkg": "pkg -C Gzip -t
|
|
43
|
+
"dist-pkg": "pkg -C Gzip -t node20 --config package.json -o frodo dist/app.cjs",
|
|
44
44
|
"link": "npm link ../frodo-lib",
|
|
45
45
|
"dev": "npx tsup --watch src"
|
|
46
46
|
},
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
]
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
|
-
"@rockcarver/frodo-lib": "2.0.0-
|
|
116
|
+
"@rockcarver/frodo-lib": "2.0.0-88",
|
|
117
117
|
"@types/colors": "^1.2.1",
|
|
118
118
|
"@types/fs-extra": "^11.0.1",
|
|
119
119
|
"@types/jest": "^29.2.3",
|