@xyo-network/react-embed 2.76.3 → 2.76.4

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/package.json CHANGED
@@ -18,12 +18,12 @@
18
18
  "@xylabs/react-flexbox": "^3.1.7",
19
19
  "@xylabs/react-select": "^3.1.7",
20
20
  "@xylabs/react-shared": "^3.1.7",
21
- "@xyo-network/huri": "^2.101.16",
22
- "@xyo-network/payload-model": "^2.101.16",
23
- "@xyo-network/react-error": "~2.76.3",
24
- "@xyo-network/react-payload-plugin": "~2.76.3",
25
- "@xyo-network/react-shared": "~2.76.3",
26
- "@xyo-network/schema-cache": "^2.101.16",
21
+ "@xyo-network/huri": "^2.102.5",
22
+ "@xyo-network/payload-model": "^2.102.5",
23
+ "@xyo-network/react-error": "~2.76.4",
24
+ "@xyo-network/react-payload-plugin": "~2.76.4",
25
+ "@xyo-network/react-shared": "~2.76.4",
26
+ "@xyo-network/schema-cache": "^2.102.5",
27
27
  "react": "^18.3.1",
28
28
  "react-dom": "^18.3.1"
29
29
  },
@@ -31,8 +31,8 @@
31
31
  "@storybook/react": "^7.6.19",
32
32
  "@xylabs/ts-scripts-yarn3": "^3.10.4",
33
33
  "@xylabs/tsconfig-react": "^3.10.4",
34
- "@xyo-network/react-aggregate-price-plugin": "~2.76.3",
35
- "@xyo-network/react-crypto-market-uniswap-plugin": "~2.76.3",
34
+ "@xyo-network/react-aggregate-price-plugin": "~2.76.4",
35
+ "@xyo-network/react-crypto-market-uniswap-plugin": "~2.76.4",
36
36
  "react-router-dom": "^6.23.1",
37
37
  "typescript": "^5.4.5"
38
38
  },
@@ -91,6 +91,6 @@
91
91
  },
92
92
  "sideEffects": false,
93
93
  "types": "dist/browser/index.d.ts",
94
- "version": "2.76.3",
94
+ "version": "2.76.4",
95
95
  "type": "module"
96
96
  }
@@ -29,7 +29,7 @@ const failingPlugin = createPayloadRenderPlugin({
29
29
  components: {
30
30
  box: {
31
31
  details: () => {
32
- throw Error('testing Error Boundary')
32
+ throw new Error('testing Error Boundary')
33
33
  },
34
34
  },
35
35
  },