@seamapi/react 3.0.0-beta.1 → 3.0.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 +2 -2
- package/dist/elements.js +1 -1
- package/dist/elements.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +2 -2
- package/src/lib/version.ts +1 -1
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const seamapiReactVersion = "3.0.
|
|
1
|
+
declare const seamapiReactVersion = "3.0.1";
|
|
2
2
|
export default seamapiReactVersion;
|
package/lib/version.js
CHANGED
package/lib/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/lib/version.ts"],"names":[],"mappings":"AAAA,MAAM,mBAAmB,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/lib/version.ts"],"names":[],"mappings":"AAAA,MAAM,mBAAmB,GAAG,OAAO,CAAA;AAEnC,eAAe,mBAAmB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seamapi/react",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Seam Components.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"@mui/material": "^5.12.2",
|
|
143
143
|
"@rollup/plugin-replace": "^5.0.5",
|
|
144
144
|
"@rxfork/r2wc-react-to-web-component": "^2.4.0",
|
|
145
|
-
"@seamapi/fake-devicedb": "^1.6.
|
|
145
|
+
"@seamapi/fake-devicedb": "^1.6.1",
|
|
146
146
|
"@seamapi/fake-seam-connect": "^1.69.1",
|
|
147
147
|
"@seamapi/types": "^1.199.0",
|
|
148
148
|
"@storybook/addon-designs": "^7.0.1",
|
package/src/lib/version.ts
CHANGED