@doow/cli 0.1.5 → 0.1.6
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/README.md +2 -2
- package/dist/cjs/index.js +1 -1
- package/dist/cli.cjs +5755 -3066
- package/dist/cli.cjs.map +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +2 -1
package/dist/esm/index.js
CHANGED
|
@@ -9,7 +9,7 @@ export { canBindLocalhost, detectAuthMethod, executeAutoLogin } from './auth/det
|
|
|
9
9
|
|
|
10
10
|
// @doow/cli library entry point
|
|
11
11
|
// Re-exports for programmatic usage
|
|
12
|
-
const VERSION = "0.1.
|
|
12
|
+
const VERSION = "0.1.6" ;
|
|
13
13
|
|
|
14
14
|
export { VERSION };
|
|
15
15
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doow/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Doow CLI — manage SaaS spend from your terminal and coding agents",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Doow",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"@rollup/plugin-node-resolve": "^15.3.1",
|
|
41
41
|
"@rollup/plugin-replace": "^5.0.7",
|
|
42
42
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
43
|
+
"graphql": "^16.11.0",
|
|
43
44
|
"rollup": "^4.60.2",
|
|
44
45
|
"rollup-plugin-dts": "^6.4.1",
|
|
45
46
|
"tslib": "^2.8.1",
|