entropic-bond 1.53.10 → 1.53.12
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.
|
@@ -166,7 +166,7 @@ export declare abstract class DataSource {
|
|
|
166
166
|
static toPropertyPathOperations<T extends Persistent>(operations: QueryOperation<T>[]): QueryOperation<T>[];
|
|
167
167
|
static isArrayOperator(operator: QueryOperator): boolean;
|
|
168
168
|
private static toPropertyPathValue;
|
|
169
|
-
static
|
|
169
|
+
static processDocumentChange(event: DocumentChange<DocumentObject>, propsToUpdate: PropWithOwner[]): Promise<Promise<[Promise<void>[]]>[] | undefined>;
|
|
170
170
|
private static onUpdate;
|
|
171
171
|
}
|
|
172
172
|
export {};
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "entropic-bond",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.53.
|
|
4
|
+
"version": "1.53.12",
|
|
5
5
|
"description": "Tidy up your messy components",
|
|
6
6
|
"main": "./lib/entropic-bond.umd.cjs",
|
|
7
7
|
"module": "./lib/entropic-bond.js",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
|
+
"types": "./lib/index.d.ts",
|
|
10
11
|
"import": "./lib/entropic-bond.js",
|
|
11
|
-
"require": "./lib/entropic-bond.umd.cjs"
|
|
12
|
-
"types": "./lib/index.d.ts"
|
|
12
|
+
"require": "./lib/entropic-bond.umd.cjs"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"types": "./lib/index.d.ts",
|
|
@@ -56,15 +56,15 @@
|
|
|
56
56
|
"@semantic-release/changelog": "^6.0.3",
|
|
57
57
|
"@semantic-release/git": "^10.0.1",
|
|
58
58
|
"@type-challenges/utils": "^0.1.1",
|
|
59
|
-
"@types/node": "^22.13.
|
|
59
|
+
"@types/node": "^22.13.9",
|
|
60
60
|
"@types/uuid": "^10.0.0",
|
|
61
61
|
"git-branch-is": "^4.0.0",
|
|
62
62
|
"husky": "^9.1.7",
|
|
63
63
|
"semantic-release": "^24.2.3",
|
|
64
64
|
"typedoc": "^0.27.9",
|
|
65
65
|
"typedoc-plugin-markdown": "^4.4.2",
|
|
66
|
-
"typescript": "^5.
|
|
67
|
-
"vite-plugin-dts": "^4.5.
|
|
66
|
+
"typescript": "^5.8.2",
|
|
67
|
+
"vite-plugin-dts": "^4.5.3",
|
|
68
68
|
"vitest": "^3.0.7"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|