@abp/tui-editor 8.3.0 → 8.3.2

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/README.md +8 -10
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,25 +5,23 @@ For more information, check out the below links:
5
5
 
6
6
  🔗Official Website: https://abp.io
7
7
 
8
- 🔗Commercial Website: https://commercial.abp.io
9
-
10
- 🔗Commercial Demo: https://commercial.abp.io/demo
8
+ 🔗Commercial Demo: https://abp.io/demo
11
9
 
12
10
  🔗GitHub Repository: https://github.com/abpframework/abp
13
11
 
14
12
  🔗Official Theme: https://www.LeptonTheme.com
15
13
 
16
- 🔗Documentation: https://docs.abp.io
14
+ 🔗Documentation: https://abp.io/docs/latest/
17
15
 
18
- 🔗Community: https://community.abp.io
16
+ 🔗Community: https://abp.io/community/
19
17
 
20
- 🔗Blog: https://blog.abp.io
18
+ 🔗Blog: https://abp.io/blog/
21
19
 
22
20
  🔗Books: https://abp.io/books
23
21
 
24
22
  🔗Twitter: https://twitter.com/abpframework
25
23
 
26
- 🔗Discord: https://community.abp.io/discord
24
+ 🔗Discord: https://abp.io/community/discord
27
25
 
28
26
  🔗Stackoverflow: https://stackoverflow.com/questions/tagged/abp
29
27
 
@@ -34,7 +32,7 @@ For more information, check out the below links:
34
32
 
35
33
  Why should you use the ABP.IO Platform instead of creating a new solution from scratch?
36
34
 
37
- You can find the answer here 👉🏻 [Why ABP Platform?](https://docs.abp.io/en/commercial/latest/why-abp-io-platform)
35
+ You can find the answer here 👉🏻 [Why ABP Platform?](https://abp.io/docs/latest/others/why-abp-platform)
38
36
 
39
37
  ## 🚀 Key Features of the ABP Framework
40
38
 
@@ -99,7 +97,7 @@ You can find the answer here 👉🏻 [Why ABP Platform?](https://docs.abp.io/en
99
97
 
100
98
  ## 🧐 How It Works?
101
99
 
102
- The following page explains how you use the ABP.IO Platform as a .NET developer 👉 [How it works?](https://commercial.abp.io/how-it-works)
100
+ The following page explains how you use the ABP.IO Platform as a .NET developer 👉 [How it works?](https://abp.io/how-it-works)
103
101
 
104
102
 
105
103
  ### 📘 Supported Database Providers
@@ -126,7 +124,7 @@ The following page explains how you use the ABP.IO Platform as a .NET developer
126
124
 
127
125
  ## 📫 Bug & Support
128
126
 
129
- Support for open-source ABP Framework client-side packages is available at [GitHub Issues](https://github.com/abpframework/abp/issues), and the commercial support is available at [support.abp.io](https://support.abp.io).
127
+ Support for open-source ABP Framework client-side packages is available at [GitHub Issues](https://github.com/abpframework/abp/issues), and the commercial support is available at [abp.io/support](https://abp.io/support/questions).
130
128
 
131
129
  ## How to update
132
130
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
- "version": "8.3.0",
2
+ "version": "8.3.2",
3
3
  "name": "@abp/tui-editor",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "dependencies": {
8
- "@abp/jquery": "~8.3.0",
9
- "@abp/prismjs": "~8.3.0"
8
+ "@abp/jquery": "~8.3.2",
9
+ "@abp/prismjs": "~8.3.2"
10
10
  },
11
11
  "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
12
12
  "homepage": "https://abp.io",