Skip to content

Commit 12f85c3

Browse files
committed
"version bump"
1 parent bf094ae commit 12f85c3

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@types/node": "25.3.5",
11-
"@stackpress/idea": "0.8.3",
11+
"@stackpress/idea": "0.9.1",
1212
"ts-morph": "27.0.2",
1313
"ts-node": "10.9.2",
1414
"typescript": "5.9.3"

packages/idea-parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@stackpress/idea-parser",
4-
"version": "0.8.3",
4+
"version": "0.9.1",
55
"license": "Apache-2.0",
66
"description": "Parses ideas to AST and readable JSON.",
77
"author": "Chris <chris@incept.asia>",
@@ -142,7 +142,7 @@
142142
"test": "DATABASE_URL=test ts-mocha -r tsx tests/*.test.ts"
143143
},
144144
"dependencies": {
145-
"@stackpress/lib": "0.8.3"
145+
"@stackpress/lib": "0.9.1"
146146
},
147147
"devDependencies": {
148148
"@types/chai": "4.3.20",

packages/idea-transformer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@stackpress/idea-transformer",
4-
"version": "0.8.3",
4+
"version": "0.9.1",
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>",
@@ -75,8 +75,8 @@
7575
"test": "ts-mocha -r tsx tests/*.test.ts"
7676
},
7777
"dependencies": {
78-
"@stackpress/idea-parser": "0.8.3",
79-
"@stackpress/lib": "0.8.3"
78+
"@stackpress/idea-parser": "0.9.1",
79+
"@stackpress/lib": "0.9.1"
8080
},
8181
"devDependencies": {
8282
"@types/chai": "4.3.20",

packages/idea/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@stackpress/idea",
4-
"version": "0.8.3",
4+
"version": "0.9.1",
55
"license": "Apache-2.0",
66
"description": "An open source schema file standard and generator",
77
"author": "Chris <chris@incept.asia>",
@@ -61,8 +61,8 @@
6161
"build:tsc:esm": "tsc -p ./tsconfig.esm.json"
6262
},
6363
"dependencies": {
64-
"@stackpress/idea-parser": "0.8.3",
65-
"@stackpress/idea-transformer": "0.8.3"
64+
"@stackpress/idea-parser": "0.9.1",
65+
"@stackpress/idea-transformer": "0.9.1"
6666
},
6767
"devDependencies": {
6868
"@types/node": "25.3.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -743,10 +743,10 @@
743743
"@jridgewell/resolve-uri" "^3.1.0"
744744
"@jridgewell/sourcemap-codec" "^1.4.14"
745745

746-
"@stackpress/lib@0.8.3":
747-
version "0.8.3"
748-
resolved "https://registry.yarnpkg.com/@stackpress/lib/-/lib-0.8.3.tgz#7c2bf717e9a740cff822ec2f1baa3c7148775006"
749-
integrity sha512-5V3WTyIscImMsx+HDp/ckwlgFIo2fH6nIyMDRkX7bxzcD0lBR0LrYahjWz+b7mHt0kB71q9OtviFMuBLD3HQ+w==
746+
"@stackpress/lib@0.9.1":
747+
version "0.9.1"
748+
resolved "https://registry.yarnpkg.com/@stackpress/lib/-/lib-0.9.1.tgz#68a046d86ccbbe701fabde22b82981dc4e2468a8"
749+
integrity sha512-wxJEZqMBsB3rFVQ1GfwCr8dTa1pxy6Yx8llZLq6ua4E1drkLDgg2d0Aga1cRPkR+8S3SWg2HYI1WbbOCwGpD1Q==
750750
dependencies:
751751
"@inquirer/prompts" "8.1.0"
752752

0 commit comments

Comments
 (0)