motoko 3.9.2 → 3.9.4
Sign up to get free protection for your applications and to get access to all the features.
- package/contrib/generated/errorCodes.json +1 -1
- package/lib/package.d.ts.map +1 -1
- package/lib/package.js +2 -3
- package/lib/package.js.map +1 -1
- package/package.json +7 -4
- package/packages/latest/base.json +1 -1
- package/src/package.ts +1 -2
- package/versions/latest/moc.min.js +1 -1
- package/versions/latest/moc_interpreter.min.js +1 -1
package/src/package.ts
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
// Derived from: https://github.com/dfinity/motoko-playground/blob/main/src/workers/file.ts
|
2
2
|
|
3
|
-
|
4
|
-
import { default as parse } from 'isomorphic-parse-github-url';
|
3
|
+
import { default as parse } from 'parse-github-url';
|
5
4
|
import fetch from 'cross-fetch';
|
6
5
|
import { Motoko } from '.';
|
7
6
|
import sanitize from 'sanitize-filename';
|