@uniformdev/mesh-sdk-react 20.17.1-alpha.4 → 20.18.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/dist/index.esm.js CHANGED
@@ -1,4 +1,3 @@
1
- "use client";
2
1
  var __defProp = Object.defineProperty;
3
2
  var __export = (target, all) => {
4
3
  for (var name2 in all)
package/dist/index.js CHANGED
@@ -1,4 +1,3 @@
1
- "use client";
2
1
  "use strict";
3
2
  var __create = Object.create;
4
3
  var __defProp = Object.defineProperty;
package/dist/index.mjs CHANGED
@@ -1,4 +1,3 @@
1
- "use client";
2
1
  var __defProp = Object.defineProperty;
3
2
  var __export = (target, all) => {
4
3
  for (var name2 in all)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "20.17.1-alpha.4+aab4a8d412",
3
+ "version": "20.18.0",
4
4
  "description": "Uniform Mesh Framework SDK for React",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -50,10 +50,10 @@
50
50
  "@lexical/selection": "0.25.0",
51
51
  "@lexical/utils": "0.25.0",
52
52
  "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.5.0/react-icons-all-files-5.5.0.tgz",
53
- "@uniformdev/canvas": "20.17.1-alpha.4+aab4a8d412",
54
- "@uniformdev/design-system": "20.17.1-alpha.4+aab4a8d412",
55
- "@uniformdev/mesh-sdk": "20.17.1-alpha.4+aab4a8d412",
56
- "@uniformdev/richtext": "20.17.1-alpha.4+aab4a8d412",
53
+ "@uniformdev/canvas": "20.18.0",
54
+ "@uniformdev/design-system": "20.18.0",
55
+ "@uniformdev/mesh-sdk": "20.18.0",
56
+ "@uniformdev/richtext": "20.18.0",
57
57
  "dequal": "^2.0.3",
58
58
  "lexical": "0.25.0",
59
59
  "mitt": "3.0.1",
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  },
89
- "gitHead": "aab4a8d4129187a40e5d99309a714feb2a629fd2"
89
+ "gitHead": "3d03f4b123e0271b80d2ed62394df2b04e26aab8"
90
90
  }