File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ for (const file of await readdir("extension/schemas")) {
5050 const name = basename ( file , extname ( file ) )
5151
5252 await $ ( { shell : true } ) `
53- dp schema convert
53+ dpkit schema convert
5454 extension/schemas/${ file }
5555 --to-path extension/content/docs/specification/data/${ name } .md
5656 --to-format html
@@ -87,7 +87,7 @@ for (const file of await readdir("extension/schemas")) {
8787 typescriptIndex . push ( `export * from "./${ name } .ts"` )
8888
8989 await $ ( { shell : true } ) `
90- dp schema convert
90+ dpkit schema convert
9191 extension/schemas/${ file }
9292 --to-format jsonschema
9393 | json2ts
@@ -138,7 +138,7 @@ for (const file of await readdir("extension/schemas")) {
138138 pythonIndex . push ( `from .${ name } import *` )
139139
140140 await $ ( { shell : true } ) `
141- dp schema convert
141+ dpkit schema convert
142142 extension/schemas/${ file }
143143 --to-format jsonschema
144144 --silent
Original file line number Diff line number Diff line change 3939 "@semantic-release/exec" : " 7.1.0" ,
4040 "@types/node" : " 24.5.2" ,
4141 "conventional-changelog-conventionalcommits" : " 9.1.0" ,
42+ "dpkit" : " 2.0.0" ,
4243 "execa" : " 9.6.0" ,
4344 "husky" : " 9.1.7" ,
4445 "json-schema-doc-ts" : " 2.0.0" ,
You can’t perform that action at this time.
0 commit comments