@real-router/preload-plugin 0.1.3 → 0.1.4

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.
@@ -19,7 +19,7 @@ declare module "@real-router/core" {
19
19
  interface Router {
20
20
  getPreloadSettings(): PreloadPluginOptions;
21
21
  }
22
- }
22
+ } //# sourceMappingURL=index.d.ts.map
23
23
  //#endregion
24
24
  export { type PreloadPluginOptions, preloadPluginFactory };
25
25
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../src/types.ts","../../src/factory.ts","../../src/index.ts"],"mappings":";;;UAAiB,oBAAA;;EAEf,KAAA;EAFe;EAIf,YAAA;AAAA;;;iBCIc,oBAAA,CACd,IAAA,GAAO,OAAA,CAAQ,oBAAA,IACd,aAAA;;;;YCDS,KAAA;IACR,OAAA,IAAW,MAAA,EAAQ,MAAA,KAAW,OAAA;EAAA;EAAA,UAGtB,MAAA;IACR,kBAAA,IAAsB,oBAAA;EAAA;AAAA"}
@@ -19,7 +19,7 @@ declare module "@real-router/core" {
19
19
  interface Router {
20
20
  getPreloadSettings(): PreloadPluginOptions;
21
21
  }
22
- }
22
+ } //# sourceMappingURL=index.d.ts.map
23
23
  //#endregion
24
24
  export { type PreloadPluginOptions, preloadPluginFactory };
25
25
  //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../../src/types.ts","../../src/factory.ts","../../src/index.ts"],"mappings":";;;UAAiB,oBAAA;;EAEf,KAAA;EAFe;EAIf,YAAA;AAAA;;;iBCIc,oBAAA,CACd,IAAA,GAAO,OAAA,CAAQ,oBAAA,IACd,aAAA;;;;YCDS,KAAA;IACR,OAAA,IAAW,MAAA,EAAQ,MAAA,KAAW,OAAA;EAAA;EAAA,UAGtB,MAAA;IACR,kBAAA,IAAsB,oBAAA;EAAA;AAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@real-router/preload-plugin",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "type": "commonjs",
5
5
  "description": "Preload plugin — trigger data preloading on navigation intent (hover, touch)",
6
6
  "main": "./dist/cjs/index.js",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "sideEffects": false,
46
46
  "dependencies": {
47
- "@real-router/core": "^0.45.2"
47
+ "@real-router/core": "^0.46.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "jsdom": "28.1.0"
@@ -56,6 +56,7 @@
56
56
  "lint": "eslint --cache --ext .ts src/ tests/ --fix --max-warnings 0",
57
57
  "lint:package": "publint",
58
58
  "lint:types": "attw --pack .",
59
- "build:dist-only": "tsdown --config-loader unrun"
59
+ "build:dist-only": "tsdown --config-loader unrun",
60
+ "test:properties": "vitest --config vitest.config.properties.mts --run"
60
61
  }
61
62
  }