phecda-react 2.0.11 → 2.0.12

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.js CHANGED
@@ -38,7 +38,7 @@ var import_valtio = require("valtio");
38
38
  var import_phecda_web = require("phecda-web");
39
39
  var import_react = require("react");
40
40
  var PhecdaContext = (0, import_react.createContext)(void 0);
41
- var phecdaSymbol = Symbol("");
41
+ var phecdaSymbol = /* @__PURE__ */ Symbol("");
42
42
  function createPhecda(models) {
43
43
  const phecda = new import_phecda_web.WebPhecda("react", (instance) => {
44
44
  return (0, import_valtio.proxy)(instance);
package/dist/index.mjs CHANGED
@@ -6,7 +6,7 @@ import { proxy } from "valtio";
6
6
  import { WebPhecda } from "phecda-web";
7
7
  import { createContext } from "react";
8
8
  var PhecdaContext = createContext(void 0);
9
- var phecdaSymbol = Symbol("");
9
+ var phecdaSymbol = /* @__PURE__ */ Symbol("");
10
10
  function createPhecda(models) {
11
11
  const phecda = new WebPhecda("react", (instance) => {
12
12
  return proxy(instance);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phecda-react",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "provide phecda function to react by valtio",
5
5
  "author": "fgsreally",
6
6
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "dependencies": {
19
19
  "react": "^18.3.1",
20
20
  "valtio": "^1.13.2",
21
- "phecda-web": "3.0.11"
21
+ "phecda-web": "3.0.12"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/react": "^18.3.24",