@rljson/io 0.0.15 → 0.0.17
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rljson/io",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.17",
|
|
4
4
|
"packageManager": "pnpm@10.6.2",
|
|
5
5
|
"description": "Low level interface for reading and writing RLJSON data",
|
|
6
6
|
"homepage": "https://github.com/rljson/io",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
],
|
|
22
22
|
"type": "module",
|
|
23
23
|
"scripts": {
|
|
24
|
-
"build": "npx vite build && tsc &&
|
|
24
|
+
"build": "npx vite build && tsc && node scripts/copy-readme-to-dist.js && node scripts/copy-file.js src/example.ts dist/src",
|
|
25
25
|
"test": "npx vitest run --coverage && npm run lint",
|
|
26
26
|
"prebuild": "npm run test",
|
|
27
27
|
"prepublishOnly": "npm run build && npm run test",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"updateGoldens": "cross-env UPDATE_GOLDENS=true npm test"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@types/node": "^22.13.
|
|
32
|
+
"@types/node": "^22.13.14",
|
|
33
33
|
"@typescript-eslint/eslint-plugin": "^8.28.0",
|
|
34
34
|
"@typescript-eslint/parser": "^8.28.0",
|
|
35
35
|
"@vitest/coverage-v8": "^3.0.9",
|