Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mishushakov committed Feb 16, 2024
1 parent 2072b0e commit 1932742
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 67 deletions.
135 changes: 77 additions & 58 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stepci",
"version": "3.0.0",
"version": "2.8.0",
"description": "Automated API Testing and Quality Assurance",
"main": "index.js",
"bin": {
Expand Down
16 changes: 8 additions & 8 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"definitions": {
"ArrayBuffer": {
"properties": {
"__@toStringTag@25": {
"__@toStringTag@23": {
"type": "string"
},
"byteLength": {
"type": "number"
}
},
"required": [
"__@toStringTag@25",
"__@toStringTag@23",
"byteLength"
],
"type": "object"
Expand Down Expand Up @@ -2585,10 +2585,10 @@
},
"SharedArrayBuffer": {
"properties": {
"__@species@471": {
"__@species@469": {
"$ref": "#/definitions/SharedArrayBuffer"
},
"__@toStringTag@25": {
"__@toStringTag@23": {
"const": "SharedArrayBuffer",
"type": "string"
},
Expand All @@ -2597,8 +2597,8 @@
}
},
"required": [
"__@species@471",
"__@toStringTag@25",
"__@species@469",
"__@toStringTag@23",
"byteLength"
],
"type": "object"
Expand Down Expand Up @@ -4925,7 +4925,7 @@
"BYTES_PER_ELEMENT": {
"type": "number"
},
"__@toStringTag@25": {
"__@toStringTag@23": {
"const": "Uint8Array",
"type": "string"
},
Expand All @@ -4944,7 +4944,7 @@
},
"required": [
"BYTES_PER_ELEMENT",
"__@toStringTag@25",
"__@toStringTag@23",
"buffer",
"byteLength",
"byteOffset",
Expand Down

0 comments on commit 1932742

Please sign in to comment.