@pexip-engage-public/plugin-configuration-parser
Advanced tools
Comparing version 1.0.9 to 1.0.10
# @pexip-engage-public/plugin-configuration-parser | ||
## 1.0.10 | ||
### Patch Changes | ||
- 6fb456fe2: fix(deps): update dependency eslint-plugin-simple-import-sort to v10 | ||
## 1.0.9 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pexip-engage-public/plugin-configuration-parser", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/configuration-parser#readme", | ||
@@ -5,0 +5,0 @@ "bugs": { |
@@ -10,3 +10,3 @@ import { parseDOMParams, parseJSConfigParams, parseSkedifyURIHashParams } from "./LegacyParser"; | ||
export * from "./constants"; | ||
export { type HTMLConfig, type JSConfig, decodeConfigHash, HASH_PREFIX } from "./ModernParser"; | ||
export { decodeConfigHash, HASH_PREFIX, type HTMLConfig, type JSConfig } from "./ModernParser"; | ||
export * from "./Parser"; | ||
@@ -13,0 +13,0 @@ |
import type { PluginConfiguration } from "@pexip-engage-public/plugin-configuration"; | ||
import { type JSConfig, ATTR_PREFIX } from "./ModernParser"; | ||
import { ATTR_PREFIX, type JSConfig } from "./ModernParser"; | ||
@@ -5,0 +5,0 @@ export function configToHash(config: PluginConfiguration): PluginConfiguration { |
@@ -6,3 +6,3 @@ import { parseDOMParams, parseJSConfigParams, parseSkedifyURIHashParams } from "./LegacyParser"; | ||
export * from "./constants"; | ||
export { type HTMLConfig, type JSConfig, decodeConfigHash, HASH_PREFIX } from "./ModernParser"; | ||
export { decodeConfigHash, HASH_PREFIX, type HTMLConfig, type JSConfig } from "./ModernParser"; | ||
export * from "./Parser"; | ||
@@ -9,0 +9,0 @@ export declare const legacyUtils: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
136057