@golemcloud/golem-ts-typegen 0.0.2 → 0.0.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.
- package/README.md +6 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
## golem-ts-typegen
|
|
2
|
+
|
|
3
|
+
This package is designed to work with golem-ts-sdk, enabling the development of agents that run on Golem. Building a project that depends on golem-ts-sdk requires generating TypeScript types. This process is handled by golem-ts-typegen, which should always be included as a dev dependency.
|
|
2
4
|
|
|
3
|
-
```sh
|
|
4
|
-
npm run build
|
|
5
|
-
npm install -g
|
|
6
5
|
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
### Example:
|
|
7
|
+
|
|
8
|
+
```sh
|
|
9
9
|
|
|
10
|
-
## Another example call
|
|
11
10
|
npx golem-typegen ./tsconfig.json --files tests/testData.ts
|
|
12
11
|
|
|
13
12
|
```
|
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.
|
|
4
|
+
"version": "0.0.4",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
7
7
|
"tag": "test"
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"commander": "^14.0.0",
|
|
65
65
|
"log-symbols": "^7.0.1",
|
|
66
66
|
"ts-morph": "^26.0.0",
|
|
67
|
-
"@golemcloud/golem-ts-types-core": "0.0.
|
|
67
|
+
"@golemcloud/golem-ts-types-core": "0.0.4"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"lint": "eslint . --ext .ts,.tsx",
|