motoko 3.5.0 → 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.0",
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",
@@ -75,13 +75,21 @@
75
75
  "nft",
76
76
  "token"
77
77
  ],
78
- "size-limit": [{
79
- "path": "lib/index.js"
80
- }, {
81
- "path": "packages/latest/base.json"
82
- }, {
83
- "path": "versions/latest/moc.min.js"
84
- }, {
85
- "path": "versions/latest/moc_interpreter.min.js"
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
+ {
92
+ "path": "versions/latest/didc.min.js"
93
+ }
94
+ ]
87
95
  }