@xyo-network/react-embed 2.60.0-rc.4 → 2.60.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/docs.json +4991 -0
  2. package/package.json +9 -10
package/package.json CHANGED
@@ -14,12 +14,12 @@
14
14
  "@xylabs/react-async-effect": "~2.17.7",
15
15
  "@xylabs/react-flexbox": "~2.17.7",
16
16
  "@xylabs/react-shared": "~2.17.7",
17
- "@xyo-network/huri": "^2.69.0-rc.3",
18
- "@xyo-network/payload-model": "^2.69.0-rc.3",
19
- "@xyo-network/react-error": "~2.60.0-rc.4",
20
- "@xyo-network/react-payload-plugin": "~2.60.0-rc.4",
21
- "@xyo-network/react-shared": "~2.60.0-rc.4",
22
- "@xyo-network/schema-cache": "^2.69.0-rc.3"
17
+ "@xyo-network/huri": "^2.69.0",
18
+ "@xyo-network/payload-model": "^2.69.0",
19
+ "@xyo-network/react-error": "~2.60.0",
20
+ "@xyo-network/react-payload-plugin": "~2.60.0",
21
+ "@xyo-network/react-shared": "~2.60.0",
22
+ "@xyo-network/schema-cache": "^2.69.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@storybook/react": "^7.1.1",
@@ -28,8 +28,8 @@
28
28
  "@uniswap/v3-sdk": "^3.10.0",
29
29
  "@xylabs/ts-scripts-yarn3": "^2.19.0",
30
30
  "@xylabs/tsconfig-react": "^2.19.0",
31
- "@xyo-network/react-aggregate-price-plugin": "~2.60.0-rc.4",
32
- "@xyo-network/react-crypto-market-uniswap-plugin": "~2.60.0-rc.4",
31
+ "@xyo-network/react-aggregate-price-plugin": "~2.60.0",
32
+ "@xyo-network/react-crypto-market-uniswap-plugin": "~2.60.0",
33
33
  "typescript": "^5.1.6"
34
34
  },
35
35
  "peerDependencies": {
@@ -84,6 +84,5 @@
84
84
  },
85
85
  "sideEffects": false,
86
86
  "types": "dist/types/index.d.ts",
87
- "version": "2.60.0-rc.4",
88
- "stableVersion": "2.59.2"
87
+ "version": "2.60.0"
89
88
  }