generator-code 1.6.6 → 1.6.7
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.
|
@@ -13,9 +13,5 @@
|
|
|
13
13
|
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
|
|
14
14
|
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
|
|
15
15
|
// "noUnusedParameters": true, /* Report errors on unused parameters. */
|
|
16
|
-
}
|
|
17
|
-
"exclude": [
|
|
18
|
-
"node_modules",
|
|
19
|
-
".vscode-test"
|
|
20
|
-
]
|
|
16
|
+
}
|
|
21
17
|
}
|
|
@@ -12,9 +12,5 @@
|
|
|
12
12
|
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
|
|
13
13
|
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
|
|
14
14
|
// "noUnusedParameters": true, /* Report errors on unused parameters. */
|
|
15
|
-
}
|
|
16
|
-
"exclude": [
|
|
17
|
-
"node_modules",
|
|
18
|
-
".vscode-test"
|
|
19
|
-
]
|
|
15
|
+
}
|
|
20
16
|
}
|
|
@@ -13,9 +13,5 @@
|
|
|
13
13
|
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
|
|
14
14
|
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
|
|
15
15
|
// "noUnusedParameters": true, /* Report errors on unused parameters. */
|
|
16
|
-
}
|
|
17
|
-
"exclude": [
|
|
18
|
-
"node_modules",
|
|
19
|
-
".vscode-test-web"
|
|
20
|
-
]
|
|
16
|
+
}
|
|
21
17
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "generator-code",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.7",
|
|
4
4
|
"description": "Yeoman generator for Visual Studio Code Extensions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yeoman-generator",
|
|
@@ -36,20 +36,19 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"chalk": "^4.1.2",
|
|
38
38
|
"fast-plist": "^0.1.2",
|
|
39
|
-
"request-light": "^0.5.
|
|
39
|
+
"request-light": "^0.5.7",
|
|
40
40
|
"sanitize-filename": "^1.6.3",
|
|
41
41
|
"which": "^2.0.2",
|
|
42
|
-
"yeoman-generator": "^5.
|
|
42
|
+
"yeoman-generator": "^5.6.1",
|
|
43
43
|
"yosay": "^2.0.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@types/mocha": "^9.
|
|
46
|
+
"@types/mocha": "^9.1.0",
|
|
47
47
|
"@types/node": "^16.11.6",
|
|
48
|
-
"@types/yeoman-generator": "^5.2.
|
|
48
|
+
"@types/yeoman-generator": "^5.2.8",
|
|
49
49
|
"@types/yeoman-test": "^4.0.3",
|
|
50
|
-
"mocha": "^9.
|
|
51
|
-
"yeoman-
|
|
52
|
-
"yeoman-
|
|
53
|
-
"json-schema": ">=0.4.0"
|
|
50
|
+
"mocha": "^9.2.0",
|
|
51
|
+
"yeoman-environment": "^3.9.1",
|
|
52
|
+
"yeoman-test": "^6.2.0"
|
|
54
53
|
}
|
|
55
54
|
}
|