@spoosh/plugin-deduplication 0.1.5 → 0.1.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.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Request deduplication plugin for Spoosh - prevents duplicate in-flight requests.
4
4
 
5
- **[Documentation](https://spoosh.dev/docs/plugins/deduplication)** · **Requirements:** TypeScript >= 5.0 · **Peer Dependencies:** `@spoosh/core`
5
+ **[Documentation](https://spoosh.dev/docs/react/plugins/deduplication)** · **Requirements:** TypeScript >= 5.0 · **Peer Dependencies:** `@spoosh/core`
6
6
 
7
7
  ## Installation
8
8
 
package/dist/index.d.mts CHANGED
@@ -40,7 +40,7 @@ declare module "@spoosh/core" {
40
40
  *
41
41
  * @param config - Plugin configuration
42
42
  *
43
- * @see {@link https://spoosh.dev/docs/plugins/deduplication | Deduplication Plugin Documentation}
43
+ * @see {@link https://spoosh.dev/docs/react/plugins/deduplication | Deduplication Plugin Documentation}
44
44
  *
45
45
  * @example
46
46
  * ```ts
package/dist/index.d.ts CHANGED
@@ -40,7 +40,7 @@ declare module "@spoosh/core" {
40
40
  *
41
41
  * @param config - Plugin configuration
42
42
  *
43
- * @see {@link https://spoosh.dev/docs/plugins/deduplication | Deduplication Plugin Documentation}
43
+ * @see {@link https://spoosh.dev/docs/react/plugins/deduplication | Deduplication Plugin Documentation}
44
44
  *
45
45
  * @example
46
46
  * ```ts
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@spoosh/plugin-deduplication",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "Request deduplication plugin for Spoosh - prevents duplicate in-flight requests",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/nxnom/spoosh.git",
8
+ "url": "git+https://github.com/spooshdev/spoosh.git",
9
9
  "directory": "packages/plugin-deduplication"
10
10
  },
11
11
  "bugs": {
12
- "url": "https://github.com/nxnom/spoosh/issues"
12
+ "url": "https://github.com/spooshdev/spoosh/issues"
13
13
  },
14
- "homepage": "https://spoosh.dev/react/docs/plugins/deduplication",
14
+ "homepage": "https://spoosh.dev/docs/react/plugins/deduplication",
15
15
  "publishConfig": {
16
16
  "access": "public"
17
17
  },
@@ -33,11 +33,11 @@
33
33
  }
34
34
  },
35
35
  "peerDependencies": {
36
- "@spoosh/core": ">=0.4.0"
36
+ "@spoosh/core": ">=0.11.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@spoosh/core": "0.6.0",
40
- "@spoosh/test-utils": "0.1.5"
39
+ "@spoosh/core": "0.11.0",
40
+ "@spoosh/test-utils": "0.1.6"
41
41
  },
42
42
  "scripts": {
43
43
  "dev": "tsup --watch",