fetchguard 1.0.0 → 1.0.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 (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fetchguard",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A secure fetch API library that runs in Web Workers with automatic token management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,12 +22,12 @@
22
22
  "dev": "tsup --watch",
23
23
  "clean": "rm -rf dist",
24
24
  "typecheck": "tsc --noEmit",
25
- "test": "npm run test:node && npm run test:browser",
26
- "test:node": "vitest run --config vitest.config.ts",
27
- "test:watch": "vitest --config vitest.config.ts",
28
- "test:ui": "vitest --config vitest.config.ts --ui",
29
- "test:coverage": "vitest run --config vitest.config.ts --coverage",
30
- "test:browser": "npm run build && vitest --config vitest.browser.config.ts --browser chromium",
25
+ "test": "npm run test:node && npm run test:browser",
26
+ "test:node": "vitest run --config vitest.config.ts",
27
+ "test:watch": "vitest --config vitest.config.ts",
28
+ "test:ui": "vitest --config vitest.config.ts --ui",
29
+ "test:coverage": "vitest run --config vitest.config.ts --coverage",
30
+ "test:browser": "npm run build && vitest --config vitest.browser.config.ts --browser chromium",
31
31
  "prepublishOnly": "npm run build",
32
32
  "prepack": "npm run build"
33
33
  },
@@ -60,10 +60,10 @@
60
60
  },
61
61
  "repository": {
62
62
  "type": "git",
63
- "url": "git+https://github.com/your-username/fetchguard.git"
63
+ "url": "git+https://github.com/minhtaimc/fetchguard.git"
64
64
  },
65
65
  "bugs": {
66
- "url": "https://github.com/your-username/fetchguard/issues"
66
+ "url": "https://github.com/minhtaimc/fetchguard/issues"
67
67
  },
68
- "homepage": "https://github.com/your-username/fetchguard#readme"
68
+ "homepage": "https://github.com/minhtaimc/fetchguard#readme"
69
69
  }