@coana-tech/cli 14.4.2 → 14.4.3
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 -2
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -140510,7 +140510,7 @@ var init_ecosystem_specs = __esm({
|
|
|
140510
140510
|
/* @__PURE__ */ new Map()
|
|
140511
140511
|
],
|
|
140512
140512
|
GO: [/* @__PURE__ */ new Map([[/go\.mod|go\.work/, "GO"]]), /* @__PURE__ */ new Map()],
|
|
140513
|
-
NUGET: [/* @__PURE__ */ new Map([[/.*\.(sln
|
|
140513
|
+
NUGET: [/* @__PURE__ */ new Map([[/.*\.(sln|csproj|vbproj|fsproj)/, "NUGET"]]), /* @__PURE__ */ new Map()],
|
|
140514
140514
|
COMPOSER: [/* @__PURE__ */ new Map([["composer.json", "COMPOSER"]]), /* @__PURE__ */ new Map([["composer.lock", "COMPOSER"]])],
|
|
140515
140515
|
RUBYGEMS: [/* @__PURE__ */ new Map([[/[Gg]emfile|gems\.rb/, "RUBYGEMS"]]), /* @__PURE__ */ new Map([[/.*\.gemspec, [gG]emfile\.lock/, "RUBYGEMS"]])],
|
|
140516
140516
|
RUST: [/* @__PURE__ */ new Map([["cargo.toml", "CARGO"]]), /* @__PURE__ */ new Map([["cargo.lock", "CARGO"]])],
|
|
@@ -207897,7 +207897,7 @@ var require_version = __commonJS({
|
|
|
207897
207897
|
"use strict";
|
|
207898
207898
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
207899
207899
|
exports2.version = void 0;
|
|
207900
|
-
exports2.version = "14.4.
|
|
207900
|
+
exports2.version = "14.4.3";
|
|
207901
207901
|
}
|
|
207902
207902
|
});
|
|
207903
207903
|
|