Skip to content

Commit 5bc7877

Browse files
committed
fix(cli): wip
1 parent 25be1e7 commit 5bc7877

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"yaml": "^2.7.0"
5454
},
5555
"dependencies": {
56-
"node-ts-modules": "^0.0.2"
56+
"node-ts-modules": "^0.0.3"
5757
}
5858
}

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"commander": "^13.1.0",
1717
"esbuild": "^0.25.4",
1818
"fs-extra": "^11.3.0",
19-
"node-ts-modules": "^0.0.2",
19+
"node-ts-modules": "^0.0.3",
2020
"uuid": "^11.1.0",
2121
"yaml": "^2.7.0"
2222
},

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"commander": "^13.1.0",
3030
"express": "^5",
3131
"fs-extra": "^11.3.0",
32-
"node-ts-modules": "^0.0.2",
32+
"node-ts-modules": "^0.0.3",
3333
"pino": "^9.6.0",
3434
"postject": "^1.0.0-alpha.6"
3535
}

tests/fixtures/domain-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dependencies": {
44
"@crossplane-js/cli": "link:../../../packages/cli",
55
"chalk": "^5.0.1",
6-
"node-ts-modules": "^0.0.2"
6+
"node-ts-modules": "^0.0.3"
77
},
88
"scripts": {
99
"compo": "node_modules/@crossplane-js/cli/cli compo",

yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ __metadata:
272272
commander: "npm:^13.1.0"
273273
esbuild: "npm:^0.25.4"
274274
fs-extra: "npm:^11.3.0"
275-
node-ts-modules: "npm:^0.0.2"
275+
node-ts-modules: "npm:^0.0.3"
276276
uuid: "npm:^11.1.0"
277277
yaml: "npm:^2.7.0"
278278
bin:
@@ -306,7 +306,7 @@ __metadata:
306306
js-yaml: "npm:^4.1.0"
307307
lint-staged: "npm:^15.5.0"
308308
mocha: "npm:11.1.0"
309-
node-ts-modules: "npm:^0.0.2"
309+
node-ts-modules: "npm:^0.0.3"
310310
prettier: "npm:^3.5.3"
311311
ts-node: "npm:^10.9.2"
312312
typescript: "npm:^5.8.2"
@@ -351,7 +351,7 @@ __metadata:
351351
commander: "npm:^13.1.0"
352352
express: "npm:^5"
353353
fs-extra: "npm:^11.3.0"
354-
node-ts-modules: "npm:^0.0.2"
354+
node-ts-modules: "npm:^0.0.3"
355355
pino: "npm:^9.6.0"
356356
postject: "npm:^1.0.0-alpha.6"
357357
bin:
@@ -6505,7 +6505,7 @@ __metadata:
65056505
languageName: node
65066506
linkType: hard
65076507

6508-
"node-ts-modules@npm:0.0.2, node-ts-modules@npm:^0.0.2":
6508+
"node-ts-modules@npm:0.0.2":
65096509
version: 0.0.2
65106510
resolution: "node-ts-modules@npm:0.0.2"
65116511
bin:
@@ -6514,6 +6514,15 @@ __metadata:
65146514
languageName: node
65156515
linkType: hard
65166516

6517+
"node-ts-modules@npm:^0.0.3":
6518+
version: 0.0.3
6519+
resolution: "node-ts-modules@npm:0.0.3"
6520+
bin:
6521+
node-ts-modules-postinstall: postinstall.js
6522+
checksum: 10c0/fe49a052daa11bb64e2bb0efc56c2aabebcbc4c6d1544625843adb6e9b1b542a9f8ac18c20001e84ecee806d71c8f7239a6a1b4a9c870d40b28a4b6734d75ba4
6523+
languageName: node
6524+
linkType: hard
6525+
65176526
"node-watch@npm:0.7.3":
65186527
version: 0.7.3
65196528
resolution: "node-watch@npm:0.7.3"

0 commit comments

Comments
 (0)