fleuron 0.1.0 → 0.1.1

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/version.d.ts CHANGED
@@ -4,5 +4,5 @@
4
4
  * module was built from as well: the workspace and both packages
5
5
  * release together.
6
6
  */
7
- export declare const VERSION = "0.1.0";
7
+ export declare const VERSION = "0.1.1";
8
8
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -4,5 +4,5 @@
4
4
  * module was built from as well: the workspace and both packages
5
5
  * release together.
6
6
  */
7
- export const VERSION = '0.1.0';
7
+ export const VERSION = '0.1.1';
8
8
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleuron",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Paged-media layout in a worker: markdown and CSS in, a display structure or PDF bytes out",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "repository": {
Binary file