@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +12 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+
2
+ # Changelog
3
+
4
+ The complete changelog is available on the [GitHub Releases page](https://github.com/devforth/adminforth-i18n/releases).
5
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/i18n",
3
- "version": "1.1.0",
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
- "keywords": [],
14
- "author": "",
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",