@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/build.js
CHANGED
|
@@ -240065,7 +240065,9 @@ var init_buildAngularVendor = __esm(() => {
|
|
|
240065
240065
|
"@angular/core",
|
|
240066
240066
|
"@angular/compiler",
|
|
240067
240067
|
"@angular/common",
|
|
240068
|
-
"@angular/
|
|
240068
|
+
"@angular/common/http",
|
|
240069
|
+
"@angular/platform-browser",
|
|
240070
|
+
"@angular/platform-server"
|
|
240069
240071
|
];
|
|
240070
240072
|
});
|
|
240071
240073
|
|
|
@@ -271367,5 +271369,5 @@ export {
|
|
|
271367
271369
|
build
|
|
271368
271370
|
};
|
|
271369
271371
|
|
|
271370
|
-
//# debugId=
|
|
271372
|
+
//# debugId=5C431D494994EA9C64756E2164756E21
|
|
271371
271373
|
//# sourceMappingURL=build.js.map
|