@anime.club/translations 1.1.34 → 1.1.36

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/package.json CHANGED
@@ -4,12 +4,12 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.1.34",
7
+ "version": "1.1.36",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
11
11
  ],
12
12
  "devDependencies": {
13
- "@10stars/config": "^9.0.2"
13
+ "@10stars/config": "^9.1.4"
14
14
  }
15
15
  }
@@ -7,5 +7,4 @@ type singleSourceOfTruth = import("../src/english").english
7
7
  * Therefore:
8
8
  * - no need to retype anything here as language structure can change
9
9
  */
10
- // declare type text = singleSourceOfTruth
11
- declare type text = any
10
+ declare type text = singleSourceOfTruth