@absolutejs/absolute 0.19.0-beta.933 → 0.19.0-beta.934
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 -1
- package/dist/build.js.map +3 -3
- package/dist/index.js +2 -1
- package/dist/index.js.map +3 -3
- package/dist/vue/index.js +4 -10
- package/dist/vue/index.js.map +3 -3
- package/dist/vue/server.js +4 -10
- package/dist/vue/server.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15470,6 +15470,7 @@ ${content.slice(firstUseIdx)}`;
|
|
|
15470
15470
|
"svelte/*",
|
|
15471
15471
|
"vue",
|
|
15472
15472
|
"vue/*",
|
|
15473
|
+
"@vue/*",
|
|
15473
15474
|
"@angular/*",
|
|
15474
15475
|
"typescript"
|
|
15475
15476
|
];
|
|
@@ -32133,5 +32134,5 @@ export {
|
|
|
32133
32134
|
ANGULAR_INIT_TIMEOUT_MS
|
|
32134
32135
|
};
|
|
32135
32136
|
|
|
32136
|
-
//# debugId=
|
|
32137
|
+
//# debugId=E833033599BF27F964756E2164756E21
|
|
32137
32138
|
//# sourceMappingURL=index.js.map
|