@incremark/shared 0.3.2 → 0.3.3

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -112,4 +112,4 @@ declare const en: IncremarkLocale;
112
112
  */
113
113
  declare const zhCN: IncremarkLocale;
114
114
 
115
- export { type HtmlTagInfo, type HtmlWrapperNode, type IncremarkLocale, type TextNodeWithChunks, en, extractTagName, getStableText, hasChunks, isBrowser, isClipboardAvailable, isHtmlNode, isHtmlWrapperNode, isServer, processHtmlNodes, zhCN };
115
+ export { type HtmlTagInfo, type HtmlWrapperNode, type IncremarkLocale, type TextChunk, type TextNodeWithChunks, en, extractTagName, getStableText, hasChunks, isBrowser, isClipboardAvailable, isHtmlNode, isHtmlWrapperNode, isServer, processHtmlNodes, zhCN };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incremark/shared",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Incremark shared utilities - Common logic and i18n support for Vue, React, and Svelte.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "typescript": "^5.3.0"
23
23
  },
24
24
  "peerDependencies": {
25
- "@incremark/core": "0.3.2"
25
+ "@incremark/core": "0.3.3"
26
26
  },
27
27
  "keywords": [
28
28
  "incremark",