Skip to content

Commit b2093e3

Browse files
committed
WIP
1 parent 6791be2 commit b2093e3

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

.yarn/install-state.gz

-9 Bytes
Binary file not shown.

packages/ast/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
"main": "index.js",
99
"module": "esm/index.js",
1010
"types": "index.d.ts",
11+
"exports": {
12+
".": {
13+
"import": "./esm/index.js",
14+
"require": "./index.js",
15+
"types": "./index.d.ts"
16+
}
17+
},
1118
"publishConfig": {
1219
"access": "public",
1320
"directory": "dist"
@@ -36,7 +43,7 @@
3643
},
3744
"dependencies": {
3845
"@babel/types": "7.24.0",
39-
"@cosmwasm/ts-codegen-types": "^1.3.1",
46+
"@cosmwasm/ts-codegen-types": "workspace:*",
4047
"ast-stringify": "0.2.1",
4148
"case": "1.6.3",
4249
"deepmerge": "4.2.2"

packages/ts-codegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"@babel/generator": "7.24.4",
4444
"@babel/traverse": "7.24.1",
4545
"@babel/types": "7.24.0",
46-
"@cosmwasm/ts-codegen-ast": "^1.8.1",
47-
"@cosmwasm/ts-codegen-types": "^1.3.1",
46+
"@cosmwasm/ts-codegen-ast": "workspace:*",
47+
"@cosmwasm/ts-codegen-types": "workspace:*",
4848
"@pyramation/json-schema-to-typescript": " 11.0.4",
4949
"@types/rimraf": "3.0.2",
5050
"@types/shelljs": "0.8.15",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -656,19 +656,19 @@ __metadata:
656656
languageName: unknown
657657
linkType: soft
658658

659-
"@cosmwasm/ts-codegen-ast@npm:^1.8.1, @cosmwasm/ts-codegen-ast@workspace:packages/ast":
659+
"@cosmwasm/ts-codegen-ast@workspace:*, @cosmwasm/ts-codegen-ast@workspace:packages/ast":
660660
version: 0.0.0-use.local
661661
resolution: "@cosmwasm/ts-codegen-ast@workspace:packages/ast"
662662
dependencies:
663663
"@babel/types": "npm:7.24.0"
664-
"@cosmwasm/ts-codegen-types": "npm:^1.3.1"
664+
"@cosmwasm/ts-codegen-types": "workspace:*"
665665
ast-stringify: "npm:0.2.1"
666666
case: "npm:1.6.3"
667667
deepmerge: "npm:4.2.2"
668668
languageName: unknown
669669
linkType: soft
670670

671-
"@cosmwasm/ts-codegen-types@npm:^1.3.1, @cosmwasm/ts-codegen-types@workspace:packages/types":
671+
"@cosmwasm/ts-codegen-types@workspace:*, @cosmwasm/ts-codegen-types@workspace:packages/types":
672672
version: 0.0.0-use.local
673673
resolution: "@cosmwasm/ts-codegen-types@workspace:packages/types"
674674
languageName: unknown
@@ -682,8 +682,8 @@ __metadata:
682682
"@babel/traverse": "npm:7.24.1"
683683
"@babel/types": "npm:7.24.0"
684684
"@cosmjs/cosmwasm-stargate": "npm:0.32.3"
685-
"@cosmwasm/ts-codegen-ast": "npm:^1.8.1"
686-
"@cosmwasm/ts-codegen-types": "npm:^1.3.1"
685+
"@cosmwasm/ts-codegen-ast": "workspace:*"
686+
"@cosmwasm/ts-codegen-types": "workspace:*"
687687
"@pyramation/json-schema-to-typescript": "npm: 11.0.4"
688688
"@types/rimraf": "npm:3.0.2"
689689
"@types/shelljs": "npm:0.8.15"

0 commit comments

Comments
 (0)