lit-intlayer 8.11.0 → 8.11.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/cjs/client/useLocaleStorage.cjs +1 -1
- package/dist/cjs/markdown/MarkdownRenderer.cjs +1 -1
- package/dist/cjs/markdown/compiler.cjs +1 -1
- package/dist/cjs/markdown/index.cjs +1 -1
- package/dist/client/useDictionary.d.ts +1 -1
- package/dist/client/useDictionaryDynamic.d.ts +1 -1
- package/dist/client/useIntlayer.d.ts +1 -1
- package/dist/esm/client/useLocaleStorage.mjs +8 -9
- package/dist/esm/markdown/MarkdownRenderer.mjs +1 -1
- package/dist/esm/markdown/compiler.mjs +22 -3
- package/dist/esm/markdown/index.mjs +4 -3
- package/dist/getDictionary.d.ts +1 -1
- package/dist/getIntlayer.d.ts +1 -1
- package/dist/markdown/MarkdownRenderer.d.ts +5 -4
- package/dist/markdown/compiler.d.ts +6 -4
- package/dist/markdown/index.d.ts +1 -0
- package/dist/markdown/installIntlayerMarkdown.d.ts +2 -1
- package/package.json +8 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});let e=require("@intlayer/core/
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});let e=require("@intlayer/core/utils");var t=(0,e.getLocaleFromStorageClient)(e.localeStorageOptions),n=t,r=(t,n)=>(0,e.setLocaleInStorageClient)(t,{...e.localeStorageOptions,isCookieEnabled:n}),i=r,a=t=>{let n=(0,e.LocaleStorageClient)({...e.localeStorageOptions,isCookieEnabled:t});return{localeStorage:n.getLocale(),setLocaleStorage:n.setLocale}},o=a;exports.localeCookie=n,exports.localeInStorage=t,exports.setLocaleCookie=i,exports.setLocaleInStorage=r,exports.useLocaleCookie=o,exports.useLocaleStorage=a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./compiler.cjs"),t=require("./installIntlayerMarkdown.cjs");let n=require("lit/directives/unsafe-html.js"),r=require("lit");var i=(t,{forceBlock:n,forceInline:r,preserveFrontmatter:i,tagfilter:a}={})=>e.compileMarkdown(t,{forceBlock:n,forceInline:r,preserveFrontmatter:i,tagfilter:a}),a=(e={})=>{let n=t.useMarkdown();return t=>n.renderMarkdown(t,{forceBlock:e.forceBlock,forceInline:e.forceInline,preserveFrontmatter:e.preserveFrontmatter,tagfilter:e.tagfilter},e.components,e.wrapper)},o=class extends r.LitElement{static properties={content:{type:String},forceBlock:{type:Boolean},forceInline:{type:Boolean},preserveFrontmatter:{type:Boolean},tagfilter:{type:Boolean},renderMarkdown:{attribute:!1}};content=``;forceBlock;forceInline;preserveFrontmatter;tagfilter;renderMarkdownFn;createRenderRoot(){return this}render(){if(!this.content)return r.nothing;let e;return e=this.renderMarkdownFn?this.renderMarkdownFn(this.content,{forceBlock:this.forceBlock,forceInline:this.forceInline,preserveFrontmatter:this.preserveFrontmatter,tagfilter:this.tagfilter},void 0,void 0):a({forceBlock:this.forceBlock,forceInline:this.forceInline,preserveFrontmatter:this.preserveFrontmatter,tagfilter:this.tagfilter})(this.content),r.html`${(0,n.unsafeHTML)(e)}`}};customElements.get(`intlayer-markdown-renderer`)||customElements.define(`intlayer-markdown-renderer`,o),exports.MarkdownRenderer=o,exports.renderMarkdown=i,exports.useMarkdownRenderer=a;
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./compiler.cjs"),t=require("./installIntlayerMarkdown.cjs");let n=require("lit/directives/unsafe-html.js"),r=require("lit");var i=(t,{forceBlock:n,forceInline:r,preserveFrontmatter:i,tagfilter:a}={})=>e.compileMarkdown(t,{forceBlock:n,forceInline:r,preserveFrontmatter:i,tagfilter:a}),a=(e={})=>{let n=t.useMarkdown();return t=>n.renderMarkdown(t,{forceBlock:e.forceBlock,forceInline:e.forceInline,preserveFrontmatter:e.preserveFrontmatter,tagfilter:e.tagfilter},e.components,e.wrapper)},o=class extends r.LitElement{static properties={content:{type:[String,Object]},forceBlock:{type:Boolean},forceInline:{type:Boolean},preserveFrontmatter:{type:Boolean},tagfilter:{type:Boolean},renderMarkdown:{attribute:!1}};content=``;forceBlock;forceInline;preserveFrontmatter;tagfilter;renderMarkdownFn;createRenderRoot(){return this}render(){if(!this.content)return r.nothing;let e;return e=this.renderMarkdownFn?this.renderMarkdownFn(this.content,{forceBlock:this.forceBlock,forceInline:this.forceInline,preserveFrontmatter:this.preserveFrontmatter,tagfilter:this.tagfilter},void 0,void 0):a({forceBlock:this.forceBlock,forceInline:this.forceInline,preserveFrontmatter:this.preserveFrontmatter,tagfilter:this.tagfilter})(this.content),r.html`${(0,n.unsafeHTML)(e)}`}};customElements.get(`intlayer-markdown-renderer`)||customElements.define(`intlayer-markdown-renderer`,o),exports.MarkdownRenderer=o,exports.renderMarkdown=i,exports.useMarkdownRenderer=a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./runtime.cjs");let t=require("@intlayer/core/markdown");var n=(n=``,r={})=>(0,t.compileWithOptions)(n,e.default,r),r
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./runtime.cjs");let t=require("@intlayer/core/markdown");var n=(n=``,r={})=>{let{components:i,namedCodesToUnicode:a,sanitizer:o,slugify:s,...c}=r;return(0,t.parseMarkdown)(n,{runtime:e.default,components:i,namedCodesToUnicode:a,sanitizer:o,slugify:s},c)},r=(n=``,r={})=>{if(typeof n==`string`)return(0,t.compileWithOptions)(n,e.default,r);let{components:i,namedCodesToUnicode:a,sanitizer:o,slugify:s,...c}=r;return(0,t.renderMarkdownAst)(n,{runtime:e.default,components:i,namedCodesToUnicode:a,sanitizer:o,slugify:s},c)},i=r,a=r;exports.RuleType=t.RuleType,exports.compile=a,exports.compileMarkdown=r,exports.compiler=i,exports.parseMarkdown=n,exports.sanitizer=t.sanitizer,exports.slugify=t.slugify;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./compiler.cjs"),t=require("./installIntlayerMarkdown.cjs"),n=require("./MarkdownRenderer.cjs");let r=require("@intlayer/core/markdown");exports.RuleType=r.RuleType,exports.compile=e.compile,exports.compileMarkdown=e.compileMarkdown,exports.compiler=e.compiler,exports.installIntlayerMarkdown=t.installIntlayerMarkdown,exports.installIntlayerMarkdownDynamic=t.installIntlayerMarkdownDynamic,exports.parseMarkdown=e.parseMarkdown,exports.renderMarkdown=n.renderMarkdown,exports.sanitizer=r.sanitizer,exports.slugify=r.slugify,exports.useMarkdown=t.useMarkdown,exports.useMarkdownRenderer=n.useMarkdownRenderer;
|
|
@@ -28,4 +28,4 @@ import { IntlayerLitProxy } from './IntlayerBinding';
|
|
|
28
28
|
* private content = useDictionary(_hash).observe(this);
|
|
29
29
|
* ```
|
|
30
30
|
*/
|
|
31
|
-
export declare const useDictionary: <T extends Dictionary, L extends LocalesValues = DeclaredLocales>(dictionary: T, locale?: L) => IntlayerLitProxy<DeepTransformContent<T["content"], L>>;
|
|
31
|
+
export declare const useDictionary: <const T extends Dictionary, const L extends LocalesValues = DeclaredLocales>(dictionary: T, locale?: L) => IntlayerLitProxy<DeepTransformContent<T["content"], L>>;
|
|
@@ -33,4 +33,4 @@ import { IntlayerLitProxy } from './IntlayerBinding';
|
|
|
33
33
|
* private content = useDictionaryDynamic(_hash_dyn, 'app').observe(this);
|
|
34
34
|
* ```
|
|
35
35
|
*/
|
|
36
|
-
export declare const useDictionaryDynamic: <T extends Dictionary, K extends DictionaryKeys, L extends LocalesValues = LocalesValues>(dictionaryPromise: StrictModeLocaleMap<() => Promise<T>>, key: K, locale?: L) => IntlayerLitProxy<DeepTransformContent<T["content"], L>>;
|
|
36
|
+
export declare const useDictionaryDynamic: <const T extends Dictionary, const K extends DictionaryKeys, const L extends LocalesValues = LocalesValues>(dictionaryPromise: StrictModeLocaleMap<() => Promise<T>>, key: K, locale?: L) => IntlayerLitProxy<DeepTransformContent<T["content"], L>>;
|
|
@@ -19,4 +19,4 @@ import { IntlayerLitProxy } from './IntlayerBinding';
|
|
|
19
19
|
* In non-optimized builds (dev without babel) the content is re-fetched from
|
|
20
20
|
* `getIntlayer` on every property access, caching by locale.
|
|
21
21
|
*/
|
|
22
|
-
export declare const useIntlayer: <T extends DictionaryKeys>(key: T, locale?: LocalesValues) => IntlayerLitProxy<DeepTransformContent<DictionaryRegistryContent<T>>>;
|
|
22
|
+
export declare const useIntlayer: <const T extends DictionaryKeys>(key: T, locale?: LocalesValues) => IntlayerLitProxy<DeepTransformContent<DictionaryRegistryContent<T>>>;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { LocaleStorageClient as t, getLocaleFromStorageClient as n, setLocaleInStorageClient as r } from "@intlayer/core/utils";
|
|
1
|
+
import { LocaleStorageClient as e, getLocaleFromStorageClient as t, localeStorageOptions as n, setLocaleInStorageClient as r } from "@intlayer/core/utils";
|
|
3
2
|
//#region src/client/useLocaleStorage.ts
|
|
4
|
-
var i = n
|
|
5
|
-
...
|
|
6
|
-
isCookieEnabled:
|
|
7
|
-
}), s = o, c = (
|
|
8
|
-
let r =
|
|
9
|
-
...
|
|
10
|
-
isCookieEnabled:
|
|
3
|
+
var i = t(n), a = i, o = (e, t) => r(e, {
|
|
4
|
+
...n,
|
|
5
|
+
isCookieEnabled: t
|
|
6
|
+
}), s = o, c = (t) => {
|
|
7
|
+
let r = e({
|
|
8
|
+
...n,
|
|
9
|
+
isCookieEnabled: t
|
|
11
10
|
});
|
|
12
11
|
return {
|
|
13
12
|
localeStorage: r.getLocale(),
|
|
@@ -18,7 +18,7 @@ var o = (t, { forceBlock: n, forceInline: r, preserveFrontmatter: i, tagfilter:
|
|
|
18
18
|
}, e.components, e.wrapper);
|
|
19
19
|
}, c = class extends r {
|
|
20
20
|
static properties = {
|
|
21
|
-
content: { type: String },
|
|
21
|
+
content: { type: [String, Object] },
|
|
22
22
|
forceBlock: { type: Boolean },
|
|
23
23
|
forceInline: { type: Boolean },
|
|
24
24
|
preserveFrontmatter: { type: Boolean },
|
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
import e from "./runtime.mjs";
|
|
2
|
-
import { RuleType as t, compileWithOptions as n,
|
|
2
|
+
import { RuleType as t, compileWithOptions as n, parseMarkdown as r, renderMarkdownAst as i, sanitizer as a, slugify as o } from "@intlayer/core/markdown";
|
|
3
3
|
//#region src/markdown/compiler.ts
|
|
4
|
-
var
|
|
4
|
+
var s = (t = "", n = {}) => {
|
|
5
|
+
let { components: i, namedCodesToUnicode: a, sanitizer: o, slugify: s, ...c } = n;
|
|
6
|
+
return r(t, {
|
|
7
|
+
runtime: e,
|
|
8
|
+
components: i,
|
|
9
|
+
namedCodesToUnicode: a,
|
|
10
|
+
sanitizer: o,
|
|
11
|
+
slugify: s
|
|
12
|
+
}, c);
|
|
13
|
+
}, c = (t = "", r = {}) => {
|
|
14
|
+
if (typeof t == "string") return n(t, e, r);
|
|
15
|
+
let { components: a, namedCodesToUnicode: o, sanitizer: s, slugify: c, ...l } = r;
|
|
16
|
+
return i(t, {
|
|
17
|
+
runtime: e,
|
|
18
|
+
components: a,
|
|
19
|
+
namedCodesToUnicode: o,
|
|
20
|
+
sanitizer: s,
|
|
21
|
+
slugify: c
|
|
22
|
+
}, l);
|
|
23
|
+
}, l = c, u = c;
|
|
5
24
|
//#endregion
|
|
6
|
-
export { t as RuleType,
|
|
25
|
+
export { t as RuleType, u as compile, c as compileMarkdown, l as compiler, s as parseMarkdown, a as sanitizer, o as slugify };
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { RuleType as e, compile as t, compileMarkdown as n, compiler as r, parseMarkdown as i, sanitizer as a, slugify as o } from "./compiler.mjs";
|
|
2
|
+
import { installIntlayerMarkdown as s, installIntlayerMarkdownDynamic as c, useMarkdown as l } from "./installIntlayerMarkdown.mjs";
|
|
3
|
+
import { renderMarkdown as u, useMarkdownRenderer as d } from "./MarkdownRenderer.mjs";
|
|
4
|
+
export { e as RuleType, t as compile, n as compileMarkdown, r as compiler, s as installIntlayerMarkdown, c as installIntlayerMarkdownDynamic, i as parseMarkdown, u as renderMarkdown, a as sanitizer, o as slugify, l as useMarkdown, d as useMarkdownRenderer };
|
package/dist/getDictionary.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { Dictionary } from '@intlayer/types/dictionary';
|
|
2
2
|
import { DeclaredLocales, LocalesValues } from '@intlayer/types/module_augmentation';
|
|
3
3
|
import { DeepTransformContent } from './plugins';
|
|
4
|
-
export declare const getDictionary: <T extends Dictionary, L extends LocalesValues = DeclaredLocales>(dictionary: T, locale?: L) => DeepTransformContent<T["content"], L>;
|
|
4
|
+
export declare const getDictionary: <const T extends Dictionary, const L extends LocalesValues = DeclaredLocales>(dictionary: T, locale?: L) => DeepTransformContent<T["content"], L>;
|
package/dist/getIntlayer.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { DeclaredLocales, DictionaryKeys, DictionaryRegistryContent, LocalesValues } from '@intlayer/types/module_augmentation';
|
|
2
2
|
import { DeepTransformContent } from './plugins';
|
|
3
|
-
export declare const getIntlayer: <T extends DictionaryKeys, L extends LocalesValues = DeclaredLocales>(key: T, locale?: L) => DeepTransformContent<DictionaryRegistryContent<T>, L>;
|
|
3
|
+
export declare const getIntlayer: <const T extends DictionaryKeys, const L extends LocalesValues = DeclaredLocales>(key: T, locale?: L) => DeepTransformContent<DictionaryRegistryContent<T>, L>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { LitElement, nothing } from 'lit';
|
|
2
2
|
import { HTMLComponents } from '../html/types';
|
|
3
|
+
import { ParsedMarkdown } from './compiler';
|
|
3
4
|
import { MarkdownProviderOptions, RenderMarkdownFunction } from './installIntlayerMarkdown';
|
|
4
5
|
export type RenderMarkdownProps = MarkdownProviderOptions & {
|
|
5
6
|
components?: HTMLComponents<'permissive', {}>;
|
|
@@ -9,12 +10,12 @@ export type RenderMarkdownProps = MarkdownProviderOptions & {
|
|
|
9
10
|
* Renders markdown to an HTML string without using the global provider.
|
|
10
11
|
* Pass the result to `unsafeHTML()` in a Lit template.
|
|
11
12
|
*/
|
|
12
|
-
export declare const renderMarkdown: (content: string, { forceBlock, forceInline, preserveFrontmatter, tagfilter, }?: RenderMarkdownProps) => string;
|
|
13
|
+
export declare const renderMarkdown: (content: string | ParsedMarkdown, { forceBlock, forceInline, preserveFrontmatter, tagfilter, }?: RenderMarkdownProps) => string;
|
|
13
14
|
/**
|
|
14
15
|
* Returns a render function that uses the global provider's configuration
|
|
15
16
|
* (installed via `installIntlayerMarkdown`), falling back to `compileMarkdown`.
|
|
16
17
|
*/
|
|
17
|
-
export declare const useMarkdownRenderer: (props?: RenderMarkdownProps) => ((content: string) => string);
|
|
18
|
+
export declare const useMarkdownRenderer: (props?: RenderMarkdownProps) => ((content: string | ParsedMarkdown) => string);
|
|
18
19
|
/**
|
|
19
20
|
* `<intlayer-markdown-renderer>` — renders a markdown string as HTML.
|
|
20
21
|
*
|
|
@@ -41,7 +42,7 @@ export declare const useMarkdownRenderer: (props?: RenderMarkdownProps) => ((con
|
|
|
41
42
|
export declare class MarkdownRenderer extends LitElement {
|
|
42
43
|
static properties: {
|
|
43
44
|
content: {
|
|
44
|
-
type: StringConstructor;
|
|
45
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
45
46
|
};
|
|
46
47
|
forceBlock: {
|
|
47
48
|
type: BooleanConstructor;
|
|
@@ -60,7 +61,7 @@ export declare class MarkdownRenderer extends LitElement {
|
|
|
60
61
|
};
|
|
61
62
|
};
|
|
62
63
|
/** The markdown string to compile and render. */
|
|
63
|
-
content: string;
|
|
64
|
+
content: string | ParsedMarkdown;
|
|
64
65
|
forceBlock?: boolean;
|
|
65
66
|
forceInline?: boolean;
|
|
66
67
|
preserveFrontmatter?: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CompileOptions, sanitizer as defaultSanitizer, slugify as defaultSlugify, RuleType } from '@intlayer/core/markdown';
|
|
1
|
+
import { CompileOptions, sanitizer as defaultSanitizer, slugify as defaultSlugify, ParsedMarkdown, RuleType } from '@intlayer/core/markdown';
|
|
2
2
|
export { defaultSanitizer as sanitizer, defaultSlugify as slugify, RuleType };
|
|
3
3
|
export type MarkdownCompilerOptions = CompileOptions;
|
|
4
4
|
/**
|
|
@@ -20,6 +20,8 @@ export type MarkdownCompilerOptions = CompileOptions;
|
|
|
20
20
|
* }
|
|
21
21
|
* ```
|
|
22
22
|
*/
|
|
23
|
-
export
|
|
24
|
-
export declare const
|
|
25
|
-
export declare const
|
|
23
|
+
export type { ParsedMarkdown };
|
|
24
|
+
export declare const parseMarkdown: (markdown?: string, options?: MarkdownCompilerOptions) => ParsedMarkdown;
|
|
25
|
+
export declare const compileMarkdown: (input?: string | ParsedMarkdown, options?: MarkdownCompilerOptions) => string;
|
|
26
|
+
export declare const compiler: (input?: string | ParsedMarkdown, options?: MarkdownCompilerOptions) => string;
|
|
27
|
+
export declare const compile: (input?: string | ParsedMarkdown, options?: MarkdownCompilerOptions) => string;
|
package/dist/markdown/index.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
export * from './compiler';
|
|
1
2
|
export { type IntlayerMarkdownPluginOptions, type IntlayerMarkdownProvider, installIntlayerMarkdown, installIntlayerMarkdownDynamic, type MarkdownProviderOptions, type RenderMarkdownFunction, useMarkdown, } from './installIntlayerMarkdown';
|
|
2
3
|
export { type RenderMarkdownProps, renderMarkdown, useMarkdownRenderer, } from './MarkdownRenderer';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { HTMLComponents } from '../html/types';
|
|
2
|
+
import { ParsedMarkdown } from './compiler';
|
|
2
3
|
export type MarkdownProviderOptions = {
|
|
3
4
|
/** Forces the compiler to always output content with a block-level wrapper. */
|
|
4
5
|
forceBlock?: boolean;
|
|
@@ -13,7 +14,7 @@ export type RenderMarkdownOptions = MarkdownProviderOptions & {
|
|
|
13
14
|
components?: HTMLComponents<'permissive', {}>;
|
|
14
15
|
wrapper?: string;
|
|
15
16
|
};
|
|
16
|
-
export type RenderMarkdownFunction = (markdown: string, options?: MarkdownProviderOptions, components?: HTMLComponents<'permissive', {}>, wrapper?: string) => string | Promise<string>;
|
|
17
|
+
export type RenderMarkdownFunction = (markdown: string | ParsedMarkdown, options?: MarkdownProviderOptions, components?: HTMLComponents<'permissive', {}>, wrapper?: string) => string | Promise<string>;
|
|
17
18
|
export type IntlayerMarkdownProvider = {
|
|
18
19
|
components?: HTMLComponents<'permissive', {}>;
|
|
19
20
|
renderMarkdown: RenderMarkdownFunction;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lit-intlayer",
|
|
3
|
-
"version": "8.11.
|
|
3
|
+
"version": "8.11.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your Lit applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -103,11 +103,11 @@
|
|
|
103
103
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
104
104
|
},
|
|
105
105
|
"dependencies": {
|
|
106
|
-
"@intlayer/api": "8.11.
|
|
107
|
-
"@intlayer/config": "8.11.
|
|
108
|
-
"@intlayer/core": "8.11.
|
|
109
|
-
"@intlayer/editor": "8.11.
|
|
110
|
-
"@intlayer/types": "8.11.
|
|
106
|
+
"@intlayer/api": "8.11.2",
|
|
107
|
+
"@intlayer/config": "8.11.2",
|
|
108
|
+
"@intlayer/core": "8.11.2",
|
|
109
|
+
"@intlayer/editor": "8.11.2",
|
|
110
|
+
"@intlayer/types": "8.11.2"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@types/node": "25.9.1",
|
|
@@ -116,14 +116,14 @@
|
|
|
116
116
|
"@utils/tsdown-config": "1.0.4",
|
|
117
117
|
"fast-glob": "3.3.3",
|
|
118
118
|
"rimraf": "6.1.3",
|
|
119
|
-
"tsdown": "0.22.
|
|
119
|
+
"tsdown": "0.22.1",
|
|
120
120
|
"typescript": "6.0.3",
|
|
121
121
|
"vite": "8.0.14",
|
|
122
122
|
"vite-plugin-dts": "5.0.1",
|
|
123
123
|
"vitest": "4.1.7"
|
|
124
124
|
},
|
|
125
125
|
"peerDependencies": {
|
|
126
|
-
"intlayer": "8.11.
|
|
126
|
+
"intlayer": "8.11.2",
|
|
127
127
|
"lit": ">=3.0.0"
|
|
128
128
|
},
|
|
129
129
|
"peerDependenciesMeta": {
|