@notabene/javascript-sdk 2.17.0-next.4 → 2.18.0

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.
package/README.md CHANGED
@@ -452,12 +452,6 @@ const { invoice, merchant, customer } = await reader.completion();
452
452
 
453
453
  It also supports `openModal()` and `popup()` like the other components:
454
454
 
455
- ```js
456
- const { invoice, merchant, customer } = await notabene
457
- .createInvoiceReader()
458
- .openModal();
459
- It also supports `openModal()` and `popup()` like the other components:
460
-
461
455
  ```js
462
456
  // Modal
463
457
  const { invoice, merchant, customer } = await notabene
@@ -468,7 +462,7 @@ const { invoice, merchant, customer } = await notabene
468
462
  const { invoice, merchant, customer } = await notabene
469
463
  .createInvoiceReader()
470
464
  .popup();
471
- ```
465
+ ```
472
466
 
473
467
  ### Response
474
468
 
@@ -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.17.0-next.4",
13
+ "version": "2.18.0",
14
14
  "source": "src/notabene.ts",
15
15
  "main": "dist/cjs/notabene.cjs",
16
16
  "module": "dist/esm/notabene.js",
@@ -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.17.0-next.4",
13
+ "version": "2.18.0",
14
14
  "source": "src/notabene.ts",
15
15
  "main": "dist/cjs/notabene.cjs",
16
16
  "module": "dist/esm/notabene.js",
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.17.0-next.4",
13
+ "version": "2.18.0",
14
14
  "source": "src/notabene.ts",
15
15
  "main": "dist/cjs/notabene.cjs",
16
16
  "module": "dist/esm/notabene.js",