jizy-packer 2.1.39 → 2.1.40

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/lib/Rollup.js +3 -3
  2. package/package.json +1 -1
package/lib/Rollup.js CHANGED
@@ -193,9 +193,9 @@ function onComplete() {
193
193
  moveFolderFiles(src, dest);
194
194
 
195
195
  const replacements = {
196
- '{{MODULE_ALIAS}}': jPackConfig.get('alias'),
197
- '{{MODULE_NAME}}': jPackConfig.get('name'),
198
- '{{VERSION}}': jPackConfig.get('version'),
196
+ '%MODULE_ALIAS%': jPackConfig.get('alias'),
197
+ '%MODULE_NAME%': jPackConfig.get('name'),
198
+ '%VERSION%': jPackConfig.get('version'),
199
199
  };
200
200
  mirrorExampleFiles(dest, replacements);
201
201
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jizy-packer",
3
- "version": "2.1.39",
3
+ "version": "2.1.40",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "_example",