From 71a6c1933d3e3f36fea8d982e4da896999da5194 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 13 Jan 2025 19:50:57 +0200 Subject: Update exports, add keywords --- dist/index.d.cts | 2 +- dist/index.d.ts | 2 +- package.json | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/dist/index.d.cts b/dist/index.d.cts index 06dbba4..08f28d6 100644 --- a/dist/index.d.cts +++ b/dist/index.d.cts @@ -143,4 +143,4 @@ declare class ToJson implements Serializer { serialize(parsedConfig: Matter): string; } -export { FlatMatter, type FlatMatterFn, type Serializer, ToJson, ToObject }; +export { FlatMatter, type FlatMatterFn, type Matter, type Serializer, ToJson, ToObject }; diff --git a/dist/index.d.ts b/dist/index.d.ts index 06dbba4..08f28d6 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -143,4 +143,4 @@ declare class ToJson implements Serializer { serialize(parsedConfig: Matter): string; } -export { FlatMatter, type FlatMatterFn, type Serializer, ToJson, ToObject }; +export { FlatMatter, type FlatMatterFn, type Matter, type Serializer, ToJson, ToObject }; diff --git a/package.json b/package.json index 1ead8bd..60ff811 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,12 @@ "module": "dist/index.mjs", "type": "module", "license": "MIT", - "keywords": [], + "keywords": [ + "configuration", + "dsl", + "serialization", + "data" + ], "scripts": { "bundle": "tsup src/index.ts", "test": "vitest" -- cgit v1.2.3