2.1.15
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@esengine/ecs-framework",
|
"name": "@esengine/ecs-framework",
|
||||||
"version": "2.1.14",
|
"version": "2.1.15",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@esengine/ecs-framework",
|
"name": "@esengine/ecs-framework",
|
||||||
"version": "2.1.14",
|
"version": "2.1.15",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-commonjs": "^28.0.3",
|
"@rollup/plugin-commonjs": "^28.0.3",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@esengine/ecs-framework",
|
"name": "@esengine/ecs-framework",
|
||||||
"version": "2.1.14",
|
"version": "2.1.15",
|
||||||
"description": "用于Laya、Cocos等游戏引擎的高性能ECS框架",
|
"description": "用于Laya、Cocos等游戏引擎的高性能ECS框架",
|
||||||
"main": "bin/index.js",
|
"main": "bin/index.js",
|
||||||
"types": "bin/index.d.ts",
|
"types": "bin/index.d.ts",
|
||||||
@@ -26,8 +26,6 @@
|
|||||||
"build:watch": "tsc --watch",
|
"build:watch": "tsc --watch",
|
||||||
"rebuild": "npm run clean && npm run build",
|
"rebuild": "npm run clean && npm run build",
|
||||||
"build:npm": "npm run build && node scripts/build-rollup.js",
|
"build:npm": "npm run build && node scripts/build-rollup.js",
|
||||||
|
|
||||||
|
|
||||||
"preversion": "npm run rebuild",
|
"preversion": "npm run rebuild",
|
||||||
"publish:patch": "npm version patch && npm run build:npm && cd dist && npm publish",
|
"publish:patch": "npm version patch && npm run build:npm && cd dist && npm publish",
|
||||||
"publish:minor": "npm version minor && npm run build:npm && cd dist && npm publish",
|
"publish:minor": "npm version minor && npm run build:npm && cd dist && npm publish",
|
||||||
|
|||||||
Reference in New Issue
Block a user