@graffy/core 0.17.0 → 0.17.1-alpha.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.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. package/package.json +4 -4
package/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { encodePath, unwrap, unwrapObject, remove, encodeGraph, wrapObject, wrap, finalize, merge, mergeStreams, encodeQuery, decodeGraph as decodeGraph$1, decodeQuery as decodeQuery$1, isPlainObject, decorate } from "@graffy/common";
1
+ import { encodePath, unwrap, unwrapObject, remove, encodeGraph, wrapObject, wrap, finalize, merge, mergeStreams, decodeGraph as decodeGraph$1, encodeQuery, decodeQuery as decodeQuery$1, isPlainObject, decorate } from "@graffy/common";
2
2
  import { makeStream, mapStream as mapStream$1 } from "@graffy/stream";
3
3
  import debug from "debug";
4
4
  const log = debug("graffy:core");
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graffy/core",
3
3
  "description": "The main module for Graffy, a library for intuitive real-time data APIs.",
4
4
  "author": "aravind (https://github.com/aravindet)",
5
- "version": "0.17.0",
5
+ "version": "0.17.1-alpha.1",
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.17.0",
20
- "@graffy/stream": "0.17.0",
21
- "debug": "^4.3.3"
19
+ "@graffy/common": "0.17.1-alpha.1",
20
+ "@graffy/stream": "0.17.1-alpha.1",
21
+ "debug": "^4.4.1"
22
22
  }
23
23
  }