@flonkid/kyc 1.9.0 → 1.9.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.
- package/README.md +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/server.cjs +1 -1
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +1 -1
- package/dist/server.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -261,7 +261,7 @@ Three versions, deliberately separate:
|
|
|
261
261
|
- **Package version** (npm) — changes every release.
|
|
262
262
|
- **SDK↔iframe wire protocol** — the widget iframe and SDK deploy independently,
|
|
263
263
|
so the wire is additive-only; a `PROTOCOL_VERSION_MISMATCH` diagnostic surfaces
|
|
264
|
-
a stale-cached peer.
|
|
264
|
+
a stale-cached peer.
|
|
265
265
|
- **REST API version** — date-pinned, sent as the `Flonk-Version` header on every
|
|
266
266
|
server request. The API is additive-only within a version; a breaking change
|
|
267
267
|
would mint a new date and serve the old shape to SDKs pinned to the old one.
|
|
@@ -278,4 +278,4 @@ Three versions, deliberately separate:
|
|
|
278
278
|
## License
|
|
279
279
|
|
|
280
280
|
Proprietary. Copyright (c) 2026 Flonk. All rights reserved.
|
|
281
|
-
See [Terms of Service](https://flonk.id/terms) for usage terms.
|
|
281
|
+
See [Terms of Service](https://flonk.id/en/terms) for usage terms.
|
package/dist/index.cjs
CHANGED
|
@@ -4,7 +4,7 @@ var react = require('react');
|
|
|
4
4
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
5
|
|
|
6
6
|
// src/shared/constants.ts
|
|
7
|
-
var SDK_VERSION = "1.9.
|
|
7
|
+
var SDK_VERSION = "1.9.1";
|
|
8
8
|
var DEFAULT_WIDGET_URL = "https://widget.flonk.id";
|
|
9
9
|
var DEFAULT_API_BASE = "https://api.flonk.id/v1";
|
|
10
10
|
var API_VERSION = "2026-06-01";
|