@intlayer/chokidar 8.6.5 → 8.6.6

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.
@@ -35,7 +35,7 @@ const config: IntlayerConfig = {
35
35
  */
36
36
  applicationURL: 'http://localhost:3000',
37
37
  },
38
- build: {
38
+ dictionary: {
39
39
  /**
40
40
  * Controls how dictionaries are imported.
41
41
  * - "static": Statically imported at build time.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/chokidar",
3
- "version": "8.6.5",
3
+ "version": "8.6.6",
4
4
  "private": false,
5
5
  "description": "Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.",
6
6
  "keywords": [
@@ -109,15 +109,15 @@
109
109
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
110
110
  },
111
111
  "dependencies": {
112
- "@intlayer/api": "8.6.5",
113
- "@intlayer/config": "8.6.5",
114
- "@intlayer/core": "8.6.5",
115
- "@intlayer/dictionaries-entry": "8.6.5",
116
- "@intlayer/remote-dictionaries-entry": "8.6.5",
117
- "@intlayer/types": "8.6.5",
118
- "@intlayer/unmerged-dictionaries-entry": "8.6.5",
112
+ "@intlayer/api": "8.6.6",
113
+ "@intlayer/config": "8.6.6",
114
+ "@intlayer/core": "8.6.6",
115
+ "@intlayer/dictionaries-entry": "8.6.6",
116
+ "@intlayer/remote-dictionaries-entry": "8.6.6",
117
+ "@intlayer/types": "8.6.6",
118
+ "@intlayer/unmerged-dictionaries-entry": "8.6.6",
119
119
  "chokidar": "3.6.0",
120
- "defu": "6.1.4",
120
+ "defu": "6.1.6",
121
121
  "fast-glob": "3.3.3",
122
122
  "recast": "^0.23.11",
123
123
  "simple-git": "3.33.0",