podlite 0.0.74 → 0.0.75

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/esm/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "0.0.74";
1
+ export declare const version = "0.0.75";
package/esm/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // generated by scripts/inject-version.mjs — do not edit by hand
2
- export const version = '0.0.74';
2
+ export const version = '0.0.75';
3
3
  //# sourceMappingURL=version.js.map
package/lib/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "0.0.74";
1
+ export declare const version = "0.0.75";
package/lib/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // generated by scripts/inject-version.mjs — do not edit by hand
5
- exports.version = '0.0.74';
5
+ exports.version = '0.0.75';
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "podlite",
3
- "version": "0.0.74",
3
+ "version": "0.0.75",
4
4
  "description": "Podlite markup language parser — Markdown-compatible, with native support for diagrams, formulas, and custom blocks",
5
5
  "homepage": "https://podlite.org",
6
6
  "repository": {
@@ -71,12 +71,12 @@
71
71
  "url": "https://github.com/podlite/podlite/issues"
72
72
  },
73
73
  "dependencies": {
74
- "@podlite/diagram": "^0.0.65",
75
- "@podlite/formula": "0.0.43",
76
- "@podlite/image": "^0.0.60",
77
- "@podlite/markdown": "0.0.54",
78
- "@podlite/schema": "^0.0.61",
79
- "@podlite/toc": "0.0.54",
74
+ "@podlite/diagram": "^0.0.66",
75
+ "@podlite/formula": "0.0.44",
76
+ "@podlite/image": "^0.0.61",
77
+ "@podlite/markdown": "0.0.55",
78
+ "@podlite/schema": "^0.0.62",
79
+ "@podlite/toc": "0.0.55",
80
80
  "nanoid": "3.1.30"
81
81
  },
82
82
  "devDependencies": {