@xfe-repo/web-components 1.5.3 → 1.6.0

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
@@ -101,6 +101,7 @@ function _inherits(subClass, superClass) {
101
101
  if (superClass) _set_prototype_of(subClass, superClass);
102
102
  }
103
103
  function _instanceof(left, right) {
104
+ "@swc/helpers - instanceof";
104
105
  if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
105
106
  return !!right[Symbol.hasInstance](left);
106
107
  } else {
package/dist/index.mjs CHANGED
@@ -100,6 +100,7 @@ function _inherits(subClass, superClass) {
100
100
  if (superClass) _set_prototype_of(subClass, superClass);
101
101
  }
102
102
  function _instanceof(left, right) {
103
+ "@swc/helpers - instanceof";
103
104
  if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
104
105
  return !!right[Symbol.hasInstance](left);
105
106
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/web-components",
3
- "version": "1.5.3",
3
+ "version": "1.6.0",
4
4
  "module": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": [
@@ -50,8 +50,8 @@
50
50
  "@types/react": "^18",
51
51
  "esbuild-plugin-less": "^1.3.9",
52
52
  "eslint": "8.57.1",
53
- "@xfe-repo/eslint-config": "1.5.2",
54
- "@xfe-repo/typescript-config": "1.5.1"
53
+ "@xfe-repo/eslint-config": "1.6.0",
54
+ "@xfe-repo/typescript-config": "1.6.0"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@ant-design/icons": "^5.0.0",
@@ -61,10 +61,10 @@
61
61
  "react-dom": "18.2.0",
62
62
  "react-use": "^17.5.1",
63
63
  "swr": "^2.2.5",
64
- "@xfe-repo/web-router": "1.5.1",
65
- "@xfe-repo/web-utils": "1.5.2",
66
- "@xfe-repo/web-micro": "1.5.1",
67
- "@xfe-repo/web-service": "1.5.1"
64
+ "@xfe-repo/web-micro": "1.6.0",
65
+ "@xfe-repo/web-service": "1.6.0",
66
+ "@xfe-repo/web-router": "1.6.0",
67
+ "@xfe-repo/web-utils": "1.6.0"
68
68
  },
69
69
  "publishConfig": {
70
70
  "registry": "https://registry.npmjs.org/"