File tree Expand file tree Collapse file tree 10 files changed +28
-28
lines changed
Expand file tree Collapse file tree 10 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @cgauge/assert" ,
3- "version" : " 0.21 .0" ,
3+ "version" : " 0.22 .0" ,
44 "description" : " Extra assert library" ,
55 "type" : " module" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @cgauge/dtc-aws-plugin" ,
3- "version" : " 0.21 .0" ,
3+ "version" : " 0.22 .0" ,
44 "description" : " AWS plugin for Declarative TestCases" ,
55 "repository" : {
66 "type" : " git" ,
2222 "@aws-sdk/client-sns" : " ^3.645.0" ,
2323 "@aws-sdk/lib-dynamodb" : " ^3.645.0" ,
2424 "@aws-sdk/util-dynamodb" : " ^3.645.0" ,
25- "@cgauge/assert" : " ^0.21 .0" ,
26- "@cgauge/dtc" : " ^0.21 .0" ,
27- "@cgauge/nock-aws" : " ^0.21 .0" ,
28- "@cgauge/type-guard" : " ^0.21 .0"
25+ "@cgauge/assert" : " ^0.22 .0" ,
26+ "@cgauge/dtc" : " ^0.22 .0" ,
27+ "@cgauge/nock-aws" : " ^0.22 .0" ,
28+ "@cgauge/type-guard" : " ^0.22 .0"
2929 },
3030 "scripts" : {
3131 "build" : " tsc --build --verbose" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @cgauge/dtc-graphql-plugin" ,
3- "version" : " 0.21 .0" ,
3+ "version" : " 0.22 .0" ,
44 "description" : " GraphQl plugin for Declarative TestCases" ,
55 "repository" : {
66 "type" : " git" ,
1515 "author" : " Salam Suleymanov" ,
1616 "license" : " LGPL-3.0-or-later" ,
1717 "dependencies" : {
18- "@cgauge/assert" : " ^0.21 .0" ,
19- "@cgauge/dtc" : " ^0.21 .0" ,
20- "@cgauge/type-guard" : " ^0.21 .0" ,
18+ "@cgauge/assert" : " ^0.22 .0" ,
19+ "@cgauge/dtc" : " ^0.22 .0" ,
20+ "@cgauge/type-guard" : " ^0.22 .0" ,
2121 "graphql-request" : " ^7.1.2"
2222 },
2323 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @cgauge/dtc-mysql-plugin" ,
3- "version" : " 0.21 .0" ,
3+ "version" : " 0.22 .0" ,
44 "description" : " MySQL plugin for Declarative TestCases" ,
55 "repository" : {
66 "type" : " git" ,
1515 "author" : " Abdala Cerqueira" ,
1616 "license" : " LGPL-3.0-or-later" ,
1717 "dependencies" : {
18- "@cgauge/assert" : " ^0.21 .0" ,
19- "@cgauge/dtc" : " ^0.21 .0" ,
20- "@cgauge/type-guard" : " ^0.21 .0" ,
18+ "@cgauge/assert" : " ^0.22 .0" ,
19+ "@cgauge/dtc" : " ^0.22 .0" ,
20+ "@cgauge/type-guard" : " ^0.22 .0" ,
2121 "mysql2" : " ^3.11.0" ,
2222 "node-sql-parser" : " ^5.1.0" ,
2323 "type-assurance" : " ^1.5.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " @cgauge/dtc-playwright-plugin" ,
3- "version" : " 0.21 .0" ,
3+ "version" : " 0.22 .0" ,
44 "description" : " Playwright plugin for Declarative TestCases" ,
55 "repository" : {
66 "type" : " git" ,
1515 "author" : " Abdala Cerqueira" ,
1616 "license" : " LGPL-3.0-or-later" ,
1717 "dependencies" : {
18- "@cgauge/assert" : " ^0.21 .0" ,
19- "@cgauge/dtc" : " ^0.21 .0" ,
20- "@cgauge/type-guard" : " ^0.21 .0" ,
18+ "@cgauge/assert" : " ^0.22 .0" ,
19+ "@cgauge/dtc" : " ^0.22 .0" ,
20+ "@cgauge/type-guard" : " ^0.22 .0" ,
2121 "@playwright/test" : " ^1.47.0"
2222 },
2323 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @cgauge/dtc-redis-plugin" ,
3- "version" : " 0.21 .0" ,
3+ "version" : " 0.22 .0" ,
44 "description" : " Plugin to mock redis" ,
55 "repository" : {
66 "type" : " git" ,
1515 "author" : " Salam Suleymanov" ,
1616 "license" : " LGPL-3.0-or-later" ,
1717 "dependencies" : {
18- "@cgauge/assert" : " ^0.21 .0" ,
19- "@cgauge/dtc" : " ^0.21 .0" ,
20- "@cgauge/type-guard" : " ^0.21 .0"
18+ "@cgauge/assert" : " ^0.22 .0" ,
19+ "@cgauge/dtc" : " ^0.22 .0" ,
20+ "@cgauge/type-guard" : " ^0.22 .0"
2121 },
2222 "scripts" : {
2323 "build" : " tsc --build --verbose" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @cgauge/dtc" ,
3- "version" : " 0.21 .0" ,
3+ "version" : " 0.22 .0" ,
44 "description" : " Declarative TestCases" ,
55 "repository" : {
66 "type" : " git" ,
1818 "author" : " Abdala Cerqueira" ,
1919 "license" : " LGPL-3.0-or-later" ,
2020 "dependencies" : {
21- "@cgauge/assert" : " ^0.21 .0" ,
22- "@cgauge/type-guard" : " ^0.21 .0" ,
21+ "@cgauge/assert" : " ^0.22 .0" ,
22+ "@cgauge/type-guard" : " ^0.22 .0" ,
2323 "cleye" : " ^1.3.2" ,
2424 "nock" : " ^14.0.1"
2525 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @cgauge/nock-aws" ,
3- "version" : " 0.21 .0" ,
3+ "version" : " 0.22 .0" ,
44 "description" : " AWS Request mocker based on Nock" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @cgauge/type-guard" ,
3- "version" : " 0.21 .0" ,
3+ "version" : " 0.22 .0" ,
44 "description" : " Typescript type guards" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @cgauge/yaml" ,
3- "version" : " 0.21 .0" ,
3+ "version" : " 0.22 .0" ,
44 "description" : " YAML parser with extra tags" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments