deesse 0.0.21 → 0.0.22

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/index.d.mts CHANGED
@@ -9,4 +9,4 @@ type Config = {
9
9
 
10
10
  declare const buildConfig: (config: Config) => Config;
11
11
 
12
- export { buildConfig };
12
+ export { type AdminConfig, type AuthConfig, type Config, buildConfig };
package/dist/index.d.ts CHANGED
@@ -9,4 +9,4 @@ type Config = {
9
9
 
10
10
  declare const buildConfig: (config: Config) => Config;
11
11
 
12
- export { buildConfig };
12
+ export { type AdminConfig, type AuthConfig, type Config, buildConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deesse",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "The fullstack nextjs framework",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",