@spoosh/plugin-transform 0.5.0 → 0.5.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.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Transform response data with full type inference.
4
4
 
5
- **[Documentation](https://spoosh.dev/docs/plugins/transform)** · **Requirements:** TypeScript >= 5.0 · **Peer Dependencies:** `@spoosh/core`
5
+ **[Documentation](https://spoosh.dev/docs/react/plugins/transform)** · **Requirements:** TypeScript >= 5.0 · **Peer Dependencies:** `@spoosh/core`
6
6
 
7
7
  ## Installation
8
8
 
package/dist/index.d.mts CHANGED
@@ -48,7 +48,7 @@ declare module "@spoosh/core" {
48
48
  *
49
49
  * All transforms are per-request for full type inference.
50
50
  *
51
- * @see {@link https://spoosh.dev/docs/plugins/transform | Transform Plugin Documentation}
51
+ * @see {@link https://spoosh.dev/docs/react/plugins/transform | Transform Plugin Documentation}
52
52
  *
53
53
  * @example
54
54
  * ```ts
package/dist/index.d.ts CHANGED
@@ -48,7 +48,7 @@ declare module "@spoosh/core" {
48
48
  *
49
49
  * All transforms are per-request for full type inference.
50
50
  *
51
- * @see {@link https://spoosh.dev/docs/plugins/transform | Transform Plugin Documentation}
51
+ * @see {@link https://spoosh.dev/docs/react/plugins/transform | Transform Plugin Documentation}
52
52
  *
53
53
  * @example
54
54
  * ```ts
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@spoosh/plugin-transform",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Data transformation plugin for Spoosh with sync/async support",
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-transform"
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/transform",
14
+ "homepage": "https://spoosh.dev/docs/react/plugins/transform",
15
15
  "publishConfig": {
16
16
  "access": "public"
17
17
  },
@@ -36,7 +36,7 @@
36
36
  "@spoosh/core": ">=0.8.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@spoosh/core": "0.8.0",
39
+ "@spoosh/core": "0.10.0",
40
40
  "@spoosh/test-utils": "0.1.5"
41
41
  },
42
42
  "scripts": {