@ncukondo/slide-generation 0.2.1 → 0.2.3

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/dist/index.js CHANGED
@@ -1510,7 +1510,7 @@ var Pipeline = class {
1510
1510
  };
1511
1511
 
1512
1512
  // src/index.ts
1513
- var VERSION = "0.2.1";
1513
+ var VERSION = "0.2.3";
1514
1514
  export {
1515
1515
  ParseError,
1516
1516
  Parser,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ncukondo/slide-generation",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "A CLI tool to generate Marp-compatible Markdown from YAML source files",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",