@absolutejs/absolute 0.17.17-beta.20 → 0.17.17-beta.21
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/build.js +4 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +4 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -240143,7 +240143,9 @@ var init_buildAngularVendor = __esm(() => {
|
|
|
240143
240143
|
"@angular/core",
|
|
240144
240144
|
"@angular/compiler",
|
|
240145
240145
|
"@angular/common",
|
|
240146
|
-
"@angular/
|
|
240146
|
+
"@angular/common/http",
|
|
240147
|
+
"@angular/platform-browser",
|
|
240148
|
+
"@angular/platform-server"
|
|
240147
240149
|
];
|
|
240148
240150
|
});
|
|
240149
240151
|
|
|
@@ -271621,5 +271623,5 @@ export {
|
|
|
271621
271623
|
BUN_BUILD_WARNING_SUPPRESSION
|
|
271622
271624
|
};
|
|
271623
271625
|
|
|
271624
|
-
//# debugId=
|
|
271626
|
+
//# debugId=E03FFBE6F08483C664756E2164756E21
|
|
271625
271627
|
//# sourceMappingURL=index.js.map
|