clean
MiaoWoo 2020-05-12 14:35:26 +08:00
parent aab94fe5ea
commit a5ca0c2346
10 changed files with 19 additions and 19 deletions

View File

@ -1,5 +1,5 @@
{
"version": "0.6.4",
"version": "0.6.5",
"useWorkspaces": true,
"npmClient": "yarn",
"packages": [

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/api",
"version": "0.6.4",
"version": "0.6.5",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@ -20,7 +20,7 @@
},
"dependencies": {
"@ccms/container": "^0.6.0",
"@ccms/ployfill": "^0.6.4",
"@ccms/ployfill": "^0.6.5",
"base64-js": "^1.3.1",
"source-map-builder": "^0.0.7"
},

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/bukkit",
"version": "0.6.4",
"version": "0.6.5",
"description": "MiaoScript bukkit package",
"keywords": [
"miaoscript",
@ -24,7 +24,7 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ccms/api": "^0.6.4",
"@ccms/api": "^0.6.5",
"@ccms/common": "^0.6.4",
"@ccms/container": "^0.6.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/bungee",
"version": "0.6.4",
"version": "0.6.5",
"description": "MiaoScript bungee package",
"keywords": [
"miaoscript",
@ -24,7 +24,7 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ccms/api": "^0.6.4",
"@ccms/api": "^0.6.5",
"@ccms/common": "^0.6.4",
"@ccms/container": "^0.6.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/core",
"version": "0.6.4",
"version": "0.6.5",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@ -24,7 +24,7 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ccms/api": "^0.6.4",
"@ccms/api": "^0.6.5",
"@ccms/container": "^0.6.0"
},
"gitHead": "781524f83e52cad26d7c480513e3c525df867121"

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/nukkit",
"version": "0.6.4",
"version": "0.6.5",
"description": "MiaoScript nukkit package",
"keywords": [
"miaoscript",
@ -24,7 +24,7 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ccms/api": "^0.6.4",
"@ccms/api": "^0.6.5",
"@ccms/common": "^0.6.4",
"@ccms/container": "^0.6.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/ployfill",
"version": "0.6.4",
"version": "0.6.5",
"description": "MiaoScript ployfill package",
"author": "MiaoWoo <admin@yumc.pw>",
"homepage": "https://github.com/circlecloud/ms.git",

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/plugin",
"version": "0.6.4",
"version": "0.6.5",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@ -25,7 +25,7 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ccms/api": "^0.6.4",
"@ccms/api": "^0.6.5",
"@ccms/common": "^0.6.4",
"@ccms/container": "^0.6.0",
"@ccms/i18n": "^0.6.4",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@ccms/plugins",
"version": "0.6.4",
"version": "0.6.5",
"description": "MiaoScript plugins package",
"keywords": [
"miaoscript",
@ -25,8 +25,8 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ccms/api": "^0.6.4",
"@ccms/api": "^0.6.5",
"@ccms/container": "^0.6.0",
"@ccms/plugin": "^0.6.4"
"@ccms/plugin": "^0.6.5"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/sponge",
"version": "0.6.4",
"version": "0.6.5",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@ -24,7 +24,7 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ccms/api": "^0.6.4",
"@ccms/api": "^0.6.5",
"@ccms/common": "^0.6.4",
"@ccms/container": "^0.6.0"
}