as-test 1.1.7 → 1.1.8
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.
- package/CHANGELOG.md +4 -0
- package/bin/commands/init-core.js +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -650,6 +650,9 @@ function applyInit(root, target, example, fuzzExample, force) {
|
|
|
650
650
|
if (!devDependencies["as-test"]) {
|
|
651
651
|
devDependencies["as-test"] = "^" + getCliVersion();
|
|
652
652
|
}
|
|
653
|
+
if (!hasDependency(pkg, "json-as")) {
|
|
654
|
+
devDependencies["json-as"] = "^1.3.6";
|
|
655
|
+
}
|
|
653
656
|
if (!hasDependency(pkg, "assemblyscript")) {
|
|
654
657
|
devDependencies["assemblyscript"] = "^0.28.9";
|
|
655
658
|
}
|