motoko 3.4.1 → 3.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -420,6 +420,14 @@
420
420
  "Timer.cancelTimer(${1:id});"
421
421
  ]
422
422
  },
423
+ "Doc Comment": {
424
+ "prefix": [
425
+ "doc-comment"
426
+ ],
427
+ "body": [
428
+ "/// ${1:Description}"
429
+ ]
430
+ },
423
431
  "Array to Blob": {
424
432
  "prefix": [
425
433
  "array-2-blob"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "motoko",
3
- "version": "3.4.1",
3
+ "version": "3.4.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",