feat: upgrade version

Signed-off-by: MiaoWoo <admin@yumc.pw>
backup
MiaoWoo 2020-01-08 09:48:37 +08:00
parent 7ab3443351
commit 73690a2668
16 changed files with 94 additions and 14 deletions

View File

@ -16,6 +16,6 @@
"packages/*"
],
"devDependencies": {
"lerna": "^3.16.4"
"lerna": "^3.20.2"
}
}

View File

@ -28,6 +28,6 @@
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"typescript": "^3.6.2"
"typescript": "^3.7.4"
}
}

View File

@ -24,7 +24,7 @@
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"typescript": "^3.6.2"
"typescript": "^3.7.4"
},
"dependencies": {
"@ms/api": "^0.1.1",

View File

@ -24,7 +24,7 @@
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"typescript": "^3.6.2"
"typescript": "^3.7.4"
},
"dependencies": {
"@ms/nashorn": "^0.1.0",

View File

@ -0,0 +1,31 @@
{
"name": "@ms/compile",
"version": "0.1.0",
"description": "MiaoScript compile package",
"keywords": [
"miaoscript",
"minecraft",
"bukkit",
"sponge"
],
"author": "MiaoWoo <admin@yumc.pw>",
"homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC",
"main": "dist/index.js",
"publishConfig": {
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
},
"scripts": {
"clean": "rimraf dist",
"watch": "npx tsc --watch",
"build": "yarn clean && npx tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"typescript": "^3.7.2"
},
"dependencies": {
}
}

View File

@ -0,0 +1,5 @@
import * as ts from 'typescript'
let scan = ts.createScanner(ts.ScriptTarget.ES5, true, ts.LanguageVariant.Standard)
scan.setText('let a = 1')
scan.tryScan(() => { })

View File

@ -0,0 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "src",
"outDir": "dist"
}
}

View File

@ -24,7 +24,7 @@
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"typescript": "^3.6.2"
"typescript": "^3.7.4"
},
"dependencies": {
"inversify-binding-decorators": "^4.0.0"

View File

@ -12,7 +12,6 @@
"homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
},
@ -25,7 +24,7 @@
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"typescript": "^3.6.2"
"typescript": "^3.7.4"
},
"dependencies": {
"@ms/api": "^0.1.1",
@ -34,5 +33,6 @@
"@ms/container": "^0.1.0",
"@ms/plugin": "^0.1.1",
"@ms/sponge": "^0.1.1"
}
}
},
"gitHead": "781524f83e52cad26d7c480513e3c525df867121"
}

View File

@ -0,0 +1,30 @@
{
"name": "@ms/manager",
"version": "0.1.0",
"description": "MiaoScript compile package",
"keywords": [
"miaoscript",
"minecraft",
"bukkit",
"sponge"
],
"author": "MiaoWoo <admin@yumc.pw>",
"homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC",
"main": "dist/index.js",
"publishConfig": {
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
},
"scripts": {
"clean": "rimraf dist",
"watch": "npx tsc --watch",
"build": "yarn clean && npx tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"typescript": "^3.7.2"
},
"dependencies": {}
}

View File

View File

@ -0,0 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "src",
"outDir": "dist"
}
}

View File

@ -25,6 +25,6 @@
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"typescript": "^3.6.2"
"typescript": "^3.7.4"
}
}

View File

@ -22,6 +22,6 @@
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"typescript": "^3.6.2"
"typescript": "^3.7.4"
}
}
}

View File

@ -24,7 +24,7 @@
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"typescript": "^3.6.2"
"typescript": "^3.7.4"
},
"dependencies": {
"@ms/api": "^0.1.1",

View File

@ -24,7 +24,7 @@
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"typescript": "^3.6.2"
"typescript": "^3.7.4"
},
"dependencies": {
"@ms/api": "^0.1.1",