phecda-web 2.0.5 → 2.0.6

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
@@ -210,7 +210,7 @@ var WebPhecda = class {
210
210
  this.emit("Initialize", {
211
211
  tag
212
212
  });
213
- instance2.__PROMISE_SYMBOL__ = (0, import_phecda_core2.invokeHandler)("init", instance2);
213
+ (0, import_phecda_core2.invokeHandler)("init", instance2);
214
214
  }
215
215
  return instance2;
216
216
  }, "initModel");
package/dist/index.mjs CHANGED
@@ -168,7 +168,7 @@ var WebPhecda = class {
168
168
  this.emit("Initialize", {
169
169
  tag
170
170
  });
171
- instance2.__PROMISE_SYMBOL__ = invokeHandler("init", instance2);
171
+ invokeHandler("init", instance2);
172
172
  }
173
173
  return instance2;
174
174
  }, "initModel");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phecda-web",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "using proxy, provide phecda function to web app",
5
5
  "author": "fgsreally",
6
6
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "dependencies": {
19
19
  "mitt": "^3.0.0",
20
20
  "reflect-metadata": "^0.1.13",
21
- "phecda-core": "3.0.2"
21
+ "phecda-core": "3.1.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "tsup": "^8.1.0"