@microsoft/vscode-ui 1.0.20 → 1.0.21-alpha.564122f4e1.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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/vscode-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21-alpha.564122f4e1.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,23 +9,12 @@
|
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "git+https://github.com/OfficeDev/microsoft-365-agents-toolkit.git"
|
|
11
11
|
},
|
|
12
|
-
"scripts": {
|
|
13
|
-
"lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\"",
|
|
14
|
-
"test:unit": "nyc mocha \"tests/**/*.test.ts\" ",
|
|
15
|
-
"clean": "rm -rf build",
|
|
16
|
-
"build": "rimraf build && npx tsc -p ./",
|
|
17
|
-
"lint:fix": "eslint --fix \"src/**/*.ts\" \"tests/**/*.ts\"",
|
|
18
|
-
"prepublishOnly": "npm run build",
|
|
19
|
-
"package": "rimraf build && webpack --mode production --config ./webpack.config.js",
|
|
20
|
-
"precommit": "lint-staged",
|
|
21
|
-
"installAll": "npm run install:tabs"
|
|
22
|
-
},
|
|
23
12
|
"dependencies": {
|
|
24
|
-
"@microsoft/teamsfx-api": "0.24.2",
|
|
25
13
|
"async-mutex": "^0.3.1",
|
|
26
14
|
"jsonschema": "1.4.0",
|
|
27
15
|
"lodash": "^4.17.21",
|
|
28
|
-
"tmp": "^0.2.5"
|
|
16
|
+
"tmp": "^0.2.5",
|
|
17
|
+
"@microsoft/teamsfx-api": "0.24.3-alpha.564122f4e1.0"
|
|
29
18
|
},
|
|
30
19
|
"devDependencies": {
|
|
31
20
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
@@ -70,7 +59,8 @@
|
|
|
70
59
|
],
|
|
71
60
|
"gitHead": "7d60c0765c0ea8c023a26c10d1c93001c597afbb",
|
|
72
61
|
"publishConfig": {
|
|
73
|
-
"access": "public"
|
|
62
|
+
"access": "public",
|
|
63
|
+
"tag": "alpha"
|
|
74
64
|
},
|
|
75
65
|
"lint-staged": {
|
|
76
66
|
"*.{js,jsx,css,ts,tsx}": [
|
|
@@ -80,5 +70,15 @@
|
|
|
80
70
|
"*.json": [
|
|
81
71
|
"npx prettier --cache --write --ignore-unknown"
|
|
82
72
|
]
|
|
73
|
+
},
|
|
74
|
+
"scripts": {
|
|
75
|
+
"lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\"",
|
|
76
|
+
"test:unit": "nyc mocha \"tests/**/*.test.ts\" ",
|
|
77
|
+
"clean": "rm -rf build",
|
|
78
|
+
"build": "rimraf build && npx tsc -p ./",
|
|
79
|
+
"lint:fix": "eslint --fix \"src/**/*.ts\" \"tests/**/*.ts\"",
|
|
80
|
+
"package": "rimraf build && webpack --mode production --config ./webpack.config.js",
|
|
81
|
+
"precommit": "lint-staged",
|
|
82
|
+
"installAll": "npm run install:tabs"
|
|
83
83
|
}
|
|
84
|
-
}
|
|
84
|
+
}
|