File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 88 },
99 "devDependencies" : {
1010 "@types/node" : " 25.0.3" ,
11- "@stackpress/idea" : " 0.6.9 " ,
11+ "@stackpress/idea" : " 0.6.10 " ,
1212 "ts-morph" : " 27.0.2" ,
1313 "ts-node" : " 10.9.2" ,
1414 "typescript" : " 5.9.3"
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "name" : " @stackpress/idea-parser" ,
4- "version" : " 0.6.9 " ,
4+ "version" : " 0.6.10 " ,
55 "license" : " Apache-2.0" ,
66 "description" : " Parses ideas to AST and readable JSON." ,
77 "author" : " Chris <chris@incept.asia>" ,
116116 "test" : " DATABASE_URL=test ts-mocha -r tsx tests/*.test.ts"
117117 },
118118 "dependencies" : {
119- "@stackpress/lib" : " 0.6.9 "
119+ "@stackpress/lib" : " 0.6.10 "
120120 },
121121 "devDependencies" : {
122122 "@types/chai" : " 4.3.20" ,
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "name" : " @stackpress/idea-transformer" ,
4- "version" : " 0.6.9 " ,
4+ "version" : " 0.6.10 " ,
55 "license" : " Apache-2.0" ,
66 "description" : " A programmatical command line interface used by projects and that calls on external transformers to make relevant code" ,
77 "author" : " Chris <chris@incept.asia>" ,
6767 "test" : " ts-mocha -r tsx tests/*.test.ts"
6868 },
6969 "dependencies" : {
70- "@stackpress/idea-parser" : " 0.6.9 " ,
71- "@stackpress/lib" : " 0.6.9 "
70+ "@stackpress/idea-parser" : " 0.6.10 " ,
71+ "@stackpress/lib" : " 0.6.10 "
7272 },
7373 "devDependencies" : {
7474 "@types/chai" : " 4.3.20" ,
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "name" : " @stackpress/idea" ,
4- "version" : " 0.6.9 " ,
4+ "version" : " 0.6.10 " ,
55 "license" : " Apache-2.0" ,
66 "description" : " An open source schema file standard and generator" ,
77 "author" : " Chris <chris@incept.asia>" ,
5959 "build:tsc:esm" : " tsc -p ./tsconfig.esm.json"
6060 },
6161 "dependencies" : {
62- "@stackpress/idea-parser" : " 0.6.9 " ,
63- "@stackpress/idea-transformer" : " 0.6.9 "
62+ "@stackpress/idea-parser" : " 0.6.10 " ,
63+ "@stackpress/idea-transformer" : " 0.6.10 "
6464 },
6565 "devDependencies" : {
6666 "@types/node" : " 25.0.3" ,
Original file line number Diff line number Diff line change 743743 " @jridgewell/resolve-uri" " ^3.1.0"
744744 " @jridgewell/sourcemap-codec" " ^1.4.14"
745745
746- " @stackpress/lib@0.6.9 " :
747- version "0.6.9 "
748- resolved "https://registry.yarnpkg.com/@stackpress/lib/-/lib-0.6.9 .tgz#107f6eb4d0d1d9615e79b0004d48e5f37d75fb65 "
749- integrity sha512-xdnxFusBQ9NVt+Hgn8wEG9zkh+aLpIwQ2CPFgxHC1KUq38n01HgT+gJ5eu5lZWyXSAoD1TsSeZzXNWdK7dxDgA ==
746+ " @stackpress/lib@0.6.10 " :
747+ version "0.6.10 "
748+ resolved "https://registry.yarnpkg.com/@stackpress/lib/-/lib-0.6.10 .tgz#260364e086e665a84b59527851e9fb6e36f8b636 "
749+ integrity sha512-QOcLLqZX+uc3v1Ep2cxhUdnc5Gz+jh2yGAftKM4SZNLvdzRMlHcaqMcb4rAcQw4lUkJPymyPOAbMYZAyix35Lg ==
750750 dependencies :
751751 " @inquirer/prompts" " 8.1.0"
752752
You can’t perform that action at this time.
0 commit comments