@xyo-network/react-schema-plugin 6.0.0 → 6.1.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.
@@ -0,0 +1,5 @@
1
+ import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
2
+
3
+ declare const SchemaRenderPlugin: PayloadRenderPlugin;
4
+
5
+ export { SchemaRenderPlugin, SchemaRenderPlugin as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-schema-plugin",
3
- "version": "6.0.0",
3
+ "version": "6.1.0",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -28,21 +28,21 @@
28
28
  "exports": {
29
29
  ".": {
30
30
  "browser": {
31
- "types": "./dist/types/index.d.ts",
31
+ "types": "./dist/browser/index.d.ts",
32
32
  "default": "./dist/browser/index.mjs"
33
33
  },
34
- "types": "./dist/types/index.d.ts",
34
+ "types": "./dist/browser/index.d.ts",
35
35
  "default": "./dist/browser/index.mjs"
36
36
  },
37
37
  "./package.json": "./package.json"
38
38
  },
39
39
  "module": "dist/browser/index.mjs",
40
- "types": "dist/types/index.d.ts",
40
+ "types": "dist/browser/index.d.ts",
41
41
  "dependencies": {
42
- "@xylabs/react-flexbox": "^6.3.7",
43
- "@xyo-network/react-payload-details": "^6.0.0",
44
- "@xyo-network/react-payload-plugin": "^6.0.0",
45
- "@xyo-network/schema-payload-plugin": "^4.0.1"
42
+ "@xylabs/react-flexbox": "^6.3.10",
43
+ "@xyo-network/react-payload-details": "^6.1.0",
44
+ "@xyo-network/react-payload-plugin": "^6.1.0",
45
+ "@xyo-network/schema-payload-plugin": "^4.1.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@emotion/react": "^11.14.0",
@@ -50,8 +50,8 @@
50
50
  "@mui/icons-material": "^7.2.0",
51
51
  "@mui/material": "^7.2.0",
52
52
  "@types/react": "^19.1.8",
53
- "@xylabs/ts-scripts-yarn3": "^6.5.12",
54
- "@xyo-network/payload-model": "^4.0.1",
53
+ "@xylabs/ts-scripts-yarn3": "next",
54
+ "@xyo-network/payload-model": "^4.1.1",
55
55
  "react": "^19.1.0",
56
56
  "react-dom": "^19.1.0",
57
57
  "typescript": "^5.8.3"
@@ -1,3 +0,0 @@
1
- export * from './Plugin.ts';
2
- export { SchemaRenderPlugin as default } from './Plugin.ts';
3
- //# sourceMappingURL=index.d.ts.map
File without changes
File without changes
File without changes
File without changes
File without changes