Skip to content

Commit

Permalink
Merge pull request #65 from fingerprintjs/docs/readme-remove-oss-ment…
Browse files Browse the repository at this point in the history
…ions

chore: remove mentions of open-source FingeprintJS INTER-123
  • Loading branch information
JuroUhlar authored Dec 5, 2024
2 parents 17431b7 + 8a66b60 commit 687b316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/syncVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 687b316

Please sign in to comment.