@graffy/fill 0.15.15-alpha.2 → 0.15.17
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/index.cjs +1 -1
- package/index.mjs +1 -1
- package/package.json +4 -4
package/index.cjs
CHANGED
|
@@ -131,7 +131,7 @@ function fill(_) {
|
|
|
131
131
|
common.merge(value, res);
|
|
132
132
|
}
|
|
133
133
|
if (!budget) {
|
|
134
|
-
log("fill.max_recursion", value, query);
|
|
134
|
+
log("fill.max_recursion", common.slice(value, query).unknown);
|
|
135
135
|
throw new Error("fill.max_recursion");
|
|
136
136
|
}
|
|
137
137
|
return value;
|
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graffy/fill",
|
|
3
3
|
"description": "Graffy module for fulfilling queries using multiple backends, traversing links and turning subscriptions into live queries.",
|
|
4
4
|
"author": "aravind (https://github.com/aravindet)",
|
|
5
|
-
"version": "0.15.
|
|
5
|
+
"version": "0.15.17",
|
|
6
6
|
"main": "./index.cjs",
|
|
7
7
|
"exports": {
|
|
8
8
|
"import": "./index.mjs",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
},
|
|
17
17
|
"license": "Apache-2.0",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@graffy/common": "0.15.
|
|
20
|
-
"debug": "^4.3.
|
|
21
|
-
"@graffy/stream": "0.15.
|
|
19
|
+
"@graffy/common": "0.15.17",
|
|
20
|
+
"debug": "^4.3.3",
|
|
21
|
+
"@graffy/stream": "0.15.17"
|
|
22
22
|
}
|
|
23
23
|
}
|