@podlite/editor-react 0.0.25 → 0.0.26
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 +21 -1
- package/lib/index.cjs.map +1 -1
- package/lib/index.esm.js +21 -1
- package/lib/index.esm.js.map +1 -1
- package/package.json +1 -1
package/lib/index.cjs
CHANGED
|
@@ -9062,6 +9062,16 @@ var require_AstTree = __commonJS({
|
|
|
9062
9062
|
{
|
|
9063
9063
|
$ref: "#/definitions/Text"
|
|
9064
9064
|
},
|
|
9065
|
+
{
|
|
9066
|
+
type: "array",
|
|
9067
|
+
items: [
|
|
9068
|
+
{
|
|
9069
|
+
$ref: "#/definitions/Text"
|
|
9070
|
+
}
|
|
9071
|
+
],
|
|
9072
|
+
minItems: 1,
|
|
9073
|
+
maxItems: 1
|
|
9074
|
+
},
|
|
9065
9075
|
{
|
|
9066
9076
|
type: "string"
|
|
9067
9077
|
}
|
|
@@ -11728,6 +11738,16 @@ var require_PodliteDocument = __commonJS({
|
|
|
11728
11738
|
{
|
|
11729
11739
|
$ref: "#/definitions/Text"
|
|
11730
11740
|
},
|
|
11741
|
+
{
|
|
11742
|
+
type: "array",
|
|
11743
|
+
items: [
|
|
11744
|
+
{
|
|
11745
|
+
$ref: "#/definitions/Text"
|
|
11746
|
+
}
|
|
11747
|
+
],
|
|
11748
|
+
minItems: 1,
|
|
11749
|
+
maxItems: 1
|
|
11750
|
+
},
|
|
11731
11751
|
{
|
|
11732
11752
|
type: "string"
|
|
11733
11753
|
}
|
|
@@ -25072,7 +25092,7 @@ var require_package = __commonJS({
|
|
|
25072
25092
|
"../podlite-schema/package.json"(exports, module2) {
|
|
25073
25093
|
module2.exports = {
|
|
25074
25094
|
name: "@podlite/schema",
|
|
25075
|
-
version: "0.0.
|
|
25095
|
+
version: "0.0.20",
|
|
25076
25096
|
description: "AST tools for Podlite markup language",
|
|
25077
25097
|
main: "./src/index.ts",
|
|
25078
25098
|
license: "MIT",
|