@ioka-technologies/asyncapi-rust-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-rust-client-template",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "AsyncAPI template for generating Rust NATS clients",
5
5
  "main": "template/index.js",
6
6
  "keywords": [