RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
motoko
Versions diffs
3.4.0 → 3.4.2
motoko 3.4.0 → 3.4.2
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/contrib/snippets.json
+8
-0
package/package.json
+1
-1
package/packages/latest/base.json
+1
-1
package/contrib/snippets.json
CHANGED
Viewed
@@ -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
Viewed
@@ -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",
1
2
Next ›
Last »