@adminforth/i18n 1.1.0 → 1.1.1
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/CHANGELOG.md +5 -0
- package/package.json +12 -4
package/CHANGELOG.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminforth/i18n",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -10,10 +10,18 @@
|
|
|
10
10
|
"rollout-next": "npm run build && npm version prerelease --preid=next && npm publish --tag next",
|
|
11
11
|
"prepare": "npm link adminforth"
|
|
12
12
|
},
|
|
13
|
-
"
|
|
14
|
-
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "https://github.com/devforth/adminforth-i18n.git"
|
|
16
|
+
},
|
|
17
|
+
"keywords": [
|
|
18
|
+
"i18n",
|
|
19
|
+
"adminforth",
|
|
20
|
+
"translation"
|
|
21
|
+
],
|
|
22
|
+
"author": "devforth",
|
|
15
23
|
"license": "ISC",
|
|
16
|
-
"description": "",
|
|
24
|
+
"description": "Internationalization plugin for Adminforth projects",
|
|
17
25
|
"dependencies": {
|
|
18
26
|
"@aws-sdk/client-ses": "^3.654.0",
|
|
19
27
|
"@sapphire/async-queue": "^1.5.5",
|