@intlayer/core 4.0.2 → 4.0.4

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 +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  </a>
18
18
  </div>
19
19
 
20
- # @intlayer/core: NPM Package containing Intlayer core functions
20
+ # @intlayer/core: Containing Intlayer core functions
21
21
 
22
22
  **Intlayer** is a suite of packages designed specifically for JavaScript developers. It is compatible with frameworks like React, React, and Express.js.
23
23
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@intlayer/core",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "private": false,
5
- "description": "IntLayer - Layer of abstraction between the business logic and the data access layer. Manage internationalization in a simple way, through TypeScript, JavaScript or JSON declaration file.",
5
+ "description": "Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.",
6
6
  "keywords": [
7
7
  "intlayer",
8
8
  "layer",
@@ -60,7 +60,7 @@
60
60
  "dependencies": {
61
61
  "@formatjs/intl-localematcher": "^0.5.10",
62
62
  "negotiator": "^1.0.0",
63
- "@intlayer/config": "4.0.2"
63
+ "@intlayer/config": "4.0.4"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/negotiator": "^0.6.3",
@@ -75,13 +75,13 @@
75
75
  "tsup": "^8.3.5",
76
76
  "typescript": "^5.7.3",
77
77
  "@utils/eslint-config": "1.0.4",
78
- "@utils/ts-config": "1.0.4",
79
78
  "@utils/ts-config-types": "1.0.4",
79
+ "@utils/ts-config": "1.0.4",
80
80
  "@utils/tsup-config": "1.0.4"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "react": ">=16.0.0",
84
- "@intlayer/config": "4.0.2"
84
+ "@intlayer/config": "4.0.4"
85
85
  },
86
86
  "engines": {
87
87
  "node": ">=14.18"