@aurorajs.dev/core-front 1.0.2 → 1.0.3
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/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -31154,6 +31154,7 @@ var EnumOrderPipe = class {
|
|
|
31154
31154
|
EnumOrderPipe = __decorateClass([
|
|
31155
31155
|
Pipe({
|
|
31156
31156
|
name: "enumOrder",
|
|
31157
|
+
standalone: true,
|
|
31157
31158
|
pure: true
|
|
31158
31159
|
})
|
|
31159
31160
|
], EnumOrderPipe);
|