@orthacms/i18n-server 0.5.1 → 0.5.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.
- package/README.md +2 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# @orthacms/i18n-server
|
|
2
2
|
|
|
3
|
-
Part of [Ortha CMS](https://
|
|
3
|
+
Part of [Ortha CMS](https://orthacms.com) — the source is on
|
|
4
|
+
[GitHub](https://github.com/ortha-source/ortha-cms/tree/main/packages/i18n/server).
|
|
4
5
|
|
|
5
6
|
```sh
|
|
6
7
|
npm install @orthacms/i18n-server
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orthacms/i18n-server",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "@orthacms/i18n-server — part of Ortha CMS.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"homepage": "https://
|
|
6
|
+
"homepage": "https://orthacms.com",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "git+https://github.com/ortha-source/ortha-cms.git",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@nestjs/common": "^11.0.0",
|
|
29
29
|
"@nestjs/swagger": "^11.4.6",
|
|
30
|
-
"@orthacms/bootstrap-server": "^0.5.
|
|
31
|
-
"@orthacms/content-server": "^0.5.
|
|
32
|
-
"@orthacms/copilot-domain": "^0.5.
|
|
33
|
-
"@orthacms/copilot-server": "^0.5.
|
|
34
|
-
"@orthacms/database": "^0.5.
|
|
35
|
-
"@orthacms/identity-server": "^0.5.
|
|
36
|
-
"@orthacms/tools-server": "^0.5.
|
|
37
|
-
"@orthacms/utils-server": "^0.5.
|
|
38
|
-
"@orthacms/workspaces-server": "^0.5.
|
|
30
|
+
"@orthacms/bootstrap-server": "^0.5.2",
|
|
31
|
+
"@orthacms/content-server": "^0.5.2",
|
|
32
|
+
"@orthacms/copilot-domain": "^0.5.2",
|
|
33
|
+
"@orthacms/copilot-server": "^0.5.2",
|
|
34
|
+
"@orthacms/database": "^0.5.2",
|
|
35
|
+
"@orthacms/identity-server": "^0.5.2",
|
|
36
|
+
"@orthacms/tools-server": "^0.5.2",
|
|
37
|
+
"@orthacms/utils-server": "^0.5.2",
|
|
38
|
+
"@orthacms/workspaces-server": "^0.5.2",
|
|
39
39
|
"class-transformer": "^0.5.1",
|
|
40
40
|
"class-validator": "^0.15.1",
|
|
41
41
|
"drizzle-orm": "^0.45.0",
|