vue-i18n-auto-plugin 1.0.1 → 1.0.3

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.
Files changed (2) hide show
  1. package/dist/cli.cjs.js +0 -2
  2. package/package.json +2 -1
package/dist/cli.cjs.js CHANGED
@@ -1,5 +1,4 @@
1
1
  #!/usr/bin/env node
2
- #!/usr/bin/env node
3
2
  'use strict';
4
3
 
5
4
  var fs = require('fs');
@@ -593,4 +592,3 @@ main().catch(error => {
593
592
  console.error('❌ 转换失败:', error);
594
593
  process.exit(1);
595
594
  });
596
- //# sourceMappingURL=cli.cjs.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-i18n-auto-plugin",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Vite plugin for automatically converting Chinese hardcoded strings to i18n function calls",
5
5
  "keywords": [
6
6
  "vite",
@@ -64,6 +64,7 @@
64
64
  "@types/babel__traverse": "^7.28.0",
65
65
  "@types/node": "^18.17.0",
66
66
  "rollup": "^4.9.0",
67
+ "rollup-plugin-preserve-shebang": "^1.0.1",
67
68
  "typescript": "^5.1.6"
68
69
  }
69
70
  }