@podlite/markdown 0.0.9 → 0.0.10
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.cjs.map +2 -2
- package/lib/index.esm.js +1 -1
- package/lib/index.esm.js.map +2 -2
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -21743,7 +21743,7 @@ var require_package = __commonJS({
|
|
|
21743
21743
|
"../podlite-schema/package.json"(exports, module) {
|
|
21744
21744
|
module.exports = {
|
|
21745
21745
|
name: "@podlite/schema",
|
|
21746
|
-
version: "0.0.
|
|
21746
|
+
version: "0.0.17",
|
|
21747
21747
|
description: "AST tools for Podlite markup language",
|
|
21748
21748
|
main: "./src/index.ts",
|
|
21749
21749
|
types: "./lib/index.d.ts",
|