@zhongguo168a/yxeditor-common 0.0.119 → 0.0.129

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/README.md +0 -8
  2. package/package.json +3 -1
package/README.md CHANGED
@@ -43,11 +43,3 @@ npm version patch && npm publish --access public
43
43
  ```
44
44
 
45
45
 
46
- npm 2FA Recovery Codes
47
- ```
48
- 891dffeb71266ea5d2a196589367da9a0e09659d16d1be254f8c635639b8c2d4
49
- 355e2e46df3f9179d41af99a0b4b4ea6478e0ef516d4c1475f55560b6c38f082
50
- a7e71f6df9cf2aee6bc66cf61266d8867db50739448a5a21a8a27628093a3bb4
51
- af822ad8ed2a28cb95e7ba98c3a1c3cb227dad4b17413f8969c50f91ee4d713f
52
- 9e4ea27411fdd50b79eae520f9678b3a7cd8f36a1fa552a85551bcacdef76b15
53
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhongguo168a/yxeditor-common",
3
- "version": "0.0.119",
3
+ "version": "0.0.129",
4
4
  "description": "A reusable TypeScript utility library for Cocos Creator",
5
5
  "main": "dist/index.esm.js",
6
6
  "module": "dist/index.esm.js",
@@ -37,11 +37,13 @@
37
37
  "@rollup/plugin-alias": "^5.1.1",
38
38
  "@rollup/plugin-commonjs": "^28.0.6",
39
39
  "@rollup/plugin-node-resolve": "^16.0.1",
40
+ "@rollup/plugin-terser": "^0.4.4",
40
41
  "@rollup/plugin-typescript": "^12.1.4",
41
42
  "rimraf": "^6.0.1",
42
43
  "rollup": "^4.21.0",
43
44
  "rollup-plugin-delete": "^3.0.1",
44
45
  "rollup-plugin-dts": "^6.2.1",
46
+ "rollup-plugin-javascript-obfuscator": "^1.0.4",
45
47
  "rollup-plugin-typescript2": "^0.36.0",
46
48
  "typescript": "^5.3.3",
47
49
  "vitest": "^1.6.0"