@spoosh/plugin-gc 0.1.3 → 0.1.5

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/dist/index.d.mts CHANGED
@@ -31,7 +31,7 @@ type GcPluginExports = {
31
31
  *
32
32
  * @param options - Plugin options
33
33
  *
34
- * @see {@link https://spoosh.dev/docs/plugins/gc | GC Plugin Documentation}
34
+ * @see {@link https://spoosh.dev/docs/react/plugins/gc | GC Plugin Documentation}
35
35
  *
36
36
  * @example
37
37
  * ```ts
package/dist/index.d.ts CHANGED
@@ -31,7 +31,7 @@ type GcPluginExports = {
31
31
  *
32
32
  * @param options - Plugin options
33
33
  *
34
- * @see {@link https://spoosh.dev/docs/plugins/gc | GC Plugin Documentation}
34
+ * @see {@link https://spoosh.dev/docs/react/plugins/gc | GC Plugin Documentation}
35
35
  *
36
36
  * @example
37
37
  * ```ts
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@spoosh/plugin-gc",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Garbage collection plugin for Spoosh cache with time and size-based cleanup",
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-gc"
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/docs/plugins/gc",
14
+ "homepage": "https://spoosh.dev/docs/react/plugins/gc",
15
15
  "publishConfig": {
16
16
  "access": "public"
17
17
  },
@@ -37,8 +37,8 @@
37
37
  "@spoosh/core": ">=0.4.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@spoosh/core": "0.4.0",
41
- "@spoosh/test-utils": "0.1.4"
40
+ "@spoosh/core": "0.10.0",
41
+ "@spoosh/test-utils": "0.1.5"
42
42
  },
43
43
  "scripts": {
44
44
  "dev": "tsup --watch",