@wolfstar/i18next-type-generator 3.1.0 → 3.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/README.md +16 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,4 +1,19 @@
1
- # `@wolfstar/i18next-type-generator`
1
+ <div align="center">
2
+ <picture>
3
+ <img src="https://cdn.wolfstar.rocks/assets/stars-components/wordmark.webp" alt="Stars Components" width="440" />
4
+ </picture>
5
+
6
+ # @wolfstar/i18next-type-generator
7
+
8
+ **Generate the i18next TypeScript augmentation straight from your locale files.**
9
+
10
+ [![version](https://npmx.dev/api/registry/badge/version/@wolfstar/i18next-type-generator)](https://npmx.dev/package/@wolfstar/i18next-type-generator)
11
+ [![downloads](https://npmx.dev/api/registry/badge/downloads/@wolfstar/i18next-type-generator)](https://npmx.dev/package/@wolfstar/i18next-type-generator)
12
+ [![license](https://img.shields.io/github/license/wolfstar-project/stars-components?style=flat-square&color=informational)](https://github.com/wolfstar-project/stars-components/blob/main/LICENSE)
13
+
14
+ </div>
15
+
16
+ ## Description
2
17
 
3
18
  A fast and modern type augmentation generator for the [`@wolfstar/i18next-backend`](https://www.npmjs.com/package/@wolfstar/i18next-backend) filesystem-based [`i18next`](https://www.npmjs.com/package/i18next) backend for Node.js.
4
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wolfstar/i18next-type-generator",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "A fast utility that generates the TypeScript augmentation for i18next.",
5
5
  "keywords": [
6
6
  "api",
@@ -38,7 +38,8 @@
38
38
  }
39
39
  },
40
40
  "publishConfig": {
41
- "access": "public"
41
+ "access": "public",
42
+ "provenance": true
42
43
  },
43
44
  "dependencies": {
44
45
  "citty": "^0.1.6",