Skip to content

Commit a1ee7fe

Browse files
committed
chore(release): publish new version
- @syntest/[email protected] - @syntest/[email protected] - @syntest/[email protected] - @syntest/[email protected]
1 parent 2c981c9 commit a1ee7fe

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

libraries/analysis-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syntest/analysis-javascript",
3-
"version": "0.1.0-beta.21",
3+
"version": "0.1.0-beta.22",
44
"description": "SynTest CFG JavaScript is a library for generating control flow graphs for the JavaScript language",
55
"keywords": [
66
"syntest",

libraries/instrumentation-javascript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syntest/instrumentation-javascript",
3-
"version": "0.1.0-beta.20",
3+
"version": "0.1.0-beta.21",
44
"description": "SynTest Instrumentation JavaScript is a library for instrumenting JavaScript code",
55
"keywords": [
66
"syntest",
@@ -46,10 +46,10 @@
4646
"test:watch": "mocha --config ../../.mocharc.json --watch"
4747
},
4848
"dependencies": {
49-
"@syntest/analysis-javascript": "^0.1.0-beta.21",
5049
"@babel/core": "7.20.12",
5150
"@babel/traverse": "7.20.12",
5251
"@istanbuljs/schema": "^0.1.3",
52+
"@syntest/analysis-javascript": "^0.1.0-beta.22",
5353
"@syntest/ast-visitor-javascript": "*",
5454
"@syntest/storage": "*",
5555
"istanbul-lib-coverage": "^3.2.0"

libraries/search-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syntest/search-javascript",
3-
"version": "0.1.0-beta.15",
3+
"version": "0.1.0-beta.16",
44
"description": "SynTest JavaScript is a tool for automatically generating test cases for the JavaScript language",
55
"keywords": [
66
"syntest",

package-lock.json

Lines changed: 11 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syntest/javascript",
3-
"version": "0.1.0-beta.23",
3+
"version": "0.1.0-beta.24",
44
"description": "SynTest JavaScript is a tool for automatically generating test cases for the JavaScript language",
55
"keywords": [
66
"syntest",

0 commit comments

Comments
 (0)