resuneer 0.1.0 → 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.
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -377,7 +377,7 @@ import boxen from "boxen";
|
|
|
377
377
|
import chalk from "chalk";
|
|
378
378
|
var cliHeaderText = [
|
|
379
379
|
chalk.bold.blue("Resuneer CLI"),
|
|
380
|
-
chalk.dim("v0.1.
|
|
380
|
+
chalk.dim("v0.1.2")
|
|
381
381
|
].join(" ");
|
|
382
382
|
var cliHeader = boxen(cliHeaderText, {
|
|
383
383
|
padding: { top: 1, bottom: 1, left: 4, right: 4 },
|
|
@@ -19618,7 +19618,7 @@ function preview(cwd = process.cwd()) {
|
|
|
19618
19618
|
|
|
19619
19619
|
// src/index.ts
|
|
19620
19620
|
var cli = cac("reer");
|
|
19621
|
-
cli.version("0.1.
|
|
19621
|
+
cli.version("0.1.2");
|
|
19622
19622
|
cli.help();
|
|
19623
19623
|
cli.command("init", "\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u4F5C\u6210\u3059\u308B").action(() => {
|
|
19624
19624
|
init();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "resuneer",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Local preview CLI for 'Resuneer', a skill sheet management service for freelance engineers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"resume",
|
|
@@ -36,8 +36,6 @@
|
|
|
36
36
|
"test:watch": "vitest"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@repo/types": "workspace:*",
|
|
40
|
-
"@repo/ui": "workspace:*",
|
|
41
39
|
"boxen": "^8.0.1",
|
|
42
40
|
"cac": "^6.7.14",
|
|
43
41
|
"chalk": "^5.6.2",
|
|
@@ -48,6 +46,8 @@
|
|
|
48
46
|
"devDependencies": {
|
|
49
47
|
"@repo/eslint-config": "workspace:*",
|
|
50
48
|
"@repo/typescript-config": "workspace:*",
|
|
49
|
+
"@repo/types": "workspace:*",
|
|
50
|
+
"@repo/ui": "workspace:*",
|
|
51
51
|
"@types/node": "^25.7.0",
|
|
52
52
|
"@types/react": "^19.2.17",
|
|
53
53
|
"@types/react-dom": "^19.2.3",
|