@coana-tech/cli 13.17.17 → 13.17.18
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/cli.js +2 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -100784,6 +100784,7 @@ function shouldIgnoreDir(dir) {
|
|
|
100784
100784
|
"node_modules",
|
|
100785
100785
|
".git",
|
|
100786
100786
|
".idea",
|
|
100787
|
+
".teamcity",
|
|
100787
100788
|
"dist",
|
|
100788
100789
|
"build",
|
|
100789
100790
|
"target",
|
|
@@ -185202,7 +185203,7 @@ var require_version = __commonJS({
|
|
|
185202
185203
|
"use strict";
|
|
185203
185204
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
185204
185205
|
exports2.version = void 0;
|
|
185205
|
-
exports2.version = "13.17.
|
|
185206
|
+
exports2.version = "13.17.18";
|
|
185206
185207
|
}
|
|
185207
185208
|
});
|
|
185208
185209
|
|