ee-core 1.3.4-beta.2 → 1.3.4-beta.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/package.json +1 -1
  2. package/tools/encrypt.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ee-core",
3
- "version": "1.3.4-beta.2",
3
+ "version": "1.3.4-beta.3",
4
4
  "description": "ee core",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/tools/encrypt.js CHANGED
@@ -130,7 +130,7 @@ class Encrypt {
130
130
  generate (curPath) {
131
131
  if (this.type == 'bytecode') {
132
132
  this.generateBytecodeFile(curPath);
133
- } else if (this.type == 'confuse') {
133
+ } else if (this.type == 'confusion') {
134
134
  this.generateJSConfuseFile(curPath);
135
135
  } else {
136
136
  this.generateJSConfuseFile(curPath);