@alwaysmeticulous/api 2.180.0 → 2.181.0
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.
|
@@ -132,6 +132,10 @@ export type IDBObjectStoreSnapshot = Omit<IDBObjectStoreMetadata, "serialize" |
|
|
|
132
132
|
entries: {
|
|
133
133
|
key?: SerializedIDBValidKey;
|
|
134
134
|
value: string;
|
|
135
|
+
valueMeta?: {
|
|
136
|
+
values?: unknown;
|
|
137
|
+
referentialEqualities?: unknown;
|
|
138
|
+
};
|
|
135
139
|
}[];
|
|
136
140
|
/**
|
|
137
141
|
* This is only present on IDB snapshots taken since ~Dec 2024.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.181.0",
|
|
4
4
|
"description": "Meticulous API types",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"bugs": {
|
|
36
36
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "545087fa8443d0eb23356c7c716076ebbf498736"
|
|
39
39
|
}
|