motoko 2.0.9 → 2.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "motoko",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.10",
|
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",
|
@@ -20,6 +20,7 @@
|
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
22
|
"cross-fetch": "3.1.5",
|
23
|
+
"debug": "4.3.4",
|
23
24
|
"isomorphic-parse-github-url": "1.0.2"
|
24
25
|
},
|
25
26
|
"devDependencies": {
|