@golemcloud/golem-ts-typegen 0.0.1-dev.3 → 0.0.1-dev.4
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.
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import path from "path";
|
|
3
2
|
import { Command } from "commander";
|
|
4
3
|
import { Project } from "ts-morph";
|
|
5
4
|
import chalk from "chalk";
|
|
6
5
|
import logSymbols from "log-symbols";
|
|
7
6
|
import { saveTypeMetadata, updateMetadataFromSourceFiles } from "../index.js";
|
|
8
7
|
import { TypeMetadata } from "@golemcloud/golem-ts-types-core";
|
|
8
|
+
import path from "path";
|
|
9
9
|
const program = new Command();
|
|
10
10
|
program
|
|
11
11
|
.name("golem-typegen")
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemcloud/golem-ts-typegen",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.1-dev.
|
|
4
|
+
"version": "0.0.1-dev.4",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
7
7
|
"tag": "test"
|
|
@@ -74,6 +74,7 @@
|
|
|
74
74
|
"@golemcloud/golem-ts-types-core": "^0.0.1-dev.3",
|
|
75
75
|
"commander": "^14.0.0",
|
|
76
76
|
"log-symbols": "^7.0.1",
|
|
77
|
-
"ts-morph": "^26.0.0"
|
|
77
|
+
"ts-morph": "^26.0.0",
|
|
78
|
+
"chalk": "^5.3.0"
|
|
78
79
|
}
|
|
79
80
|
}
|