@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 +1 -1
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
25091
|
+
version: "0.0.22",
|
|
25092
25092
|
description: "AST tools for Podlite markup language",
|
|
25093
25093
|
main: "./src/index.ts",
|
|
25094
25094
|
license: "MIT",
|