@podlite/editor-react 0.0.27 → 0.0.28

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/index.cjs CHANGED
@@ -25092,7 +25092,7 @@ var require_package = __commonJS({
25092
25092
  "../podlite-schema/package.json"(exports, module2) {
25093
25093
  module2.exports = {
25094
25094
  name: "@podlite/schema",
25095
- version: "0.0.21",
25095
+ version: "0.0.22",
25096
25096
  description: "AST tools for Podlite markup language",
25097
25097
  main: "./src/index.ts",
25098
25098
  license: "MIT",
package/lib/index.esm.js CHANGED
@@ -25088,7 +25088,7 @@ var require_package = __commonJS({
25088
25088
  "../podlite-schema/package.json"(exports, module) {
25089
25089
  module.exports = {
25090
25090
  name: "@podlite/schema",
25091
- version: "0.0.21",
25091
+ version: "0.0.22",
25092
25092
  description: "AST tools for Podlite markup language",
25093
25093
  main: "./src/index.ts",
25094
25094
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podlite/editor-react",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "Podlite React component",
5
5
  "main": "lib/index.cjs",
6
6
  "types": "lib/index.d.ts",