@graffy/testing 0.15.21 → 0.15.23-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.cjs +1 -2
  2. package/package.json +2 -2
package/index.cjs CHANGED
@@ -14,8 +14,7 @@ var __objRest = (source, exclude) => {
14
14
  }
15
15
  return target;
16
16
  };
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports[Symbol.toStringTag] = "Module";
17
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
19
18
  var common = require("@graffy/common");
20
19
  function mockBackend(options = {}) {
21
20
  const state = [];
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graffy/testing",
3
3
  "description": "Testing and debugging utilities for Graffy.",
4
4
  "author": "aravind (https://github.com/aravindet)",
5
- "version": "0.15.21",
5
+ "version": "0.15.23-alpha.1",
6
6
  "main": "./index.cjs",
7
7
  "exports": {
8
8
  "import": "./index.mjs",
@@ -16,6 +16,6 @@
16
16
  },
17
17
  "license": "Apache-2.0",
18
18
  "dependencies": {
19
- "@graffy/common": "0.15.21"
19
+ "@graffy/common": "0.15.23-alpha.1"
20
20
  }
21
21
  }