motoko 3.4.0 → 3.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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.0",
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",