@twin.org/nft-rest-client 0.0.1-next.4 → 0.0.1-next.5

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.
@@ -41,7 +41,7 @@ class NftClient extends apiCore.BaseRestClient {
41
41
  namespace
42
42
  }
43
43
  });
44
- return response.headers.Location;
44
+ return response.headers.location;
45
45
  }
46
46
  /**
47
47
  * Resolve an NFT.
@@ -39,7 +39,7 @@ class NftClient extends BaseRestClient {
39
39
  namespace
40
40
  }
41
41
  });
42
- return response.headers.Location;
42
+ return response.headers.location;
43
43
  }
44
44
  /**
45
45
  * Resolve an NFT.
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/nft-rest-client - Changelog
2
2
 
3
- ## v0.0.1-next.4
3
+ ## v0.0.1-next.5
4
4
 
5
5
  - Initial Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/nft-rest-client",
3
- "version": "0.0.1-next.4",
3
+ "version": "0.0.1-next.5",
4
4
  "description": "NFT contract implementation which can connect to REST endpoints",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,7 +19,7 @@
19
19
  "@twin.org/core": "next",
20
20
  "@twin.org/entity": "next",
21
21
  "@twin.org/nameof": "next",
22
- "@twin.org/nft-models": "0.0.1-next.4"
22
+ "@twin.org/nft-models": "0.0.1-next.5"
23
23
  },
24
24
  "main": "./dist/cjs/index.cjs",
25
25
  "module": "./dist/esm/index.mjs",