@nuxx/torn-fetch 1.0.0 → 1.1.0
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 -2
- package/dist/index.d.ts +13421 -14099
- package/dist/index.js +1 -1
- package/package.json +14 -15
package/README.md
CHANGED
|
@@ -139,7 +139,7 @@ bun run build
|
|
|
139
139
|
- `bun run build` - Builds the project using tsup
|
|
140
140
|
- `bun run lint` - Runs ESLint on the codebase
|
|
141
141
|
- `bun run type-check` - Runs TypeScript type checking
|
|
142
|
-
- `bun
|
|
142
|
+
- `bun test` - Runs the test suite
|
|
143
143
|
- `bun run test:watch` - Runs tests in watch mode
|
|
144
144
|
- `bun run test:coverage` - Runs tests with coverage reporting
|
|
145
145
|
- `bun run ci` - Runs the complete CI pipeline (schema, lint, type-check, test, build)
|
|
@@ -180,7 +180,6 @@ torn-fetch/
|
|
|
180
180
|
├── package.json
|
|
181
181
|
├── tsconfig.json # TypeScript configuration
|
|
182
182
|
├── tsup.config.ts # Build configuration
|
|
183
|
-
├── vitest.config.ts # Test configuration
|
|
184
183
|
├── bun.lock # Bun lock file
|
|
185
184
|
├── TESTING.md # Testing documentation
|
|
186
185
|
└── README.md
|