bytekit 0.2.6 → 0.2.7

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.
Files changed (2) hide show
  1. package/README.md +2 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2347,26 +2347,13 @@ npm run build
2347
2347
 
2348
2348
  ### Testing TypeScript Compatibility / Testeando Compatibilidad
2349
2349
 
2350
- **EN:** Run the compatibility test script to verify your TypeScript version:
2351
- **ES:** Ejecutá el script de compatibilidad para verificar tu versión de TypeScript:
2350
+ **EN:** Run the test suite to verify TypeScript compatibility:
2351
+ **ES:** Ejecutá la suite de tests para verificar compatibilidad con TypeScript:
2352
2352
 
2353
2353
  ```bash
2354
- # Run compatibility tests
2355
- node .kiro/test-ts-compat.js
2356
-
2357
- # Or run full test suite
2358
2354
  npm run test
2359
2355
  ```
2360
2356
 
2361
- ### Detailed Compatibility Guide / Guía Detallada de Compatibilidad
2362
-
2363
- **EN:** For detailed information about TypeScript compatibility, see:
2364
- **ES:** Para información detallada sobre compatibilidad con TypeScript, ver:
2365
-
2366
- - `.kiro/TYPESCRIPT_COMPATIBILITY.md` - Full compatibility matrix and migration paths
2367
- - `.kiro/MULTI_VERSION_TEST_REPORT.md` - Detailed test results and performance metrics
2368
- - `.kiro/TYPESCRIPT_TESTING_SUMMARY.md` - Summary of testing methodology
2369
-
2370
2357
  ## Migration from @sebamar88/utils / Migración desde @sebamar88/utils
2371
2358
 
2372
2359
  **EN:** If you were using `@sebamar88/utils`, simply update your package name to `bytekit`. No code changes are required—all APIs remain the same.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bytekit",
3
3
  "description": "Lightning-fast TypeScript utilities for modern development",
4
- "version": "0.2.6",
4
+ "version": "0.2.7",
5
5
  "type": "module",
6
6
  "imports": {
7
7
  "#core/*": "./dist/utils/core/*",