@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.js
CHANGED
|
@@ -31140,6 +31140,7 @@ var EnumOrderPipe = class {
|
|
|
31140
31140
|
EnumOrderPipe = __decorateClass([
|
|
31141
31141
|
Pipe({
|
|
31142
31142
|
name: "enumOrder",
|
|
31143
|
+
standalone: true,
|
|
31143
31144
|
pure: true
|
|
31144
31145
|
})
|
|
31145
31146
|
], EnumOrderPipe);
|