@builder.io/dev-tools 1.19.1-dev.202512171713.23dff0c22 → 1.19.2-dev.202512181512.5830fb3b9
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/index.cjs +40 -34
- package/cli/index.cjs.map +2 -2
- package/core/index.cjs +1 -1
- package/core/index.mjs +1 -1
- package/node/index.cjs +1 -1
- package/node/index.mjs +1 -1
- package/package.json +1 -1
- package/server/index.cjs +6 -6
- package/server/index.mjs +6 -6
- package/types/cli/repo-indexing/component-discovery.d.ts +2 -1
- package/types/cli/repo-indexing/component-indexing.d.ts +2 -1
- package/types/cli/repo-indexing/icons.d.ts +2 -1
- package/types/cli/repo-indexing/installation.d.ts +2 -1
- package/types/cli/repo-indexing/repo-indexing-utils.d.ts +5 -1
- package/types/cli/repo-indexing/tokens.d.ts +3 -1
- package/types/cli/utils/dev-server-url-parser.d.ts +12 -0
- package/types/cli/utils/dev-server-url-parser.test.d.ts +1 -0
- package/types/cli/utils/rules-discovery.test.d.ts +1 -0
- package/types/common/ast/component-input-types.d.ts +1 -1
- package/types/common/ast/convert-values.d.ts +1 -1
- package/types/common/utils.d.ts +1 -1
- package/types/tsconfig.tsbuildinfo +1 -1
- package/cli/pkg-entry.cjs +0 -149
package/core/index.cjs
CHANGED
|
@@ -656,7 +656,7 @@ __export(index_exports, {
|
|
|
656
656
|
module.exports = __toCommonJS(index_exports);
|
|
657
657
|
|
|
658
658
|
// packages/dev-tools/cli/version.ts
|
|
659
|
-
var builderVersion = true ? "1.19.
|
|
659
|
+
var builderVersion = true ? "1.19.2-dev.202512181512.5830fb3b9" : "0.0.0";
|
|
660
660
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
661
661
|
|
|
662
662
|
// packages/dev-tools/common/fs.ts
|
package/core/index.mjs
CHANGED
|
@@ -636,7 +636,7 @@ var require_dist = __commonJS({
|
|
|
636
636
|
});
|
|
637
637
|
|
|
638
638
|
// packages/dev-tools/cli/version.ts
|
|
639
|
-
var builderVersion = true ? "1.19.
|
|
639
|
+
var builderVersion = true ? "1.19.2-dev.202512181512.5830fb3b9" : "0.0.0";
|
|
640
640
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
641
641
|
|
|
642
642
|
// packages/dev-tools/common/fs.ts
|
package/node/index.cjs
CHANGED
|
@@ -25059,7 +25059,7 @@ var builders = {
|
|
|
25059
25059
|
var Sentry = __toESM(require("@sentry/node"), 1);
|
|
25060
25060
|
|
|
25061
25061
|
// packages/dev-tools/cli/version.ts
|
|
25062
|
-
var builderVersion = true ? "1.19.
|
|
25062
|
+
var builderVersion = true ? "1.19.2-dev.202512181512.5830fb3b9" : "0.0.0";
|
|
25063
25063
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
25064
25064
|
|
|
25065
25065
|
// packages/dev-tools/node/node-sys.ts
|
package/node/index.mjs
CHANGED
|
@@ -25071,7 +25071,7 @@ var builders = {
|
|
|
25071
25071
|
import * as Sentry from "@sentry/node";
|
|
25072
25072
|
|
|
25073
25073
|
// packages/dev-tools/cli/version.ts
|
|
25074
|
-
var builderVersion = true ? "1.19.
|
|
25074
|
+
var builderVersion = true ? "1.19.2-dev.202512181512.5830fb3b9" : "0.0.0";
|
|
25075
25075
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
25076
25076
|
|
|
25077
25077
|
// packages/dev-tools/node/node-sys.ts
|