@thisisagile/easy 17.30.2 → 17.30.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/{chunk-IJVBXBNY.mjs → chunk-WORA2446.mjs} +2 -1
- package/dist/{chunk-IJVBXBNY.mjs.map → chunk-WORA2446.mjs.map} +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/services/ViewRouteGateway.mjs +1 -1
- package/dist/utils/View.d.ts +1 -0
- package/dist/utils/View.mjs +1 -1
- package/package.json +1 -1
- package/src/utils/View.ts +1 -0
package/dist/utils/View.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ export declare const views: {
|
|
|
39
39
|
readonly json: typeof json;
|
|
40
40
|
readonly spread: "view.spread";
|
|
41
41
|
readonly skip: typeof ignore;
|
|
42
|
+
readonly equals: (key: string, value: unknown) => (a: unknown) => boolean;
|
|
42
43
|
readonly value: (value: unknown) => () => unknown;
|
|
43
44
|
readonly coalesce: (...keys: string[]) => (a: unknown) => unknown;
|
|
44
45
|
readonly or: {
|
package/dist/utils/View.mjs
CHANGED
package/package.json
CHANGED
package/src/utils/View.ts
CHANGED