@intlayer/dictionaries-entry 4.0.0 → 4.0.2

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 +48 -0
  2. package/package.json +6 -6
package/README.md ADDED
@@ -0,0 +1,48 @@
1
+ <div align="center">
2
+ <a href="https://www.npmjs.com/package/intlayer">
3
+ <img src="https://raw.githubusercontent.com/aymericzip/intlayer/572ae9c9acafb74307b81530c1931a8e98990aef/docs/assets/logo.png" width="500" alt="intlayer" />
4
+ </a>
5
+ </div>
6
+
7
+ <div align="center">
8
+ <a href="https://www.npmjs.com/package/intlayer">
9
+ <img alt="npm" src="https://img.shields.io/npm/v/intlayer.svg?labelColor=49516F&color=8994BC" />
10
+ </a>
11
+ <a href="https://npmjs.org/package/intlayer">
12
+ <img alt="downloads" src="https://badgen.net/npm/dm/intlayer?labelColor=49516F&color=8994BC" />
13
+ </a>
14
+ <a href="https://npmjs.org/package/intlayer">
15
+ <img alt="types included" src="https://badgen.net/npm/types/intlayer?labelColor=49516F&color=8994BC"
16
+ />
17
+ </a>
18
+ </div>
19
+
20
+ # @intlayer/dictionary-entry: NPM Package to retrieve Intlayer dictionaries
21
+
22
+ **Intlayer** is a suite of packages designed specifically for JavaScript developers. It is compatible with frameworks like React, React, and Express.js.
23
+
24
+ The **`@intlayer/dictionary-entry`** package is a NPM package that only returns the entry path of the intlayer dictionaries. Since the filesystem search is impossible from the browser, using bundlers like Webpack or Rollup to retrieve the entry path of the dictionaries is not possible. This package aims to be aliased.
25
+
26
+ ## Installation
27
+
28
+ Install the necessary package using your preferred package manager:
29
+
30
+ ```bash packageManager="npm"
31
+ npm install @intlayer/dictionary-entry
32
+ ```
33
+
34
+ ```bash packageManager="pnpm"
35
+ pnpm add @intlayer/dictionary-entry
36
+ ```
37
+
38
+ ```bash packageManager="yarn"
39
+ yarn add @intlayer/dictionary-entry
40
+ ```
41
+
42
+ ## Read about Intlayer
43
+
44
+ - [Intlayer Website](https://intlayer.org)
45
+ - [Intlayer Documentation](https://intlayer.org/docs)
46
+ - [Intlayer GitHub](https://github.com/aymericzip/intlayer)
47
+
48
+ - [Ask your questions to our smart documentation](https://intlayer.org/docs/chat)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/dictionaries-entry",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "private": false,
5
5
  "description": "IntLayer - Dictionaries Entry. This package only returns the dictionary entry path. For bundle configuration, this packages should be replaced by using an alias.",
6
6
  "keywords": [
@@ -52,7 +52,7 @@
52
52
  "./package.json"
53
53
  ],
54
54
  "dependencies": {
55
- "@intlayer/config": "^4.0.0"
55
+ "@intlayer/config": "^4.0.2"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/node": "^22.10.6",
@@ -64,15 +64,15 @@
64
64
  "tsc-alias": "^1.8.10",
65
65
  "tsup": "^8.3.5",
66
66
  "typescript": "^5.7.3",
67
- "@intlayer/core": "4.0.0",
68
67
  "@utils/eslint-config": "1.0.4",
69
68
  "@utils/ts-config": "1.0.4",
70
69
  "@utils/ts-config-types": "1.0.4",
71
- "@utils/tsup-config": "1.0.4"
70
+ "@utils/tsup-config": "1.0.4",
71
+ "@intlayer/core": "4.0.2"
72
72
  },
73
73
  "peerDependencies": {
74
- "@intlayer/config": "4.0.0",
75
- "@intlayer/core": "^4.0.0"
74
+ "@intlayer/config": "4.0.2",
75
+ "@intlayer/core": "^4.0.2"
76
76
  },
77
77
  "engines": {
78
78
  "node": ">=14.18"