@ioka-technologies/asyncapi-ts-client-template 0.0.28 → 0.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1395,7 +1395,7 @@ function generateTypeScriptConfig(options = {}) {
1395
1395
  declaration: true,
1396
1396
  declarationMap: true,
1397
1397
  sourceMap: true,
1398
- moduleResolution: 'node',
1398
+ moduleResolution: 'bundler',
1399
1399
  allowSyntheticDefaultImports: true,
1400
1400
  experimentalDecorators: true,
1401
1401
  emitDecoratorMetadata: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ioka-technologies/asyncapi-ts-client-template",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "TypeScript AsyncAPI client generator template compatible with rust-asyncapi patterns",
5
5
  "main": "template/index.js",
6
6
  "scripts": {
package/template/index.js CHANGED
@@ -106,7 +106,7 @@ export default function ({ asyncapi, params }) {
106
106
  declaration: true,
107
107
  declarationMap: true,
108
108
  sourceMap: true,
109
- moduleResolution: 'node',
109
+ moduleResolution: 'bundler',
110
110
  allowSyntheticDefaultImports: true,
111
111
  experimentalDecorators: true,
112
112
  emitDecoratorMetadata: true,