@dyrected/vue 2.5.43 → 2.5.45

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/LICENSE.md +1 -1
  2. package/package.json +3 -3
package/LICENSE.md CHANGED
@@ -4,7 +4,7 @@ Parameters
4
4
 
5
5
  Licensor: Dyrected
6
6
  Licensed Work: Dyrected
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.
7
+ Additional Use Grant: Production use and commercial use of the Licensed Work are permitted for your own internal business operations, your own websites and applications, and client websites or applications that you build or deploy on behalf of a client, provided that you do not, without a separate commercial license from the Licensor, (a) provide the Licensed Work as a hosted or managed service to third parties, (b) embed, white-label, sublicense, or otherwise redistribute the Licensed Work as part of a multi-tenant or customer-facing SaaS, platform, or developer service, or (c) enable third parties to create, manage, or operate independent projects, sites, workspaces, or environments using the Licensed Work as a material part of the service you provide.
8
8
  Change Date: 2030-05-18
9
9
  Change License: Apache License 2.0
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyrected/vue",
3
- "version": "2.5.43",
3
+ "version": "2.5.45",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -20,8 +20,8 @@
20
20
  "dependencies": {
21
21
  "react": "^18.0.0 || ^19.0.0",
22
22
  "react-dom": "^18.0.0 || ^19.0.0",
23
- "@dyrected/admin": "2.5.43",
24
- "@dyrected/sdk": "2.5.43"
23
+ "@dyrected/sdk": "2.5.45",
24
+ "@dyrected/admin": "2.5.45"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "react": ">=18.0.0",