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" : " 22.9.3" ,
11- "@stackpress/idea" : " 0.5.22 " ,
11+ "@stackpress/idea" : " 0.5.23 " ,
1212 "ts-morph" : " 24.0.0" ,
1313 "ts-node" : " 10.9.2" ,
1414 "typescript" : " 5.7.2"
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "name" : " @stackpress/idea-parser" ,
4- "version" : " 0.5.22 " ,
4+ "version" : " 0.5.23 " ,
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.5.22 "
119+ "@stackpress/lib" : " 0.5.23 "
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.5.22 " ,
4+ "version" : " 0.5.23 " ,
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.5.22 " ,
71- "@stackpress/lib" : " 0.5.22 "
70+ "@stackpress/idea-parser" : " 0.5.23 " ,
71+ "@stackpress/lib" : " 0.5.23 "
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.5.22 " ,
4+ "version" : " 0.5.23 " ,
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.5.22 " ,
63- "@stackpress/idea-transformer" : " 0.5.22 "
62+ "@stackpress/idea-parser" : " 0.5.23 " ,
63+ "@stackpress/idea-transformer" : " 0.5.23 "
6464 },
6565 "devDependencies" : {
6666 "@types/node" : " 22.9.3" ,
Original file line number Diff line number Diff line change 719719 " @jridgewell/resolve-uri" " ^3.1.0"
720720 " @jridgewell/sourcemap-codec" " ^1.4.14"
721721
722- " @stackpress/lib@0.5.22 " :
723- version "0.5.22 "
724- resolved "https://registry.yarnpkg.com/@stackpress/lib/-/lib-0.5.22 .tgz#fa098197a8fee4a5e48d4b66ffe7ec6644137cb3 "
725- integrity sha512-zacFazhJnzebVcNrUhAZ4oAo+TkiksdmnqVqBm0swFBknO6HvNT30iYX26YQYrzTKhC8XfjEX2e4i6yGXrwhbA ==
722+ " @stackpress/lib@0.5.23 " :
723+ version "0.5.23 "
724+ resolved "https://registry.yarnpkg.com/@stackpress/lib/-/lib-0.5.23 .tgz#e3338333aedb71fc7f4a2e41fad644b3ab768ca4 "
725+ integrity sha512-6DicThSFrmnHXR/gHK05eygyjHWz9VVl3Eq2niGbK40h8oqJDx9QeK5wgyUHwuX4hN8cJnPPrdrI7hWjAIWDYA ==
726726 dependencies :
727727 " @inquirer/prompts" " 7.1.0"
728728
You can’t perform that action at this time.
0 commit comments