@windingtree/org.id-utils
Advanced tools
Comparing version 0.2.0 to 0.2.1
export * as uid from './uid'; | ||
export * as http from './http'; | ||
export * as errors from './errors'; |
@@ -22,4 +22,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.uid = void 0; | ||
exports.errors = exports.http = exports.uid = void 0; | ||
exports.uid = __importStar(require("./uid")); | ||
exports.http = __importStar(require("./http")); | ||
exports.errors = __importStar(require("./errors")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@windingtree/org.id-utils", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Shared ORGiD utilities", | ||
@@ -14,3 +14,3 @@ "main": "./dist/index.js", | ||
"build": "rm -rf dist && npx tsc -p tsconfig-build.json", | ||
"build:docs": "rm -rf docs && npx typedoc --out docs src", | ||
"build:docs": "rm -rf docs && npx typedoc --plugin typedoc-plugin-markdown --entryDocument docs/modules.md --out docs src/index.ts", | ||
"test": "npx jest", | ||
@@ -45,4 +45,5 @@ "test:coverage": "npx jest --coverage" | ||
"typedoc": "0.20.36", | ||
"typedoc-plugin-markdown": "3.8.1", | ||
"typescript": "4.2.4" | ||
} | ||
} |
@@ -30,2 +30,2 @@ # @windingtree/org.id-utils | ||
[Generated docs](./docs/index.html) | ||
[Generated docs](docs/docs/modules.md) |
Sorry, the diff of this file is not supported yet
9114
153
8