go-core 0.1.914 → 0.1.920-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "go-core",
3
- "version": "0.1.914",
3
+ "version": "0.1.920-beta.0",
4
4
  "description": "ANOV-GO配置平台核心库",
5
5
  "keywords": [
6
6
  "anov",
@@ -103,7 +103,7 @@
103
103
  "@types/jest": "^23.3.2",
104
104
  "@types/lodash": "^4.14.186",
105
105
  "@types/node": "^10.11.0",
106
- "@wdslib/go-utils": "^0.2.0",
106
+ "@wdslib/go-utils": "^0.2.1",
107
107
  "colors": "^1.3.2",
108
108
  "commitizen": "^3.0.0",
109
109
  "coveralls": "^3.0.2",
@@ -112,6 +112,22 @@
112
112
  "jest": "^23.6.0",
113
113
  "jest-config": "^23.6.0",
114
114
  "lint-staged": "^8.0.0",
115
+ "lodash.camelcase": "^4.3.0",
116
+ "prettier": "^1.14.3",
117
+ "prompt": "^1.3.0",
118
+ "replace-in-file": "^3.4.2",
119
+ "rimraf": "^2.6.2",
120
+ "rollup": "^2.79.1",
121
+ "rollup-plugin-cleanup": "^3.2.1",
122
+ "rollup-plugin-commonjs": "^10.1.0",
123
+ "rollup-plugin-json": "^4.0.0",
124
+ "rollup-plugin-node-resolve": "^3.4.0",
125
+ "rollup-plugin-sourcemaps": "^0.4.2",
126
+ "rollup-plugin-terser": "^7.0.2",
127
+ "rollup-plugin-typescript2": "^0.34.1",
128
+ "semantic-release": "^15.9.16",
129
+ "shelljs": "^0.8.5",
130
+ "travis-deploy-once": "^5.0.9",
115
131
  "ts-jest": "^23.10.2",
116
132
  "ts-node": "^10.9.1",
117
133
  "tslint": "^5.11.0",