@dyrected/admin 1.0.4 → 1.0.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @dyrected/admin
2
2
 
3
+ ## 1.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Standardize framework integrations for Next.js and Nuxt. Refactor AI setup prompt into a Senior Content Architect mission with explicit architecture and discovery requirements. Fix CLI Nuxt template for zero-import architecture.
8
+ - Updated dependencies
9
+ - @dyrected/core@1.0.6
10
+ - @dyrected/sdk@1.0.4
11
+
3
12
  ## 1.0.4
4
13
 
5
14
  ### Patch Changes
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@ Business Source License 1.1
2
2
 
3
3
  Parameters
4
4
 
5
- Licensor: Ajola Technologies Ltd
5
+ Licensor: Dyrected
6
6
  Licensed Work: Dyrected
7
7
  Additional Use Grant: Commercial use is permitted as long as it is not used to provide a hosted or managed service that competes with Dyrected.
8
8
  Change Date: 2030-05-11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyrected/admin",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
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/sdk": "^1.0.3",
62
- "@dyrected/core": "^1.0.4"
61
+ "@dyrected/sdk": "^1.0.4",
62
+ "@dyrected/core": "^1.0.6"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@eslint/js": "^10.0.1",