@oino-ts/common 0.1.2 → 0.1.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.
@@ -3,7 +3,6 @@ export { OINOLog, OINOLogLevel, OINOConsoleLog } from "./OINOLog.js";
3
3
  export { OINOResult, OINOHttpResult } from "./OINOResult.js";
4
4
  export { OINOStr } from "./OINOStr.js";
5
5
  export { OINOHtmlTemplate } from "./OINOHtmlTemplate.js";
6
- export { OINOParser } from "./OINOParser";
7
6
  /** OINO error message prefix */
8
7
  export declare const OINO_ERROR_PREFIX = "OINO ERROR";
9
8
  /** OINO warning message prefix */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oino-ts/common",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "OINO TS package for common classes.",
5
5
  "author": "Matias Kiviniemi (pragmatta)",
6
6
  "license": "MPL-2.0",
@@ -19,7 +19,7 @@
19
19
  "dependencies": {
20
20
  },
21
21
  "devDependencies": {
22
- "@oino-ts/types": "0.1.2"
22
+ "@oino-ts/types": "0.1.3"
23
23
  },
24
24
  "files": [
25
25
  "src/*.ts",