Comparing version 0.2.0 to 0.3.0
@@ -0,1 +1,10 @@ | ||
# v0.3.0 | ||
* Move tests from Pester to mocha | ||
* Move from TravisCI to Github Actions | ||
* Tweak publishing workflow | ||
* Improve version parsing script to pull and parse all releases from Github's API. | ||
* Add many more pwsh versions | ||
* Add arm and arm64 pwsh packages | ||
# v0.2.0 | ||
@@ -2,0 +11,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.__root = void 0; | ||
// expose root directory of module installation at runtime | ||
@@ -4,0 +5,0 @@ // Because using __dirname in webpack gets tricky |
@@ -0,0 +0,0 @@ { |
{ | ||
"name": "pwsh", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Install PowerShell Core via npm, allowing you to use it in npm scripts and node projects.", | ||
@@ -33,8 +33,14 @@ "bin": { | ||
"devDependencies": { | ||
"@octokit/core": "^3.1.2", | ||
"@octokit/plugin-paginate-rest": "^2.3.0", | ||
"@octokit/plugin-rest-endpoint-methods": "^4.1.2", | ||
"@types/cross-spawn": "^6.0.0", | ||
"@types/get-stream": "^3.0.1", | ||
"@types/mkdirp": "^0.5.1", | ||
"@types/node": "^8.10.24", | ||
"@types/mocha": "^8.0.1", | ||
"@types/node": "^14.0.27", | ||
"@types/request": "^2.0.4", | ||
"@types/request-promise": "^4.1.38", | ||
"@types/rimraf": "^3.0.0", | ||
"@types/semver": "^7.3.1", | ||
"@types/tar": "^4.0.0", | ||
@@ -46,10 +52,16 @@ "@types/unzipper": "^0.8.4", | ||
"cross-spawn": "^6.0.5", | ||
"execa": "^4.0.3", | ||
"get-stream": "^3.0.0", | ||
"mkdirp": "^0.5.1", | ||
"mocha": "^8.1.1", | ||
"outdent": "^0.7.1", | ||
"path-key": "^3.1.1", | ||
"request": "^2.83.0", | ||
"request-promise": "^4.2.2", | ||
"rimraf": "^3.0.2", | ||
"semver": "^7.3.2", | ||
"source-map-loader": "^0.2.3", | ||
"ts-node": "^7.0.0", | ||
"ts-node": "^7.0.1", | ||
"tslib": "^1.9.3", | ||
"typescript": "^3.0.1", | ||
"typescript": "^3.9.7", | ||
"unzipper": "^0.9.2", | ||
@@ -56,0 +68,0 @@ "webpack": "^4.16.5", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4771578
58146
36