motoko 3.8.3 → 3.8.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -397,7 +397,7 @@
397
397
  "set-timer"
398
398
  ],
399
399
  "body": [
400
- "let ${1:id} = Timer.setTimer(#seconds ${2:0}, func () {",
400
+ "let ${1:id} = Timer.setTimer<system>(#seconds ${2:0}, func () {",
401
401
  "\t$0",
402
402
  "});"
403
403
  ]
@@ -407,7 +407,7 @@
407
407
  "recurring-timer"
408
408
  ],
409
409
  "body": [
410
- "let ${1:id} = Timer.recurringTimer(#seconds ${2:0}, func () {",
410
+ "let ${1:id} = Timer.recurringTimer<system>(#seconds ${2:0}, func () {",
411
411
  "\t$0",
412
412
  "});"
413
413
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "motoko",
3
- "version": "3.8.3",
3
+ "version": "3.8.4",
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",