@abpjs/account 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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @abpjs/account
3
3
  * ABP Framework Account module for React
4
- * Translated from @abp/ng.account v0.7.6
4
+ * Translated from @abp/ng.account v0.8.0
5
5
  */
6
6
  export * from './models';
7
7
  export * from './providers';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abpjs/account",
3
- "version": "0.7.6",
3
+ "version": "0.8.0",
4
4
  "description": "ABP Framework Account module for React - Translation of @abp/ng.account",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -51,11 +51,11 @@
51
51
  "react-hook-form": "^7.48.0",
52
52
  "zod": "^3.22.0",
53
53
  "react-icons": "^5.0.0",
54
- "@abpjs/theme-shared": "0.7.6",
55
- "@abpjs/core": "0.7.6"
54
+ "@abpjs/core": "0.8.0",
55
+ "@abpjs/theme-shared": "0.8.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@abp/ng.account": "0.7.6"
58
+ "@abp/ng.account": "0.8.0"
59
59
  },
60
60
  "scripts": {
61
61
  "build": "tsup src/index.ts --format cjs,esm --clean && tsc -p tsconfig.build.json",