@jill64/svelte-html
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -0,2 +1,9 @@ | ||
/// <reference types="@sveltejs/kit" /> | ||
export { default as SvelteHTML } from './SvelteHtml.svelte'; | ||
export { transform } from './transform'; | ||
export { apply }; | ||
import { apply } from './apply'; | ||
/** @deprecated rename to `apply` */ | ||
export declare const transform: (attributes: Record<string, string>) => ((input: { | ||
html: string; | ||
done: boolean; | ||
}) => import("@sveltejs/kit").MaybePromise<string | undefined>) | undefined; |
export { default as SvelteHTML } from './SvelteHtml.svelte'; | ||
export { transform } from './transform'; | ||
export { apply }; | ||
import { apply } from './apply'; | ||
/** @deprecated rename to `apply` */ | ||
export const transform = apply; |
{ | ||
"name": "@jill64/svelte-html", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "🏷️ Declarative attribute binding for the root html element", | ||
@@ -33,2 +33,3 @@ "main": "dist/index.js", | ||
"declarative", | ||
"html", | ||
"svelte" | ||
@@ -56,8 +57,8 @@ ], | ||
"@sveltejs/adapter-cloudflare": "2.3.3", | ||
"@sveltejs/kit": "1.27.3", | ||
"@typescript-eslint/eslint-plugin": "6.9.1", | ||
"@typescript-eslint/parser": "6.9.1", | ||
"@sveltejs/kit": "1.27.4", | ||
"@typescript-eslint/eslint-plugin": "6.10.0", | ||
"@typescript-eslint/parser": "6.10.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint-plugin-deprecation": "2.0.0", | ||
"eslint-plugin-svelte": "2.34.1", | ||
"eslint-plugin-svelte": "2.35.0", | ||
"prettier-plugin-svelte": "3.0.3", | ||
@@ -64,0 +65,0 @@ "svelte": "4.2.2", |
@@ -5,3 +5,3 @@ <!----- BEGIN GHOST DOCS HEADER -----> | ||
[![npm-version](https://img.shields.io/npm/v/@jill64/svelte-html)](https://npmjs.com/package/@jill64/svelte-html) [![npm-license](https://img.shields.io/npm/l/@jill64/svelte-html)](https://npmjs.com/package/@jill64/svelte-html) [![npm-download-month](https://img.shields.io/npm/dm/@jill64/svelte-html)](https://npmjs.com/package/@jill64/svelte-html) [![npm-min-size](https://img.shields.io/bundlephobia/min/@jill64/svelte-html)](https://npmjs.com/package/@jill64/svelte-html) [![ci.yml](https://github.com/jill64/svelte-html/actions/workflows/ci.yml/badge.svg)](https://github.com/jill64/svelte-html/actions/workflows/ci.yml) [![codecov-coverage](https://codecov.io/gh/jill64/svelte-html/graph/badge.svg)](https://codecov.io/gh/jill64/svelte-html) | ||
[![npm-version](https://img.shields.io/npm/v/@jill64/svelte-html)](https://npmjs.com/package/@jill64/svelte-html) [![npm-license](https://img.shields.io/npm/l/@jill64/svelte-html)](https://npmjs.com/package/@jill64/svelte-html) [![npm-download-month](https://img.shields.io/npm/dm/@jill64/svelte-html)](https://npmjs.com/package/@jill64/svelte-html) [![npm-min-size](https://img.shields.io/bundlephobia/min/@jill64/svelte-html)](https://npmjs.com/package/@jill64/svelte-html) [![ci.yml](https://github.com/jill64/svelte-html/actions/workflows/ci.yml/badge.svg)](https://github.com/jill64/svelte-html/actions/workflows/ci.yml) | ||
@@ -8,0 +8,0 @@ 🏷️ Declarative attribute binding for the root html element |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7172
60