@event-driven-io/emmett-postgresql 0.23.0-alpha.10 → 0.23.0-alpha.11
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -154,7 +154,6 @@ var asyncRetry = async (fn, opts) => {
|
|
|
154
154
|
_nullishCoalesce(opts, () => ( { retries: 0 }))
|
|
155
155
|
);
|
|
156
156
|
};
|
|
157
|
-
var projection = (definition) => definition;
|
|
158
157
|
var ParseError = class extends Error {
|
|
159
158
|
constructor(text) {
|
|
160
159
|
super(`Cannot parse! ${text}`);
|
|
@@ -176,6 +175,7 @@ var JSONParser = {
|
|
|
176
175
|
return _optionalChain([options, 'optionalAccess', _16 => _16.map]) ? options.map(parsed) : parsed;
|
|
177
176
|
}
|
|
178
177
|
};
|
|
178
|
+
var projection = (definition) => definition;
|
|
179
179
|
var filter = (filter2) => new (0, _webstreamspolyfill.TransformStream)({
|
|
180
180
|
transform(chunk, controller) {
|
|
181
181
|
if (filter2(chunk)) {
|