|
68 | 68 | "release-please": "16.15.0",
|
69 | 69 | "runmd": "1.4.1",
|
70 | 70 | "standard-version": "9.5.0",
|
71 |
| - "typescript": "5.7.2", |
| 71 | + "typescript": "5.0.4", |
72 | 72 | "typescript-eslint": "8.18.2"
|
73 | 73 | },
|
74 | 74 | "optionalDevDependencies": {
|
|
92 | 92 | "examples:node:commonjs:test": "cd examples/node-commonjs && npm test",
|
93 | 93 | "examples:node:esmodules:test": "cd examples/node-esmodules && npm test",
|
94 | 94 | "examples:node:jest:test": "cd examples/node-jest && npm test",
|
| 95 | + "examples:node:typescript:test": "cd examples/typescript && npm test", |
95 | 96 | "lint": "npm run eslint:check && npm run prettier:check",
|
96 | 97 | "md": "runmd --watch --output=README.md README_js.md",
|
97 | 98 | "prepack": "npm run build -- --no-pack",
|
98 | 99 | "prepare": "husky",
|
99 | 100 | "prepublishOnly": "npm run build",
|
100 | 101 | "pretest:benchmark": "npm run build",
|
101 |
| - "pretest:browser": "./scripts/iodd && npm run build && npm-run-all examples:browser:**", |
| 102 | + "pretest:browser": "./scripts/iodd && npm run build && npm-run-all --parallel examples:browser:**", |
102 | 103 | "pretest:node": "npm run build",
|
103 | 104 | "pretest": "npm run build",
|
104 | 105 | "prettier:check": "prettier --check .",
|
105 | 106 | "prettier:fix": "prettier --write .",
|
106 | 107 | "release": "standard-version --no-verify",
|
107 | 108 | "test:benchmark": "cd examples/benchmark && npm test",
|
108 | 109 | "test:browser": "wdio run ./wdio.conf.js",
|
109 |
| - "test:node": "npm-run-all examples:node:**", |
| 110 | + "test:node": "npm-run-all --parallel examples:node:**", |
110 | 111 | "test:watch": "node --test --enable-source-maps --watch dist/esm/test/*.js",
|
111 | 112 | "test": "node --test --enable-source-maps dist/esm/test/*.js"
|
112 | 113 | },
|
|
0 commit comments