@adminforth/i18n 1.1.3-next.2 → 1.1.3-next.3

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 (3) hide show
  1. package/README.md +2 -0
  2. package/build.log +1 -1
  3. package/package.json +7 -3
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+
2
+ Ussage guide and documentation: https://adminforth.dev/docs/tutorial/Plugins/i18n/
package/build.log CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- > @adminforth/i18n@1.0.23 build
2
+ > @adminforth/i18n@1.0.0 build
3
3
  > tsc && rsync -av --exclude 'node_modules' custom dist/
4
4
 
5
5
  sending incremental file list
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@adminforth/i18n",
3
- "version": "1.1.3-next.2",
3
+ "version": "1.1.3-next.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
7
+ "homepage": "https://adminforth.dev/docs/tutorial/Plugins/i18n/",
7
8
  "scripts": {
8
9
  "build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
9
10
  "prepare": "npm link adminforth"
@@ -15,11 +16,14 @@
15
16
  "keywords": [
16
17
  "i18n",
17
18
  "adminforth",
18
- "translation"
19
+ "translation",
20
+ "internationalization",
21
+ "language",
22
+ "vue-i18n"
19
23
  ],
20
24
  "author": "devforth",
21
25
  "license": "ISC",
22
- "description": "Internationalization plugin for Adminforth projects",
26
+ "description": "Internationalization/translation plugin for AdminForth",
23
27
  "dependencies": {
24
28
  "@aws-sdk/client-ses": "^3.654.0",
25
29
  "@sapphire/async-queue": "^1.5.5",