Skip to content

Commit 54a0620

Browse files
committed
version bump
1 parent 702de77 commit 54a0620

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

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": "22.9.3",
11-
"@stackpress/idea": "0.5.10",
11+
"@stackpress/idea": "0.5.11",
1212
"ts-morph": "24.0.0",
1313
"ts-node": "10.9.2",
1414
"typescript": "5.7.2"

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.5.10",
4+
"version": "0.5.11",
55
"license": "Apache-2.0",
66
"description": "Parses ideas to AST and readable JSON.",
77
"author": "Chris <chris@incept.asia>",
@@ -114,7 +114,7 @@
114114
"test": "DATABASE_URL=test ts-mocha -r tsx tests/*.test.ts"
115115
},
116116
"dependencies": {
117-
"@stackpress/lib": "0.5.10"
117+
"@stackpress/lib": "0.5.11"
118118
},
119119
"devDependencies": {
120120
"@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.5.10",
4+
"version": "0.5.11",
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>",
@@ -65,8 +65,8 @@
6565
"test": "ts-mocha -r tsx tests/*.test.ts"
6666
},
6767
"dependencies": {
68-
"@stackpress/idea-parser": "0.5.10",
69-
"@stackpress/lib": "0.5.10"
68+
"@stackpress/idea-parser": "0.5.11",
69+
"@stackpress/lib": "0.5.11"
7070
},
7171
"devDependencies": {
7272
"@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.5.10",
4+
"version": "0.5.11",
55
"license": "Apache-2.0",
66
"description": "An open source schema file standard and generator",
77
"author": "Chris <chris@incept.asia>",
@@ -58,8 +58,8 @@
5858
"test": "ts-mocha -p ./tsconfig.cjs.json tests/*.test.ts"
5959
},
6060
"dependencies": {
61-
"@stackpress/idea-parser": "0.5.10",
62-
"@stackpress/idea-transformer": "0.5.10"
61+
"@stackpress/idea-parser": "0.5.11",
62+
"@stackpress/idea-transformer": "0.5.11"
6363
},
6464
"devDependencies": {
6565
"@types/node": "22.9.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -464,10 +464,10 @@
464464
"@jridgewell/resolve-uri" "^3.1.0"
465465
"@jridgewell/sourcemap-codec" "^1.4.14"
466466

467-
"@stackpress/lib@0.5.10":
468-
version "0.5.10"
469-
resolved "https://registry.yarnpkg.com/@stackpress/lib/-/lib-0.5.10.tgz#59d3e9f5a1a707e381d82a6ff67d5f061c4ae1f8"
470-
integrity sha512-j65lna5GzdoWsW4oVIdqQyep3xNjqc4QlJyWLSW8L8dCz7dPcJoBiut2glQx1Pvo5F5mP9oDw1a7RwRCFw+96Q==
467+
"@stackpress/lib@0.5.11":
468+
version "0.5.11"
469+
resolved "https://registry.yarnpkg.com/@stackpress/lib/-/lib-0.5.11.tgz#59c3dc36f9baf59e5a361a5452f875566bdcf0e7"
470+
integrity sha512-0R4XvYubaS0LObLpnhWQ9VBDt1a/LvWyhMHc+Nhc7XuB4vxfz/nwqC1cAp7MIHBs+7U3bBWUOCzlUTDhaU9OwA==
471471
dependencies:
472472
"@inquirer/prompts" "7.1.0"
473473
cookie "1.0.2"

0 commit comments

Comments
 (0)