@esengine/ecs-framework 2.0.10 → 2.1.0

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 (1) hide show
  1. package/package.json +5 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esengine/ecs-framework",
3
- "version": "2.0.10",
3
+ "version": "2.1.0",
4
4
  "description": "用于Laya、Cocos等游戏引擎的高性能ECS框架",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -30,13 +30,10 @@
30
30
  "test:benchmark": "npm run build && node bin/Testing/Performance/benchmark.js",
31
31
  "test:unit": "npm run build && node bin/Testing/test-runner.js",
32
32
  "benchmark": "node scripts/benchmark.js",
33
- "prepublishOnly": "npm run rebuild",
34
- "version:patch": "npm version patch",
35
- "version:minor": "npm version minor",
36
- "version:major": "npm version major",
37
- "publish:patch": "npm run version:patch && npm publish",
38
- "publish:minor": "npm run version:minor && npm publish",
39
- "publish:major": "npm run version:major && npm publish",
33
+ "preversion": "npm run rebuild",
34
+ "publish:patch": "npm version patch && npm publish",
35
+ "publish:minor": "npm version minor && npm publish",
36
+ "publish:major": "npm version major && npm publish",
40
37
  "publish": "npm publish"
41
38
  },
42
39
  "author": "yhh",