@feedthrough/nuxt 0.1.0 → 0.3.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;GAcG;;AACH,wBAWG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;GAcG;;AACH,wBAYG"}
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { defineNuxtModule, addVitePlugin } from "@nuxt/kit";
2
1
  import { feedthrough } from "@feedthrough/vite";
2
+ import { addVitePlugin, defineNuxtModule } from "@nuxt/kit";
3
3
  /**
4
4
  * Nuxt module that injects the Feedthrough bridge in dev mode.
5
5
  *
@@ -25,6 +25,7 @@ export default defineNuxtModule({
25
25
  if (!nuxt.options.dev)
26
26
  return;
27
27
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
28
+ // biome-ignore lint/suspicious/noExplicitAny: addVitePlugin parameter type does not match the plugin inferred type
28
29
  addVitePlugin(() => feedthrough(options));
29
30
  },
30
31
  });
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAGhD;;;;;;;;;;;;;;GAcG;AACH,eAAe,gBAAgB,CAAgB;IAC7C,IAAI,EAAE;QACJ,IAAI,EAAE,mBAAmB;QACzB,SAAS,EAAE,aAAa;KACzB;IACD,QAAQ,EAAE,EAAE;IACZ,KAAK,CAAC,OAAO,EAAE,IAAI;QACjB,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG;YAAE,OAAO;QAC9B,8DAA8D;QAC9D,aAAa,CAAC,GAAG,EAAE,CAAC,WAAW,CAAC,OAAO,CAAQ,CAAC,CAAC;IACnD,CAAC;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE5D;;;;;;;;;;;;;;GAcG;AACH,eAAe,gBAAgB,CAAgB;IAC7C,IAAI,EAAE;QACJ,IAAI,EAAE,mBAAmB;QACzB,SAAS,EAAE,aAAa;KACzB;IACD,QAAQ,EAAE,EAAE;IACZ,KAAK,CAAC,OAAO,EAAE,IAAI;QACjB,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG;YAAE,OAAO;QAC9B,8DAA8D;QAC9D,mHAAmH;QACnH,aAAa,CAAC,GAAG,EAAE,CAAC,WAAW,CAAC,OAAO,CAAQ,CAAC,CAAC;IACnD,CAAC;CACF,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@feedthrough/nuxt",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "license": "MIT",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/feedthrough/feedthrough.git",
8
+ "directory": "packages/nuxt"
9
+ },
5
10
  "type": "module",
6
11
  "main": "./dist/index.js",
7
12
  "types": "./dist/index.d.ts",
@@ -17,8 +22,8 @@
17
22
  },
18
23
  "dependencies": {
19
24
  "@nuxt/kit": "^3.17.3",
20
- "@feedthrough/core": "0.1.0",
21
- "@feedthrough/vite": "0.1.0"
25
+ "@feedthrough/core": "0.3.0",
26
+ "@feedthrough/vite": "0.3.0"
22
27
  },
23
28
  "devDependencies": {
24
29
  "@types/node": "^22.15.21",