@canutin/svelte-currency-input 1.0.0-next.7 → 1.0.0-next.8
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/package.json +3 -2
package/README.md
CHANGED
|
@@ -276,7 +276,7 @@ const expanded = parseAbbrValue('2.5m', 'en-US');
|
|
|
276
276
|
|
|
277
277
|
## Svelte 4
|
|
278
278
|
|
|
279
|
-
For Svelte 4 support, use the [0.x version](https://github.com/fmaclen/svelte-currency-input/tree/
|
|
279
|
+
For Svelte 4 support, use the [0.x version](https://github.com/fmaclen/svelte-currency-input/tree/v0.13.0):
|
|
280
280
|
|
|
281
281
|
```bash
|
|
282
282
|
npm install @canutin/svelte-currency-input@0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canutin/svelte-currency-input",
|
|
3
|
-
"version": "1.0.0-next.
|
|
3
|
+
"version": "1.0.0-next.8",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=22"
|
|
6
6
|
},
|
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
"quality": "bun run format && bun run eslint . && bun run check",
|
|
39
39
|
"test:unit": "vitest",
|
|
40
40
|
"test": "npm run test:unit -- --run && npm run test:e2e",
|
|
41
|
-
"test:e2e": "playwright test"
|
|
41
|
+
"test:e2e": "playwright test",
|
|
42
|
+
"token": "./scripts/rotate-npm-token.sh"
|
|
42
43
|
},
|
|
43
44
|
"files": [
|
|
44
45
|
"dist"
|