@reventlessdev/reventless-ui-slots 3.0.0-alpha.4 → 3.0.0-alpha.5

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reventlessdev/reventless-ui-slots",
3
- "version": "3.0.0-alpha.4",
3
+ "version": "3.0.0-alpha.5",
4
4
  "description": "Types and one runtime helper for writing custom renderers into the regions of Reventless AutoUI's standard view modes.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -54,5 +54,5 @@
54
54
  "react-dom": "^18.3.1",
55
55
  "rescript": "^12.3.0"
56
56
  },
57
- "gitHead": "d65285daddaf66f75ff759d31596a0aee84cd3cb"
57
+ "gitHead": "17110210f3a067b6bdb3f32836405e3eaea998df"
58
58
  }