@notabene/javascript-sdk 2.4.0 → 2.4.1

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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -381,8 +381,6 @@ If any error occurs, the `error` event is passed containing a message.
381
381
  withdrawal.on('error', {message} => ...)
382
382
  ```
383
383
 
384
- Error types can be found [here](./docs/types/enumerations/ErrorIdentifierCode.md) object.
385
-
386
384
  ## Transaction parameters
387
385
 
388
386
  ### Asset specification
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "author": "Notabene <developers@notabene.id>",
11
11
  "license": "MIT",
12
12
  "packageManager": "yarn@4.5.1",
13
- "version": "2.4.0",
13
+ "version": "2.4.1",
14
14
  "source": "src/notabene.ts",
15
15
  "main": "dist/notabene.js",
16
16
  "types": "dist/notabene.d.ts",