motoko 3.5.1 → 3.5.2
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "motoko",
|
3
|
-
"version": "3.5.
|
3
|
+
"version": "3.5.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",
|
@@ -87,6 +87,9 @@
|
|
87
87
|
},
|
88
88
|
{
|
89
89
|
"path": "versions/latest/moc_interpreter.min.js"
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"path": "versions/latest/didc.min.js"
|
90
93
|
}
|
91
94
|
]
|
92
95
|
}
|