@spoosh/plugin-prefetch 0.3.1 → 0.3.2

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
  Prefetch plugin for Spoosh - preload data before it's needed.
4
4
 
5
- **[Documentation](https://spoosh.dev/docs/plugins/prefetch)** · **Requirements:** TypeScript >= 5.0 · **Peer Dependencies:** `@spoosh/core`
5
+ **[Documentation](https://spoosh.dev/docs/react/plugins/prefetch)** · **Requirements:** TypeScript >= 5.0 · **Peer Dependencies:** `@spoosh/core`
6
6
 
7
7
  ## Installation
8
8
 
package/dist/index.d.mts CHANGED
@@ -33,7 +33,7 @@ declare module "@spoosh/core" {
33
33
  *
34
34
  * @param config - Configuration options (reserved for future use)
35
35
  *
36
- * @see {@link https://spoosh.dev/docs/plugins/prefetch | Prefetch Plugin Documentation}
36
+ * @see {@link https://spoosh.dev/docs/react/plugins/prefetch | Prefetch Plugin Documentation}
37
37
  *
38
38
  * @returns Prefetch plugin instance
39
39
  *
package/dist/index.d.ts CHANGED
@@ -33,7 +33,7 @@ declare module "@spoosh/core" {
33
33
  *
34
34
  * @param config - Configuration options (reserved for future use)
35
35
  *
36
- * @see {@link https://spoosh.dev/docs/plugins/prefetch | Prefetch Plugin Documentation}
36
+ * @see {@link https://spoosh.dev/docs/react/plugins/prefetch | Prefetch Plugin Documentation}
37
37
  *
38
38
  * @returns Prefetch plugin instance
39
39
  *
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@spoosh/plugin-prefetch",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Prefetch plugin for Spoosh - preload data before it's needed",
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-prefetch"
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/prefetch",
14
+ "homepage": "https://spoosh.dev/docs/react/plugins/prefetch",
15
15
  "publishConfig": {
16
16
  "access": "public"
17
17
  },
@@ -36,7 +36,7 @@
36
36
  "@spoosh/core": ">=0.9.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@spoosh/core": "0.9.0",
39
+ "@spoosh/core": "0.10.0",
40
40
  "@spoosh/test-utils": "0.1.5"
41
41
  },
42
42
  "scripts": {