vona-cli-set-api 1.0.65 → 1.0.66

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.
@@ -90,6 +90,7 @@ export class CliBinBuild extends BeanCliBase {
90
90
  }
91
91
  const replaceValues = generateConfigDefine(env, ['NODE_ENV', 'META_MODE', 'META_FLAVOR']);
92
92
  const babelPluginZovaBeanModule = getAbsolutePathOfModule('babel-plugin-zova-bean-module', '');
93
+ const babelPluginTransformTypescriptMetadata = getAbsolutePathOfModule('babel-plugin-transform-typescript-metadata', '');
93
94
  const plugins = [
94
95
  alias({
95
96
  entries: aliasEntries,
@@ -112,7 +113,7 @@ export class CliBinBuild extends BeanCliBase {
112
113
  configFile: false,
113
114
  plugins: [
114
115
  [babelPluginZovaBeanModule, { brandName: 'vona' }],
115
- ['babel-plugin-transform-typescript-metadata'],
116
+ [babelPluginTransformTypescriptMetadata],
116
117
  ['@babel/plugin-proposal-decorators', { version: 'legacy' }],
117
118
  ['@babel/plugin-transform-class-properties', { loose: true }],
118
119
  ['@babel/plugin-transform-typescript'],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-cli-set-api",
3
3
  "type": "module",
4
- "version": "1.0.65",
4
+ "version": "1.0.66",
5
5
  "description": "vona cli-set-api",
6
6
  "publishConfig": {
7
7
  "access": "public"