@nextage/nx-frame-be 1.0.33 → 1.0.34

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.
@@ -104,6 +104,8 @@ export type AppMessages = {
104
104
  maxDeliver?: number;
105
105
  };
106
106
  export type AppEndpoint = {
107
+ appUrl?: string;
108
+ cdnUrl?: string;
107
109
  rest?: string;
108
110
  graphql?: string;
109
111
  graphqlWs?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextage/nx-frame-be",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",