ts-fsrs 5.2.0 → 5.2.2
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 +1 -1
- package/dist/index.cjs +1986 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +153 -152
- package/dist/index.mjs +1939 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +2060 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +16 -19
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ You can find the state transition diagram for cards here:
|
|
|
24
24
|
`ts-fsrs@3.x` requires Node.js version `16.0.0` or higher. Starting with `ts-fsrs@4.x`, the minimum required Node.js version is `18.0.0`.
|
|
25
25
|
From version `3.5.6` onwards, ts-fsrs supports CommonJS, ESM, and UMD module systems.
|
|
26
26
|
|
|
27
|
-
```
|
|
27
|
+
```bash
|
|
28
28
|
npm install ts-fsrs # npm install github:open-spaced-repetition/ts-fsrs
|
|
29
29
|
yarn add ts-fsrs
|
|
30
30
|
pnpm install ts-fsrs # pnpm install github:open-spaced-repetition/ts-fsrs
|