@inkibra/error-base
Advanced tools
+127
-0
@@ -6,2 +6,129 @@ # Change Log | ||
| # [2.0.0](https://github.com/inKibra/core/compare/@inkibra/error-base@0.7.1-alpha.6...@inkibra/error-base@2.0.0) (2020-03-26) | ||
| * inKibra Next ([f9f7b43](https://github.com/inKibra/core/commit/f9f7b435105a1745e6c957b2133a98b197da966e)) | ||
| ### BREAKING CHANGES | ||
| * The config from consul has been removed. Also packages now define their own config types | ||
| file had incorrect name | ||
| docs: README updates | ||
| feat: exported all finished generate templates | ||
| feat: template writing to disk via a cli | ||
| * enviroment names standardized to domain first | ||
| fix: template formating and content | ||
| fix: paths and package names for api generator | ||
| fix: client package building without tsify | ||
| META: repo reorg around package domains | ||
| fix: template fixes | ||
| build from packages/inkibra | ||
| allowSyntheticDefaultImports -> true | ||
| updated location of tsc based on new package filesystem position | ||
| use ed25519 over RSA for ssh-key gen | ||
| fix: fixed templates | ||
| feat: server-functions.ts file added as template | ||
| fix: added cli linkage for new server-functions.ts template | ||
| test: updated cyrpto-jwt-claim test | ||
| fix: build string fixed | ||
| fix: use correct version of couchbase sdk (fixed to older version) and sidestep an error with types | ||
| fix: use correct bucket name and host for couchbase | ||
| fix: import for uuid fixed | ||
| fix: removed postpublish | ||
| fix: removed test relying on old config | ||
| fix: updated package-lock.json | ||
| fix: test building | ||
| replaced prepublish with prepare lifecycle | ||
| fix: using prepublishOnly to avoid prepare behavior | ||
| fix: type error for Headers | ||
| fix: returning a type | ||
| feat: Generator gives port assignments for backend services | ||
| fix: better descriptions | ||
| feat: generators for library | ||
| feat: proxy for local storage to object | ||
| feat: typescript and build rules update | ||
| feat: smart proxy layer | ||
| feat: added TEXT_JAVASCRIPT mime type | ||
| feat: added error response for expired token and fixed expirations over 59 minutes | ||
| fix: build error | ||
| docs: documented the features | ||
| fix: fixed expiration of of parsed token and binary dockerfile links | ||
| fix: SIGPIPE shutdown and disabled guarding async middleware | ||
| feat: cloudpod now takes snapshots and can recover from snapshots | ||
| docs: added README docs | ||
| feat: README template for api. Docs for inkibra-generate command | ||
| feat: an inkibra internal webserver, right now it connects to the example-api | ||
| feat: example-api synced with generator | ||
| feat: api template dual indexes now for owner and data, dropped message field, added data field. README template has suggestion for finding running service. package.json template has fixed full-test and full-build commands | ||
| docs: README has suggestion for where to find service | ||
| docs: better project level docs, goes over some lerna commands and links to @inkibra/generate README | ||
| fix: full-test and full-build commands link to lerna in repo level npm bin | ||
| devops: added cpu and memory to corp-inkibra-bradleat-cloudpod | ||
| feat: dal-connection service is now scoped | ||
| feat: added scope | ||
| docs: prefer to use npm link over npm install | ||
| docs: removed strikethrough | ||
| docs: added ! | ||
| # [1.0.0](https://github.com/inKibra/core/compare/@inkibra/error-base@0.7.1-alpha.6...@inkibra/error-base@1.0.0) (2020-03-26) | ||
@@ -8,0 +135,0 @@ |
+2
-2
| { | ||
| "name": "@inkibra/error-base", | ||
| "version": "1.0.0", | ||
| "version": "2.0.0", | ||
| "description": "The error type manager", | ||
@@ -28,3 +28,3 @@ "main": "./build/index.js", | ||
| }, | ||
| "gitHead": "8a12dba31e68e47c218bcdbd70fff9f3444b78a9" | ||
| "gitHead": "e163529995a1cb3d1f689dac1117f0003d708452" | ||
| } |
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
66780
4.75%