@cruxjs/base 0.1.9 → 0.2.0

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/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  </div>
9
9
 
10
10
  <div align="center">
11
- <img src="https://img.shields.io/badge/v-0.1.9-black"/>
11
+ <img src="https://img.shields.io/badge/v-0.2.0-black"/>
12
12
  <img src="https://img.shields.io/badge/🔥-@cruxjs-black"/>
13
13
  <br>
14
14
  <img src="https://img.shields.io/github/issues/cruxjs-org/base?style=flat" alt="Github Repo Issues" />
package/dist/index.d.cts CHANGED
@@ -187,6 +187,7 @@ interface ClientManagerConfig {
187
187
  debug?: boolean;
188
188
  lifecycle?: ClientManagerHooks;
189
189
  extensions?: ClientExtension[];
190
+ allowedQueryParams?: (string | RegExp)[];
190
191
  i18n?: I18nConfig;
191
192
  theme?: ThemeConfig;
192
193
  }
package/dist/index.d.ts CHANGED
@@ -187,6 +187,7 @@ interface ClientManagerConfig {
187
187
  debug?: boolean;
188
188
  lifecycle?: ClientManagerHooks;
189
189
  extensions?: ClientExtension[];
190
+ allowedQueryParams?: (string | RegExp)[];
190
191
  i18n?: I18nConfig;
191
192
  theme?: ThemeConfig;
192
193
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cruxjs/base",
3
- "version": "0.1.9",
3
+ "version": "0.2.0",
4
4
  "description": "Core types and utilities for building CruxJS applications and plugins. A shared foundation for @cruxjs/app and plugin packages.",
5
5
  "keywords": ["cruxjs", "base", "types"],
6
6
  "license": "MIT",