Skip to content

Commit a89575b

Browse files
committed
Bump version for release
1 parent 51a1e86 commit a89575b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "AST building blocks for TypeScript/JavaScript, part of the *lasu family, with optional integrations with ANTLR4 and Ecore.",
44
"author": "Strumenta s.r.l.",
55
"publisher": "strumenta",
6-
"version": "1.6.21",
6+
"version": "1.6.22",
77
"license": "Apache-2.0",
88
"keywords": [
99
"antlr",
@@ -84,7 +84,7 @@
8484
"peerDependencies": {
8585
"@lionweb/core": "^0.6.4",
8686
"antlr4ng": "^3.0.4",
87-
"cmd-ts": "^0.11.0",
87+
"cmd-ts": "^0.13.0",
8888
"ecore": "^0.12.0"
8989
},
9090
"peerDependenciesMeta": {
@@ -125,7 +125,7 @@
125125
"antlr4ng": "^3.0.4",
126126
"antlr4ng-cli": "^2.0.0",
127127
"chai": "^4.3.10",
128-
"cmd-ts": "^0.11.0",
128+
"cmd-ts": "^0.13.0",
129129
"cross-env": "^7.0.3",
130130
"ecore": "^0.12.0",
131131
"eslint": "^8.55.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1215,10 +1215,10 @@ cliui@^8.0.1:
12151215
strip-ansi "^6.0.1"
12161216
wrap-ansi "^7.0.0"
12171217

1218-
cmd-ts@^0.11.0:
1219-
version "0.11.0"
1220-
resolved "https://registry.yarnpkg.com/cmd-ts/-/cmd-ts-0.11.0.tgz#80926180f39665e35e321b72439f792a2b63b745"
1221-
integrity sha512-6RvjD+f9oGPeWoMS53oavafmQ9qC839PjP3CyvPkAIfqMEXTbrclni7t3fnyVJFNWxuBexnLshcotY0RuNrI8Q==
1218+
cmd-ts@^0.13.0:
1219+
version "0.13.0"
1220+
resolved "https://registry.yarnpkg.com/cmd-ts/-/cmd-ts-0.13.0.tgz#57bdbc5dc95eb5a3503ab3ac9591c91427a79fa1"
1221+
integrity sha512-nsnxf6wNIM/JAS7T/x/1JmbEsjH0a8tezXqqpaL0O6+eV0/aDEnRxwjxpu0VzDdRcaC1ixGSbRlUuf/IU59I4g==
12221222
dependencies:
12231223
chalk "^4.0.0"
12241224
debug "^4.3.4"

0 commit comments

Comments
 (0)