@seamapi/react 1.57.0 → 1.58.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/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const seamapiReactVersion = "1.57.0";
1
+ declare const seamapiReactVersion = "1.58.0";
2
2
  export default seamapiReactVersion;
package/lib/version.js CHANGED
@@ -1,3 +1,3 @@
1
- const seamapiReactVersion = '1.57.0';
1
+ const seamapiReactVersion = '1.58.0';
2
2
  export default seamapiReactVersion;
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/react",
3
- "version": "1.57.0",
3
+ "version": "1.58.0",
4
4
  "description": "Seam Components.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -126,7 +126,7 @@
126
126
  "luxon": "^3.3.0",
127
127
  "queue": "^7.0.0",
128
128
  "react-hook-form": "^7.46.1",
129
- "seamapi": "^8.12.0",
129
+ "seamapi": "^8.13.0",
130
130
  "uuid": "^9.0.0"
131
131
  },
132
132
  "devDependencies": {
@@ -1,3 +1,3 @@
1
- const seamapiReactVersion = '1.57.0'
1
+ const seamapiReactVersion = '1.58.0'
2
2
 
3
3
  export default seamapiReactVersion