diff --git a/assert/package.json b/assert/package.json index cbf1375..a53b83d 100644 --- a/assert/package.json +++ b/assert/package.json @@ -1,6 +1,6 @@ { "name": "@cgauge/assert", - "version": "0.12.0", + "version": "0.12.1", "description": "Extra assert library", "type": "module", "repository": { diff --git a/dtc-aws-plugin/package.json b/dtc-aws-plugin/package.json index df822ce..ac363fd 100644 --- a/dtc-aws-plugin/package.json +++ b/dtc-aws-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@cgauge/dtc-aws-plugin", - "version": "0.12.0", + "version": "0.12.1", "description": "AWS plugin for Declarative TestCases", "repository": { "type": "git", diff --git a/dtc-graphql-plugin/package.json b/dtc-graphql-plugin/package.json index 6b8cf8f..ec8015b 100644 --- a/dtc-graphql-plugin/package.json +++ b/dtc-graphql-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@cgauge/dtc-graphql-plugin", - "version": "0.12.0", + "version": "0.12.1", "description": "GraphQl plugin for Declarative TestCases", "repository": { "type": "git", diff --git a/dtc-mysql-plugin/package.json b/dtc-mysql-plugin/package.json index b536193..287bcb1 100644 --- a/dtc-mysql-plugin/package.json +++ b/dtc-mysql-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@cgauge/dtc-mysql-plugin", - "version": "0.12.0", + "version": "0.12.1", "description": "MySQL plugin for Declarative TestCases", "repository": { "type": "git", diff --git a/dtc-playwright-plugin/package.json b/dtc-playwright-plugin/package.json index ec957d0..d326c76 100644 --- a/dtc-playwright-plugin/package.json +++ b/dtc-playwright-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@cgauge/dtc-playwright-plugin", - "version": "0.12.0", + "version": "0.12.1", "description": "Playwright plugin for Declarative TestCases", "repository": { "type": "git", diff --git a/dtc/package.json b/dtc/package.json index bb686e1..fd8b281 100644 --- a/dtc/package.json +++ b/dtc/package.json @@ -1,6 +1,6 @@ { "name": "@cgauge/dtc", - "version": "0.12.0", + "version": "0.12.1", "description": "Declarative TestCases", "repository": { "type": "git", diff --git a/nock-aws/package.json b/nock-aws/package.json index bcd26a6..abf587a 100644 --- a/nock-aws/package.json +++ b/nock-aws/package.json @@ -1,6 +1,6 @@ { "name": "@cgauge/nock-aws", - "version": "0.12.0", + "version": "0.12.1", "description": "AWS Request mocker based on Nock", "repository": { "type": "git", diff --git a/type-guard/package.json b/type-guard/package.json index c1c03d4..7bf0cc1 100644 --- a/type-guard/package.json +++ b/type-guard/package.json @@ -1,6 +1,6 @@ { "name": "@cgauge/type-guard", - "version": "0.12.0", + "version": "0.12.1", "description": "Typescript type guards", "repository": { "type": "git", diff --git a/yaml/package.json b/yaml/package.json index 452325f..47f846a 100644 --- a/yaml/package.json +++ b/yaml/package.json @@ -1,6 +1,6 @@ { "name": "@cgauge/yaml", - "version": "0.12.0", + "version": "0.12.1", "description": "YAML parser with extra tags", "repository": { "type": "git", diff --git a/yaml/src/parser.ts b/yaml/src/parser.ts index 39d2546..f658070 100644 --- a/yaml/src/parser.ts +++ b/yaml/src/parser.ts @@ -2,8 +2,8 @@ import {Type, load as jsYamlLoad, DEFAULT_SCHEMA, LoadOptions, Schema} from 'js- import {dirname} from 'node:path' import {URLSearchParams} from 'node:url' import {readFileSync} from 'node:fs' -import {fakerType} from './faker' -import {marshallType} from './dynamodb' +import {fakerType} from './faker.js' +import {marshallType} from './dynamodb.js' const jsType = new Type('!js', { kind: 'scalar',