@microsoft/teamsfx-api 0.20.3-alpha.e1e159c3b.0 → 0.20.3-alpha.eda8f1aa6.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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx-api",
|
|
3
|
-
"version": "0.20.3-alpha.
|
|
3
|
+
"version": "0.20.3-alpha.eda8f1aa6.0",
|
|
4
4
|
"description": "teamsfx framework api",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"postbuild": "npx copyfiles src/schemas/*.json build/schemas/",
|
|
23
23
|
"lint:fix": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --fix",
|
|
24
24
|
"doc": "typedoc",
|
|
25
|
-
"test:unit": "nyc --no-clean mocha --no-timeouts --require ts-node/register \"tests/**/*.ts\"
|
|
25
|
+
"test:unit": "nyc --no-clean mocha --no-timeouts --require ts-node/register \"tests/**/*.ts\" ",
|
|
26
26
|
"prepublishOnly": "npm run test:unit && npm run build",
|
|
27
27
|
"check-sensitive": "npx eslint --plugin 'no-secrets' --cache --ignore-pattern 'package.json' --ignore-pattern 'package-lock.json'",
|
|
28
28
|
"precommit": "npm run check-sensitive && lint-staged"
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@azure/core-http": "^1.2.2",
|
|
62
62
|
"@azure/ms-rest-nodeauth": "^3.1.1",
|
|
63
|
-
"@microsoft/teams-manifest": "0.0.6-alpha.
|
|
63
|
+
"@microsoft/teams-manifest": "0.0.6-alpha.eda8f1aa6.0",
|
|
64
64
|
"@types/fs-extra": "^9.0.10",
|
|
65
65
|
"axios": "^0.21.2",
|
|
66
66
|
"chai": "^4.3.4",
|
|
67
67
|
"jsonschema": "^1.4.0",
|
|
68
68
|
"neverthrow": "^3.2.0"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "404a03a95cc67d321c629eb25e300ad45359b211",
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"access": "public"
|
|
73
73
|
},
|