@graffy/react 0.16.10-alpha.2 → 0.16.12-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 (3) hide show
  1. package/index.cjs +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const React = require("react");
4
3
  const PropTypes = require("prop-types");
4
+ const React = require("react");
5
5
  const isEqual = require("lodash/isEqual.js");
6
6
  const { createContext } = React;
7
7
  const GraffyContext = createContext(null);
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import React from "react";
2
1
  import PropTypes from "prop-types";
2
+ import React from "react";
3
3
  import isEqual from "lodash/isEqual.js";
4
4
  const { createContext } = React;
5
5
  const GraffyContext = createContext(null);
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graffy/react",
3
3
  "description": "This built-in module provides an idiomatic React API to a Graffy store.",
4
4
  "author": "aravind (https://github.com/aravindet)",
5
- "version": "0.16.10-alpha.2",
5
+ "version": "0.16.12-alpha.1",
6
6
  "main": "./index.cjs",
7
7
  "exports": {
8
8
  "import": "./index.mjs",