bamboohr-cli 1.0.18 → 1.0.19-g3f22a81.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/dist/index.js +4 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -68,6 +68,10 @@ function positiveInt(raw) {
|
|
|
68
68
|
return n;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
+
// ../../cli-utils/dist/resolve-arg.js
|
|
72
|
+
import { readFileSync as readFileSync3 } from "fs";
|
|
73
|
+
import { InvalidArgumentError as InvalidArgumentError2 } from "commander";
|
|
74
|
+
|
|
71
75
|
// ../../cli-utils/dist/builders.js
|
|
72
76
|
var EXAMPLES = /* @__PURE__ */ new WeakSet();
|
|
73
77
|
function commandPath(cmd) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bamboohr-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19-g3f22a81.1",
|
|
4
4
|
"publish": true,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
],
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"commander": "^13.1.0",
|
|
15
|
-
"bamboohr-client": "1.0.
|
|
15
|
+
"bamboohr-client": "1.0.24-g3f22a81.1"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/node": "24.10.4",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"tsx": "^4.19.2",
|
|
23
23
|
"typescript": "^5.7.2",
|
|
24
24
|
"vitest": "^4.0.16",
|
|
25
|
+
"cli-utils": "1.0.0",
|
|
25
26
|
"config-eslint": "0.0.0",
|
|
26
|
-
"config-typescript": "0.0.0"
|
|
27
|
-
"cli-utils": "1.0.0"
|
|
27
|
+
"config-typescript": "0.0.0"
|
|
28
28
|
},
|
|
29
29
|
"engines": {
|
|
30
30
|
"node": ">=22.0.0"
|