Comparing version 3.9.2 to 3.9.3
@@ -17,4 +17,3 @@ "use strict"; | ||
exports.validatePackage = exports.installPackages = exports.fetchPackage = void 0; | ||
// @ts-ignore | ||
const isomorphic_parse_github_url_1 = __importDefault(require("isomorphic-parse-github-url")); | ||
const parse_github_url_1 = __importDefault(require("parse-github-url")); | ||
const cross_fetch_1 = __importDefault(require("cross-fetch")); | ||
@@ -31,3 +30,3 @@ const sanitize_filename_1 = __importDefault(require("sanitize-filename")); | ||
try { | ||
result = (0, isomorphic_parse_github_url_1.default)(path); | ||
result = (0, parse_github_url_1.default)(path); | ||
if (!result) { | ||
@@ -34,0 +33,0 @@ return; |
{ | ||
"name": "motoko", | ||
"version": "3.9.2", | ||
"version": "3.9.3", | ||
"description": "Compile and run Motoko smart contracts in Node.js or the browser.", | ||
@@ -25,3 +25,3 @@ "author": "Ryan Vandersmith (https://github.com/rvanasa)", | ||
"debug": "4.3.4", | ||
"isomorphic-parse-github-url": "1.0.3", | ||
"parse-github-url": "1.0.3", | ||
"sanitize-filename": "1.6.3" | ||
@@ -32,2 +32,3 @@ }, | ||
"@types/jest": "^28.1.3", | ||
"@types/parse-github-url": "^1.0.3", | ||
"@wasmer/wasi": "^1.0.2", | ||
@@ -34,0 +35,0 @@ "cross-env": "^7.0.3", |
// Derived from: https://github.com/dfinity/motoko-playground/blob/main/src/workers/file.ts | ||
// @ts-ignore | ||
import { default as parse } from 'isomorphic-parse-github-url'; | ||
import { default as parse } from 'parse-github-url'; | ||
import fetch from 'cross-fetch'; | ||
@@ -6,0 +5,0 @@ import { Motoko } from '.'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5017585
15
2431
+ Addedparse-github-url@1.0.3
+ Addedparse-github-url@1.0.3(transitive)
- Removedisomorphic-parse-github-url@1.0.3
- Removedcall-bind-apply-helpers@1.0.2(transitive)
- Removedcall-bound@1.0.3(transitive)
- Removeddunder-proto@1.0.1(transitive)
- Removedes-define-property@1.0.1(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedes-object-atoms@1.1.1(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.7(transitive)
- Removedget-proto@1.0.1(transitive)
- Removedgopd@1.2.0(transitive)
- Removedhas-symbols@1.1.0(transitive)
- Removedhasown@2.0.2(transitive)
- Removedisomorphic-parse-github-url@1.0.3(transitive)
- Removedmath-intrinsics@1.1.0(transitive)
- Removedobject-inspect@1.13.4(transitive)
- Removedpunycode@1.4.1(transitive)
- Removedqs@6.14.0(transitive)
- Removedside-channel@1.1.0(transitive)
- Removedside-channel-list@1.0.0(transitive)
- Removedside-channel-map@1.0.1(transitive)
- Removedside-channel-weakmap@1.0.2(transitive)
- Removedurl@0.11.4(transitive)