@dyrected/admin 1.0.3 → 1.0.4

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/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @dyrected/admin
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Standardized environment variable handling across Next.js and Nuxt (prioritizing `NEXT_PUBLIC_` and `NUXT_PUBLIC_` prefixes).
8
+ Improved CLI initialization flow by saving AI setup prompts to `dyrected-ai-prompt.md` and refining the framework-specific setup instructions.
9
+ Fixed type emission and dependency exports for `@dyrected/admin` to ensure stable builds in consuming applications.
10
+ Added a drop-in `DyrectedAdmin` component for Next.js.
11
+ Updated documentation with clearer self-hosted and cloud integration steps.
12
+ - Updated dependencies
13
+ - @dyrected/core@1.0.4
14
+
3
15
  ## 1.0.3
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyrected/admin",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",
@@ -58,8 +58,8 @@
58
58
  "tailwind-merge": "^3.5.0",
59
59
  "tailwindcss-animate": "^1.0.7",
60
60
  "zod": "^3.25.76",
61
- "@dyrected/core": "^1.0.3",
62
- "@dyrected/sdk": "^1.0.3"
61
+ "@dyrected/sdk": "^1.0.3",
62
+ "@dyrected/core": "^1.0.4"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@eslint/js": "^10.0.1",