@absolutejs/absolute 0.19.0-beta.1122 → 0.19.0-beta.1124
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/dist/angular/components/core/streamingSlotRegistrar.js +1 -1
- package/dist/angular/components/core/streamingSlotRegistry.js +2 -2
- package/dist/build.js +2 -2
- package/dist/build.js.map +1 -1
- package/dist/cli/index.js +6 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -1613,7 +1613,7 @@ var stripStringsAndComments = (source) => {
|
|
|
1613
1613
|
|
|
1614
1614
|
// node_modules/typescript/lib/typescript.js
|
|
1615
1615
|
var require_typescript = __commonJS((exports, module) => {
|
|
1616
|
-
var __dirname = "/
|
|
1616
|
+
var __dirname = "/tmp/absolutejs-1124-gate.HCTVoE/node_modules/typescript/lib", __filename = "/tmp/absolutejs-1124-gate.HCTVoE/node_modules/typescript/lib/typescript.js";
|
|
1617
1617
|
/*! *****************************************************************************
|
|
1618
1618
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1619
1619
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
@@ -178407,7 +178407,7 @@ ${mappings.join(`
|
|
|
178407
178407
|
};
|
|
178408
178408
|
|
|
178409
178409
|
// \u2500\u2500 Embedded build files \u2192 source paths \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500
|
|
178410
|
-
const EMBEDDED_FILES: Array<[string, string]> = [
|
|
178410
|
+
const EMBEDDED_FILES: Array<[string, string | Blob]> = [
|
|
178411
178411
|
${embeddedMappings.join(`
|
|
178412
178412
|
`)}
|
|
178413
178413
|
];
|
|
@@ -178508,7 +178508,10 @@ const materializeRuntimeFiles = async () => {
|
|
|
178508
178508
|
EMBEDDED_FILES.map(async ([rel, source]) => {
|
|
178509
178509
|
const target = join(runtimeDir, rel);
|
|
178510
178510
|
await mkdir(dirname(target), { recursive: true });
|
|
178511
|
-
await Bun.write(
|
|
178511
|
+
await Bun.write(
|
|
178512
|
+
target,
|
|
178513
|
+
typeof source === "string" ? Bun.file(source) : source
|
|
178514
|
+
);
|
|
178512
178515
|
})
|
|
178513
178516
|
);
|
|
178514
178517
|
writeFileSync(
|
package/dist/index.js
CHANGED
|
@@ -29543,7 +29543,7 @@ var init_fastHmrCompiler = __esm(() => {
|
|
|
29543
29543
|
|
|
29544
29544
|
// node_modules/content-tag/pkg/node/content_tag.cjs
|
|
29545
29545
|
var require_content_tag = __commonJS((exports, module) => {
|
|
29546
|
-
var __dirname = "/
|
|
29546
|
+
var __dirname = "/tmp/absolutejs-1124-gate.HCTVoE/node_modules/content-tag/pkg/node";
|
|
29547
29547
|
var imports = {};
|
|
29548
29548
|
imports["__wbindgen_placeholder__"] = exports;
|
|
29549
29549
|
var wasm;
|
|
@@ -48019,5 +48019,5 @@ export {
|
|
|
48019
48019
|
ANGULAR_INIT_TIMEOUT_MS
|
|
48020
48020
|
};
|
|
48021
48021
|
|
|
48022
|
-
//# debugId=
|
|
48022
|
+
//# debugId=A11F19DBE02F4F5964756E2164756E21
|
|
48023
48023
|
//# sourceMappingURL=index.js.map
|