diff --git a/README.md b/README.md index 7b84faa..4e9c93c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ FingerprintJS Pro Svelte SDK is an easy way to integrate Fingerprint into your S - For TypeScript users: use Typescript 4.8 or higher - For SvelteKit users: SvelteKit 1.0.0 or higher -This package works with Fingerprint Pro, it is not compatible with open-source FingerprintJS. See our documentation to learn more about the [difference between Fingerprint Pro and the open-source FingerprintJS](https://dev.fingerprint.com/docs/pro-vs-open-source). +This package works with the commercial [Fingerprint platform](https://fingerprint.com/). It is not compatible with the source-available [FingerprintJS library](https://github.com/fingerprintjs/fingerprintjs). Learn more about the [differences between Fingerprint and FingerprintJS](https://fingerprint.com/github/). ## Installation diff --git a/scripts/syncVersion.js b/scripts/syncVersion.js index fee3e8c..d42b075 100644 --- a/scripts/syncVersion.js +++ b/scripts/syncVersion.js @@ -5,7 +5,7 @@ import path from 'path' import fs from 'fs' -import pkg from '../package.json' assert { type: 'json' } +import pkg from '../package.json' with { type: 'json' } const optionFiles = { target: path.resolve('./src/lib/options.ts'),