@unhead/solid-js 3.0.1 → 3.0.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/dist/index.d.mts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { UseHeadInput, HeadEntryOptions, ActiveHeadEntry, HeadSafe, UseScriptInput, UseScriptOptions, UseScriptReturn, UseSeoMetaInput, Unhead } from 'unhead/types';
2
+ export { defineLink, defineScript } from 'unhead';
2
3
 
3
4
  declare const hookImports: {
4
5
  '@unhead/solid': string[];
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { UseHeadInput, HeadEntryOptions, ActiveHeadEntry, HeadSafe, UseScriptInput, UseScriptOptions, UseScriptReturn, UseSeoMetaInput, Unhead } from 'unhead/types';
2
+ export { defineLink, defineScript } from 'unhead';
2
3
 
3
4
  declare const hookImports: {
4
5
  '@unhead/solid': string[];
package/dist/index.mjs CHANGED
@@ -1,6 +1,7 @@
1
1
  import { onMount, onCleanup, useContext, getOwner, runWithOwner, createSignal, createEffect } from 'solid-js';
2
2
  import { isServer } from 'solid-js/web';
3
3
  import { useScript as useScript$1, useHead as useHead$1, useHeadSafe as useHeadSafe$1, useSeoMeta as useSeoMeta$1 } from 'unhead';
4
+ export { defineLink, defineScript } from 'unhead';
4
5
  import { U as UnheadContext } from './shared/solid-js.BJ7JZ7E-.mjs';
5
6
 
6
7
  const hookImports = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unhead/solid-js",
3
3
  "type": "module",
4
- "version": "3.0.1",
4
+ "version": "3.0.2",
5
5
  "description": "Full-stack <head> manager built for SolidJS.",
6
6
  "author": "Harlan Wilton <harlan@harlanzw.com>",
7
7
  "license": "MIT",
@@ -107,8 +107,8 @@
107
107
  "magic-string": "^0.30.21",
108
108
  "oxc-parser": "^0.124.0",
109
109
  "oxc-walker": "^0.7.0",
110
- "@unhead/bundler": "3.0.1",
111
- "unhead": "3.0.1"
110
+ "unhead": "3.0.2",
111
+ "@unhead/bundler": "3.0.2"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@solidjs/testing-library": "^0.8.10",