@podlite/markdown 0.0.35 → 0.0.36
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 +16 -16
- package/lib/index.esm.js +1 -1
- package/package.json +2 -2
package/lib/index.esm.js
CHANGED
|
@@ -25754,7 +25754,7 @@ var require_package = __commonJS({
|
|
|
25754
25754
|
"../podlite-schema/package.json"(exports, module) {
|
|
25755
25755
|
module.exports = {
|
|
25756
25756
|
name: "@podlite/schema",
|
|
25757
|
-
version: "0.0.
|
|
25757
|
+
version: "0.0.43",
|
|
25758
25758
|
description: "AST tools and schema for Podlite markup language \u2014 validate, traverse, and transform document trees",
|
|
25759
25759
|
main: "./src/index.ts",
|
|
25760
25760
|
homepage: "https://podlite.org",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@podlite/markdown",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.36",
|
|
4
4
|
"description": "Bidirectional Markdown support for Podlite — parse .md files, embed Markdown blocks",
|
|
5
5
|
"main": "./lib/index.cjs",
|
|
6
6
|
"homepage": "https://podlite.org",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"compatibility"
|
|
55
55
|
],
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@podlite/schema": "0.0.
|
|
57
|
+
"@podlite/schema": "0.0.43",
|
|
58
58
|
"react": "^16.0.0 || ^17.0.0 || ^18",
|
|
59
59
|
"react-dom": "^16.0.0 || ^17.0.0 || ^18",
|
|
60
60
|
"react-is": "^18.0.0",
|