hide-a-bed 7.0.0 → 7.0.1
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/cjs/index.cjs
CHANGED
|
@@ -1158,8 +1158,7 @@ const KEYS_TO_QUOTE = [
|
|
|
1158
1158
|
"key",
|
|
1159
1159
|
"keys",
|
|
1160
1160
|
"startkey",
|
|
1161
|
-
"startkey_docid"
|
|
1162
|
-
"update"
|
|
1161
|
+
"startkey_docid"
|
|
1163
1162
|
];
|
|
1164
1163
|
/**
|
|
1165
1164
|
* Serialize CouchDB view options into a URL-safe query string, quoting values CouchDB expects as JSON.
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1126,8 +1126,7 @@ const KEYS_TO_QUOTE = [
|
|
|
1126
1126
|
"key",
|
|
1127
1127
|
"keys",
|
|
1128
1128
|
"startkey",
|
|
1129
|
-
"startkey_docid"
|
|
1130
|
-
"update"
|
|
1129
|
+
"startkey_docid"
|
|
1131
1130
|
];
|
|
1132
1131
|
/**
|
|
1133
1132
|
* Serialize CouchDB view options into a URL-safe query string, quoting values CouchDB expects as JSON.
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queryString.d.mts","sourceRoot":"","sources":["../../../../impl/utils/queryString.mts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,0CAA0C,CAAA;
|
|
1
|
+
{"version":3,"file":"queryString.d.mts","sourceRoot":"","sources":["../../../../impl/utils/queryString.mts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,0CAA0C,CAAA;AAWtE;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,OAAO,GAAE,WAAgB,GAAG,MAAM,CAyB7D"}
|