@abpjs/tenant-management 0.7.6 → 0.8.0

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.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @abpjs/tenant-management
3
3
  * ABP Framework Tenant Management module for React
4
- * Translated from @abp/ng.tenant-management v0.7.6
4
+ * Translated from @abp/ng.tenant-management v0.8.0
5
5
  */
6
6
  export * from './models';
7
7
  export * from './services';
@@ -2,7 +2,7 @@ import { RestService } from '@abpjs/core';
2
2
  import { TenantManagement } from '../models';
3
3
  /**
4
4
  * Service for tenant management API calls
5
- * Translated from @abp/ng.tenant-management v0.7.6
5
+ * Translated from @abp/ng.tenant-management v0.8.0
6
6
  */
7
7
  export declare class TenantManagementService {
8
8
  private rest;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abpjs/tenant-management",
3
- "version": "0.7.6",
3
+ "version": "0.8.0",
4
4
  "description": "ABP Framework tenant-management components for React - translated from @abp/ng.tenant-management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -23,11 +23,11 @@
23
23
  "dependencies": {
24
24
  "@chakra-ui/react": "^3.2.0",
25
25
  "@emotion/react": "^11.11.0",
26
- "@abpjs/core": "0.7.6",
27
- "@abpjs/theme-shared": "0.7.6"
26
+ "@abpjs/core": "0.8.0",
27
+ "@abpjs/theme-shared": "0.8.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@abp/ng.tenant-management": "0.7.6",
30
+ "@abp/ng.tenant-management": "0.8.0",
31
31
  "autoprefixer": "^10.4.16",
32
32
  "postcss": "^8.4.32",
33
33
  "tailwindcss": "^3.4.0"