@podlite/markdown 0.0.12 → 0.0.13
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 +2 -2
- 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 +2 -2
- package/tsconfig.tsbuildinfo +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -8867,6 +8867,16 @@ var require_AstTree = __commonJS({
|
|
|
8867
8867
|
{
|
|
8868
8868
|
$ref: "#/definitions/Text"
|
|
8869
8869
|
},
|
|
8870
|
+
{
|
|
8871
|
+
type: "array",
|
|
8872
|
+
items: [
|
|
8873
|
+
{
|
|
8874
|
+
$ref: "#/definitions/Text"
|
|
8875
|
+
}
|
|
8876
|
+
],
|
|
8877
|
+
minItems: 1,
|
|
8878
|
+
maxItems: 1
|
|
8879
|
+
},
|
|
8870
8880
|
{
|
|
8871
8881
|
type: "string"
|
|
8872
8882
|
}
|
|
@@ -11533,6 +11543,16 @@ var require_PodliteDocument = __commonJS({
|
|
|
11533
11543
|
{
|
|
11534
11544
|
$ref: "#/definitions/Text"
|
|
11535
11545
|
},
|
|
11546
|
+
{
|
|
11547
|
+
type: "array",
|
|
11548
|
+
items: [
|
|
11549
|
+
{
|
|
11550
|
+
$ref: "#/definitions/Text"
|
|
11551
|
+
}
|
|
11552
|
+
],
|
|
11553
|
+
minItems: 1,
|
|
11554
|
+
maxItems: 1
|
|
11555
|
+
},
|
|
11536
11556
|
{
|
|
11537
11557
|
type: "string"
|
|
11538
11558
|
}
|
|
@@ -24907,7 +24927,7 @@ var require_package = __commonJS({
|
|
|
24907
24927
|
"../podlite-schema/package.json"(exports, module) {
|
|
24908
24928
|
module.exports = {
|
|
24909
24929
|
name: "@podlite/schema",
|
|
24910
|
-
version: "0.0.
|
|
24930
|
+
version: "0.0.20",
|
|
24911
24931
|
description: "AST tools for Podlite markup language",
|
|
24912
24932
|
main: "./src/index.ts",
|
|
24913
24933
|
license: "MIT",
|