@solid-primitives/script-loader
Advanced tools
+1
-1
@@ -1,2 +0,2 @@ | ||
| import { Accessor, type ComponentProps } from "solid-js"; | ||
| import { type Accessor, type ComponentProps } from "solid-js"; | ||
| export type ScriptProps = Omit<ComponentProps<"script">, "src" | "textContent"> & { | ||
@@ -3,0 +3,0 @@ /** URL or source of the script to load. */ |
+4
-4
| { | ||
| "name": "@solid-primitives/script-loader", | ||
| "version": "2.3.1", | ||
| "version": "2.3.2", | ||
| "description": "Primitive to load scripts dynamically", | ||
@@ -50,7 +50,7 @@ "author": "Alex Lohr <alex.lohr@logmein.com>", | ||
| "devDependencies": { | ||
| "solid-js": "^1.8.7" | ||
| "solid-js": "^1.9.7" | ||
| }, | ||
| "scripts": { | ||
| "dev": "tsx ../../scripts/dev.ts", | ||
| "build": "tsx ../../scripts/build.ts", | ||
| "dev": "node --import=@nothing-but/node-resolve-ts --experimental-transform-types ../../scripts/dev.ts", | ||
| "build": "node --import=@nothing-but/node-resolve-ts --experimental-transform-types ../../scripts/build.ts", | ||
| "vitest": "vitest -c ../../configs/vitest.config.ts", | ||
@@ -57,0 +57,0 @@ "test": "pnpm run vitest", |
8030
1.84%