intlayer 2.0.7 → 2.0.8

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intlayer",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "private": false,
5
5
  "description": "IntLayer is a 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.",
6
6
  "keywords": [
@@ -43,9 +43,9 @@
43
43
  ],
44
44
  "dependencies": {
45
45
  "webpack": "^5.92.1",
46
- "@intlayer/config": "^2.0.7",
47
- "@intlayer/core": "^2.0.7",
48
- "intlayer": "^2.0.7"
46
+ "@intlayer/config": "^2.0.8",
47
+ "@intlayer/core": "^2.0.8",
48
+ "intlayer": "^2.0.8"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@changesets/changelog-github": "0.5.0",