@hypercli/kit 0.1.1 → 0.1.2

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/oclif.manifest.json +10 -10
  2. package/package.json +3 -3
@@ -20,7 +20,7 @@
20
20
  "cwd": {
21
21
  "description": "Working directory",
22
22
  "name": "cwd",
23
- "default": "/work/hyper/packages/kit",
23
+ "default": "/home/runner/work/hyper-coding/hyper-coding/packages/kit",
24
24
  "hasDynamicHelp": false,
25
25
  "multiple": false,
26
26
  "type": "option"
@@ -99,7 +99,7 @@
99
99
  "cwd": {
100
100
  "description": "Working directory",
101
101
  "name": "cwd",
102
- "default": "/work/hyper/packages/kit",
102
+ "default": "/home/runner/work/hyper-coding/hyper-coding/packages/kit",
103
103
  "hasDynamicHelp": false,
104
104
  "multiple": false,
105
105
  "type": "option"
@@ -154,7 +154,7 @@
154
154
  "cwd": {
155
155
  "description": "Working directory",
156
156
  "name": "cwd",
157
- "default": "/work/hyper/packages/kit",
157
+ "default": "/home/runner/work/hyper-coding/hyper-coding/packages/kit",
158
158
  "hasDynamicHelp": false,
159
159
  "multiple": false,
160
160
  "type": "option"
@@ -236,7 +236,7 @@
236
236
  "cwd": {
237
237
  "description": "Working directory",
238
238
  "name": "cwd",
239
- "default": "/work/hyper/packages/kit",
239
+ "default": "/home/runner/work/hyper-coding/hyper-coding/packages/kit",
240
240
  "hasDynamicHelp": false,
241
241
  "multiple": false,
242
242
  "type": "option"
@@ -299,7 +299,7 @@
299
299
  "cwd": {
300
300
  "description": "Working directory",
301
301
  "name": "cwd",
302
- "default": "/work/hyper/packages/kit",
302
+ "default": "/home/runner/work/hyper-coding/hyper-coding/packages/kit",
303
303
  "hasDynamicHelp": false,
304
304
  "multiple": false,
305
305
  "type": "option"
@@ -355,7 +355,7 @@
355
355
  "cwd": {
356
356
  "description": "Working directory",
357
357
  "name": "cwd",
358
- "default": "/work/hyper/packages/kit",
358
+ "default": "/home/runner/work/hyper-coding/hyper-coding/packages/kit",
359
359
  "hasDynamicHelp": false,
360
360
  "multiple": false,
361
361
  "type": "option"
@@ -410,7 +410,7 @@
410
410
  "cwd": {
411
411
  "description": "Working directory",
412
412
  "name": "cwd",
413
- "default": "/work/hyper/packages/kit",
413
+ "default": "/home/runner/work/hyper-coding/hyper-coding/packages/kit",
414
414
  "hasDynamicHelp": false,
415
415
  "multiple": false,
416
416
  "type": "option"
@@ -467,7 +467,7 @@
467
467
  "cwd": {
468
468
  "description": "Working directory",
469
469
  "name": "cwd",
470
- "default": "/work/hyper/packages/kit",
470
+ "default": "/home/runner/work/hyper-coding/hyper-coding/packages/kit",
471
471
  "hasDynamicHelp": false,
472
472
  "multiple": false,
473
473
  "type": "option"
@@ -546,7 +546,7 @@
546
546
  "cwd": {
547
547
  "description": "Working directory",
548
548
  "name": "cwd",
549
- "default": "/work/hyper/packages/kit",
549
+ "default": "/home/runner/work/hyper-coding/hyper-coding/packages/kit",
550
550
  "hasDynamicHelp": false,
551
551
  "multiple": false,
552
552
  "type": "option"
@@ -583,5 +583,5 @@
583
583
  ]
584
584
  }
585
585
  },
586
- "version": "0.1.1"
586
+ "version": "0.1.2"
587
587
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypercli/kit",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "Kit lifecycle management for HyperDev",
6
6
  "keywords": [
@@ -71,8 +71,8 @@
71
71
  "prepublishOnly": "bun run build"
72
72
  },
73
73
  "dependencies": {
74
- "@hypercli/core": "^0.1.1",
75
- "@hypercli/ui": "^0.1.1",
74
+ "@hypercli/core": "^0.1.2",
75
+ "@hypercli/ui": "^0.1.2",
76
76
  "giget": "^2.0.0"
77
77
  },
78
78
  "devDependencies": {