@korzun/epubcheck-ts 0.1.0-beta.0 → 0.1.0-beta.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/index.cjs CHANGED
@@ -26,7 +26,7 @@ let saxes = require("saxes");
26
26
  let css_tree = require("css-tree");
27
27
  css_tree = __toESM(css_tree, 1);
28
28
  //#region package.json
29
- var version = "0.1.0-beta.0";
29
+ var version = "0.1.0-beta.1";
30
30
  //#endregion
31
31
  //#region src/messages/catalog.ts
32
32
  /**
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import { unzipSync } from "fflate";
2
2
  import { SaxesParser } from "saxes";
3
3
  import * as csstree from "css-tree";
4
4
  //#region package.json
5
- var version = "0.1.0-beta.0";
5
+ var version = "0.1.0-beta.1";
6
6
  //#endregion
7
7
  //#region src/messages/catalog.ts
8
8
  /**
package/package.json CHANGED
@@ -1,9 +1,17 @@
1
1
  {
2
2
  "name": "@korzun/epubcheck-ts",
3
- "version": "0.1.0-beta.0",
3
+ "version": "0.1.0-beta.1",
4
4
  "description": "A TypeScript-native EPUB validator (library).",
5
5
  "type": "module",
6
6
  "license": "BSD-3-Clause",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/Korzun/epubcheck-ts.git"
10
+ },
11
+ "homepage": "https://github.com/Korzun/epubcheck-ts#readme",
12
+ "bugs": {
13
+ "url": "https://github.com/Korzun/epubcheck-ts/issues"
14
+ },
7
15
  "publishConfig": {
8
16
  "access": "public"
9
17
  },