msvc-dev-cmd v1.2.0

This commit is contained in:
ilammy
2020-04-30 21:28:00 +03:00
11 changed files with 300 additions and 141 deletions
+13 -16
View File
@@ -1,36 +1,33 @@
{
"_args": [
[
"@actions/core@1.2.2",
"/Users/ilammy/Documents/dev/ilammy/msvc-dev-cmd"
]
],
"_from": "@actions/core@1.2.2",
"_id": "@actions/core@1.2.2",
"_from": "@actions/core@^1.2",
"_id": "@actions/core@1.2.4",
"_inBundle": false,
"_integrity": "sha512-IbCx7oefq+Gi6FWbSs2Fnw8VkEI6Y4gvjrYprY3RV//ksq/KPMlClOerJ4jRosyal6zkUIc8R9fS/cpRMlGClg==",
"_integrity": "sha512-YJCEq8BE3CdN8+7HPZ/4DxJjk/OkZV2FFIf+DlZTC/4iBlzYCD5yjRR6eiOS5llO11zbRltIRuKAjMKaWTE6cg==",
"_location": "/@actions/core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "@actions/core@1.2.2",
"raw": "@actions/core@^1.2",
"name": "@actions/core",
"escapedName": "@actions%2fcore",
"scope": "@actions",
"rawSpec": "1.2.2",
"rawSpec": "^1.2",
"saveSpec": null,
"fetchSpec": "1.2.2"
"fetchSpec": "^1.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.2.tgz",
"_spec": "1.2.2",
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.4.tgz",
"_shasum": "96179dbf9f8d951dd74b40a0dbd5c22555d186ab",
"_spec": "@actions/core@^1.2",
"_where": "/Users/ilammy/Documents/dev/ilammy/msvc-dev-cmd",
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Actions core lib",
"devDependencies": {
"@types/node": "^12.0.2"
@@ -65,5 +62,5 @@
"tsc": "tsc"
},
"types": "lib/core.d.ts",
"version": "1.2.2"
"version": "1.2.4"
}