Comparing version 2.0.2 to 2.0.3
@@ -65,3 +65,3 @@ 'use strict'; | ||
f.name.slice(repo.dir ? repo.dir.length + 1 : 0); | ||
mo.addFile(stripped, content); | ||
mo.write(stripped, content); | ||
files[stripped] = content; | ||
@@ -104,3 +104,3 @@ })(); | ||
f.path.slice(repo.dir ? repo.dir.length + 1 : 0); | ||
mo.addFile(stripped, content); | ||
mo.write(stripped, content); | ||
files[stripped] = content; | ||
@@ -107,0 +107,0 @@ })(); |
{ | ||
"name": "motoko", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Compile Motoko smart contracts in Node.js and the browser.", | ||
@@ -5,0 +5,0 @@ "author": "Ryan Vandersmith (https://github.com/rvanasa)", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4
3368027