Comparing version 3.10.0 to 3.10.1
@@ -38,2 +38,3 @@ "use strict"; | ||
'or', | ||
'persistent', | ||
'private', | ||
@@ -49,2 +50,3 @@ 'public', | ||
'to_candid', | ||
'transient', | ||
'true', | ||
@@ -51,0 +53,0 @@ 'try', |
{ | ||
"name": "motoko", | ||
"version": "3.10.0", | ||
"version": "3.10.1", | ||
"description": "Compile and run Motoko smart contracts in Node.js or the browser.", | ||
@@ -5,0 +5,0 @@ "author": "Ryan Vandersmith (https://github.com/rvanasa)", |
@@ -35,2 +35,3 @@ export const keywords = [ | ||
'or', | ||
'persistent', | ||
'private', | ||
@@ -46,2 +47,3 @@ 'public', | ||
'to_candid', | ||
'transient', | ||
'true', | ||
@@ -48,0 +50,0 @@ 'try', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5794377
2435