RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
motoko
Versions diffs
3.5.8 → 3.6.1
motoko 3.5.8 → 3.6.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (6)
hide
show
package/lib/index.d.ts
+1
-1
package/package.json
+1
-1
package/packages/latest/base.json
+1
-1
package/src/index.ts
+1
-1
package/versions/latest/moc.min.js
+1
-1
package/versions/latest/moc_interpreter.min.js
+1
-1
package/lib/index.d.ts
CHANGED
Viewed
@@ -14,7 +14,7 @@ export declare type Diagnostic = {
14
14
character: number;
15
15
};
16
16
};
17
-
severity:
string
;
17
+
severity:
number
;
18
18
code: string;
19
19
category: string;
20
20
message: string;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "motoko",
3
-
"version": "3.
5
.
8
",
3
+
"version": "3.
6
.
1
",
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
3
4
5
Next ›
Last »