@waitkit/core 0.1.0 → 0.1.1

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 +3 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -26,8 +26,11 @@ regular dependency instead:
26
26
 
27
27
  ```bash
28
28
  npm install @waitkit/core
29
+ # or
29
30
  pnpm add @waitkit/core
31
+ # or
30
32
  yarn add @waitkit/core
33
+ # or
31
34
  bun add @waitkit/core
32
35
  ```
33
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waitkit/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Development-only fetch interceptor for testing loading, error, and timeout states.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -47,8 +47,8 @@
47
47
  "tsup": "^8.5.1",
48
48
  "typescript": "^5.9.3",
49
49
  "vitest": "^4.1.6",
50
- "@waitkit/typescript-config": "0.0.0",
51
- "@waitkit/eslint-config": "0.0.0"
50
+ "@waitkit/eslint-config": "0.0.0",
51
+ "@waitkit/typescript-config": "0.0.0"
52
52
  },
53
53
  "scripts": {
54
54
  "dev": "tsup --watch",