@seamapi/react 4.9.0 → 4.9.1

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/README.md CHANGED
@@ -102,7 +102,7 @@ export function App() {
102
102
  <seam-device-table publishable-key="your_publishable_key"></seam-device-table>
103
103
  <script
104
104
  type="module"
105
- src="https://react.seam.co/v/4.9.0/dist/elements.js"
105
+ src="https://react.seam.co/v/4.9.1/dist/elements.js"
106
106
  ></script>
107
107
  </body>
108
108
  ```
@@ -230,7 +230,7 @@ or place the following in the `<head>` tag:
230
230
  ```html
231
231
  <link
232
232
  rel="stylesheet"
233
- href="https://react.seam.co/v/4.9.0/dist/index.min.css"
233
+ href="https://react.seam.co/v/4.9.1/dist/index.min.css"
234
234
  />
235
235
  ```
236
236