motoko 3.9.1 → 3.9.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "motoko",
|
3
|
-
"version": "3.9.
|
3
|
+
"version": "3.9.2",
|
4
4
|
"description": "Compile and run Motoko smart contracts in Node.js or the browser.",
|
5
5
|
"author": "Ryan Vandersmith (https://github.com/rvanasa)",
|
6
6
|
"license": "Apache-2.0",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
"dependencies": {
|
23
23
|
"cross-fetch": "3.1.5",
|
24
24
|
"debug": "4.3.4",
|
25
|
-
"isomorphic-parse-github-url": "1.0.
|
25
|
+
"isomorphic-parse-github-url": "1.0.3",
|
26
26
|
"sanitize-filename": "1.6.3"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|