@cmmn/tools 1.9.11 → 1.9.12

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.
@@ -138,7 +138,7 @@ export class ConfigCreator {
138
138
  '.js': this.getOutExtension(format, platform)
139
139
  },
140
140
  footer:{
141
- js: `//# sourceMappingURL=./${this.options.name}.js.map`
141
+ js: `//# sourceMappingURL=./${this.options.name+this.getOutExtension(format, platform)}.map`
142
142
  },
143
143
  platform: platform,
144
144
  tsconfig: 'tsconfig.json',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmmn/tools",
3
- "version": "1.9.11",
3
+ "version": "1.9.12",
4
4
  "description": "Compilation, bundling, code generator, testing.",
5
5
  "main": "dist/rollup.config.js",
6
6
  "type": "module",