File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 },
99 "devDependencies" : {
1010 "@types/node" : " 25.3.5" ,
11- "@stackpress/idea" : " 0.10.1 " ,
11+ "@stackpress/idea" : " 0.10.2 " ,
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.10.1 " ,
4+ "version" : " 0.10.2 " ,
55 "license" : " Apache-2.0" ,
66 "description" : " Parses ideas to AST and readable JSON." ,
77 "author" : " Chris <chris@incept.asia>" ,
142142 "test" : " DATABASE_URL=test ts-mocha -r tsx tests/*.test.ts"
143143 },
144144 "dependencies" : {
145- "@stackpress/lib" : " 0.10.1 "
145+ "@stackpress/lib" : " 0.10.2 "
146146 },
147147 "devDependencies" : {
148148 "@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.10.1 " ,
4+ "version" : " 0.10.2 " ,
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>" ,
7575 "test" : " ts-mocha -r tsx tests/*.test.ts"
7676 },
7777 "dependencies" : {
78- "@stackpress/idea-parser" : " 0.10.1" ,
79- "@stackpress/lib" : " 0.10.1"
78+ "@stackpress/idea-parser" : " 0.10.2"
8079 },
8180 "devDependencies" : {
8281 "@types/chai" : " 4.3.20" ,
Original file line number Diff line number Diff line change 11//types
22import type { CLIProps , TerminalOptions } from './types.js' ;
33//others
4- import Terminal , { control } from '@stackpress/lib/Terminal' ;
4+ import control from '@stackpress/lib/terminal/control' ;
5+ import Terminal from '@stackpress/lib/Terminal' ;
56import Transformer from './Transformer.js' ;
67
78export { control } ;
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "name" : " @stackpress/idea" ,
4- "version" : " 0.10.1 " ,
4+ "version" : " 0.10.2 " ,
55 "license" : " Apache-2.0" ,
66 "description" : " An open source schema file standard and generator" ,
77 "author" : " Chris <chris@incept.asia>" ,
6161 "build:tsc:esm" : " tsc -p ./tsconfig.esm.json"
6262 },
6363 "dependencies" : {
64- "@stackpress/idea-parser" : " 0.10.1 " ,
65- "@stackpress/idea-transformer" : " 0.10.1 "
64+ "@stackpress/idea-parser" : " 0.10.2 " ,
65+ "@stackpress/idea-transformer" : " 0.10.2 "
6666 },
6767 "devDependencies" : {
6868 "@types/node" : " 25.3.5" ,
You can’t perform that action at this time.
0 commit comments