@alicloud/cms20190101 1.0.0 → 2.0.3

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,10 +1,10 @@
1
1
  {
2
2
  "name": "@alicloud/cms20190101",
3
- "version": "1.0.0",
3
+ "version": "2.0.3",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
7
- "test": "teaTest -r html -r stdout ts test/client.spec.ts",
7
+ "test": "mocha --reporter spec --timeout 3000 test/*.test.js",
8
8
  "test-cov": "nyc -e .ts -r=html -r=text -r=lcov npm run test",
9
9
  "build": "tsc",
10
10
  "prepublishOnly": "tsc"
@@ -19,9 +19,10 @@
19
19
  "typescript": "^3.7.5"
20
20
  },
21
21
  "dependencies": {
22
- "@alicloud/tea-typescript": "latest",
23
- "@alicloud/tea-util": "^1.1.0",
24
- "@alicloud/rpc-client": "^1.1.0",
22
+ "@alicloud/tea-typescript": "^1.7.1",
23
+ "@alicloud/tea-util": "^1.4.0",
24
+ "@alicloud/openapi-client": "^0.4.1",
25
+ "@alicloud/openapi-util": "^0.2.7",
25
26
  "@alicloud/endpoint-util": "^0.0.1"
26
27
  },
27
28
  "files": [