@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.esm.js
CHANGED
|
@@ -9058,6 +9058,16 @@ var require_AstTree = __commonJS({
|
|
|
9058
9058
|
{
|
|
9059
9059
|
$ref: "#/definitions/Text"
|
|
9060
9060
|
},
|
|
9061
|
+
{
|
|
9062
|
+
type: "array",
|
|
9063
|
+
items: [
|
|
9064
|
+
{
|
|
9065
|
+
$ref: "#/definitions/Text"
|
|
9066
|
+
}
|
|
9067
|
+
],
|
|
9068
|
+
minItems: 1,
|
|
9069
|
+
maxItems: 1
|
|
9070
|
+
},
|
|
9061
9071
|
{
|
|
9062
9072
|
type: "string"
|
|
9063
9073
|
}
|
|
@@ -11724,6 +11734,16 @@ var require_PodliteDocument = __commonJS({
|
|
|
11724
11734
|
{
|
|
11725
11735
|
$ref: "#/definitions/Text"
|
|
11726
11736
|
},
|
|
11737
|
+
{
|
|
11738
|
+
type: "array",
|
|
11739
|
+
items: [
|
|
11740
|
+
{
|
|
11741
|
+
$ref: "#/definitions/Text"
|
|
11742
|
+
}
|
|
11743
|
+
],
|
|
11744
|
+
minItems: 1,
|
|
11745
|
+
maxItems: 1
|
|
11746
|
+
},
|
|
11727
11747
|
{
|
|
11728
11748
|
type: "string"
|
|
11729
11749
|
}
|
|
@@ -25068,7 +25088,7 @@ var require_package = __commonJS({
|
|
|
25068
25088
|
"../podlite-schema/package.json"(exports, module) {
|
|
25069
25089
|
module.exports = {
|
|
25070
25090
|
name: "@podlite/schema",
|
|
25071
|
-
version: "0.0.
|
|
25091
|
+
version: "0.0.20",
|
|
25072
25092
|
description: "AST tools for Podlite markup language",
|
|
25073
25093
|
main: "./src/index.ts",
|
|
25074
25094
|
license: "MIT",
|