Skip to content

Commit

Permalink
v6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtenner committed May 6, 2021
1 parent 5f05136 commit e723601
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "6.1.0"
"version": "6.1.1"
}
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@as-pect/cli",
"version": "6.1.0",
"version": "6.1.1",
"description": "Write AssemblyScript tests at blazing fast speeds",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -37,16 +37,16 @@
"homepage": "https://github.com/jtenner/as-pect#readme",
"dependencies": {
"@as-pect/assembly": "^6.1.0",
"@as-pect/core": "^6.1.0",
"@as-pect/core": "^6.1.1",
"chalk": "^4.1.0",
"glob": "^7.1.6"
},
"peerDependencies": {
"assemblyscript": "^0.18.7"
},
"optionalDependencies": {
"@as-pect/csv-reporter": "^6.1.0",
"@as-pect/json-reporter": "^6.1.0"
"@as-pect/csv-reporter": "^6.1.1",
"@as-pect/json-reporter": "^6.1.1"
},
"files": [
"init/",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@as-pect/core",
"version": "6.1.0",
"version": "6.1.1",
"description": "Write AssemblyScript tests at blazing fast speeds",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/csv-reporter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/csv-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@as-pect/csv-reporter",
"version": "6.1.0",
"version": "6.1.1",
"description": "csv reporter for as-pect",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,6 +20,6 @@
"csv-stringify": "^5.6.1"
},
"dependencies": {
"@as-pect/core": "^6.1.0"
"@as-pect/core": "^6.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/json-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@as-pect/json-reporter",
"version": "6.1.0",
"version": "6.1.1",
"description": "Json reporter for as-pect",
"main": "lib/index.js",
"types": "lib/index.ts",
Expand All @@ -17,6 +17,6 @@
"author": "Joshua Tenner",
"license": "MIT",
"dependencies": {
"@as-pect/core": "^6.1.0"
"@as-pect/core": "^6.1.1"
}
}

0 comments on commit e723601

Please sign in to comment.