@jbouduin/hal-rest-client
Advanced tools
Comparing version 0.6.0-beta.5 to 0.6.0-beta.6
@@ -1,10 +0,9 @@ | ||
export * from './hal-cache'; | ||
export * from './hal-decorator'; | ||
export * from './hal-factory'; | ||
export * from './hal-json-serializer'; | ||
export * from './hal-json-parser-exception'; | ||
export * from './hal-json-parser'; | ||
export * from './hal-resource-interface'; | ||
export * from './hal-resource'; | ||
export * from './hal-rest-client'; | ||
export * from './uri'; | ||
export * from './lib/hal-cache.interface'; | ||
export * from './lib/hal-decorator'; | ||
export * from './lib/hal-factory'; | ||
export * from './lib/hal-json-serializer.interface'; | ||
export * from './lib/hal-json-parser.exception'; | ||
export * from './lib/hal-resource.interface'; | ||
export * from './lib/hal-resource'; | ||
export * from './lib/hal-rest-client.interface'; | ||
export * from './lib/uri-data'; |
@@ -13,12 +13,13 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./hal-cache"), exports); | ||
__exportStar(require("./hal-decorator"), exports); | ||
__exportStar(require("./hal-factory"), exports); | ||
__exportStar(require("./hal-json-serializer"), exports); | ||
__exportStar(require("./hal-json-parser-exception"), exports); | ||
__exportStar(require("./hal-json-parser"), exports); | ||
__exportStar(require("./hal-resource-interface"), exports); | ||
__exportStar(require("./hal-resource"), exports); | ||
__exportStar(require("./hal-rest-client"), exports); | ||
__exportStar(require("./uri"), exports); | ||
__exportStar(require("./lib/hal-cache.interface"), exports); | ||
__exportStar(require("./lib/hal-decorator"), exports); | ||
__exportStar(require("./lib/hal-factory"), exports); | ||
__exportStar(require("./lib/hal-json-serializer.interface"), exports); | ||
__exportStar(require("./lib/hal-json-parser.exception"), exports); | ||
// export * from './hal-json-parser'; | ||
__exportStar(require("./lib/hal-resource.interface"), exports); | ||
__exportStar(require("./lib/hal-resource"), exports); | ||
// export * from './hal-rest-client'; | ||
__exportStar(require("./lib/hal-rest-client.interface"), exports); | ||
__exportStar(require("./lib/uri-data"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "0.6.0-beta.5", | ||
"version": "0.6.0-beta.6", | ||
"description": "Hal rest client for typescript", | ||
@@ -47,2 +47,3 @@ "tags": [ | ||
"eslint": "^8.7.0", | ||
"eslint-plugin-jsdoc": "^37.8.2", | ||
"jest": "^27.4.7", | ||
@@ -49,0 +50,0 @@ "nock": "^13.2.2", |
@@ -18,6 +18,2 @@ # @jbouduin/hal-rest-client | ||
## Braking change(s) compared to the original library: | ||
* The parameter signature of HalProperty is different. | ||
* JSON without the _links property are also accepted as Hal-resource | ||
## What I intend to do (without the intention to invest lots of time): | ||
@@ -47,3 +43,3 @@ * Do some clean-up where appropriate | ||
## How to use (mostly original documentation - to be updated) | ||
## How to use (mostly original documentation - to be updated as there are some breaking changes) | ||
@@ -209,3 +205,3 @@ The library provide two access method : | ||
``` | ||
> your model must extends HalResource | ||
> your model musT extends IHalResource | ||
> | ||
@@ -212,0 +208,0 @@ > each property must be annoted with `@HalProperty`. |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
115284
45
1423
13
461