motoko 3.5.0 → 3.5.1
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.1",
|
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",
|
@@ -75,13 +75,18 @@
|
|
75
75
|
"nft",
|
76
76
|
"token"
|
77
77
|
],
|
78
|
-
"size-limit": [
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
78
|
+
"size-limit": [
|
79
|
+
{
|
80
|
+
"path": "lib/index.js"
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"path": "packages/latest/base.json"
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"path": "versions/latest/moc.min.js"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"path": "versions/latest/moc_interpreter.min.js"
|
90
|
+
}
|
91
|
+
]
|
87
92
|
}
|