@intlayer/docs 8.3.3 → 8.4.0-canary.0

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.
@@ -33,7 +33,7 @@ history:
33
33
 
34
34
  <iframe title="Visual Editor + CMS for Your Web App: Intlayer Explained" class="m-auto aspect-16/9 w-full overflow-hidden rounded-lg border-0" allow="autoplay; gyroscope;" loading="lazy" width="1080" height="auto" src="https://www.youtube.com/embed/UDDTnirwi_4?autoplay=0&amp;origin=http://intlayer.org&amp;controls=0&amp;rel=1"/>
35
35
 
36
- The Intlayer CMS is am Application that allows you to externalize your content of an Intlayer project.
36
+ The Intlayer CMS is an Application that allows you to externalize your content of an Intlayer project.
37
37
 
38
38
  For that, Intlayer introduce the concept of 'distant dictionaries'.
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/docs",
3
- "version": "8.3.3",
3
+ "version": "8.4.0-canary.0",
4
4
  "private": false,
5
5
  "description": "Intlayer documentation",
6
6
  "keywords": [
@@ -72,20 +72,20 @@
72
72
  "watch": "webpack --config ./webpack.config.ts --watch"
73
73
  },
74
74
  "dependencies": {
75
- "@intlayer/config": "8.3.3",
76
- "@intlayer/core": "8.3.3",
77
- "@intlayer/types": "8.3.3"
75
+ "@intlayer/config": "8.4.0-canary.0",
76
+ "@intlayer/core": "8.4.0-canary.0",
77
+ "@intlayer/types": "8.4.0-canary.0"
78
78
  },
79
79
  "devDependencies": {
80
- "@intlayer/api": "8.3.3",
81
- "@intlayer/cli": "8.3.3",
80
+ "@intlayer/api": "8.4.0-canary.0",
81
+ "@intlayer/cli": "8.4.0-canary.0",
82
82
  "@types/node": "25.5.0",
83
83
  "@utils/ts-config": "1.0.4",
84
84
  "@utils/ts-config-types": "1.0.4",
85
85
  "@utils/tsdown-config": "1.0.4",
86
86
  "fast-glob": "3.3.3",
87
87
  "rimraf": "6.1.3",
88
- "tsdown": "0.21.2",
88
+ "tsdown": "0.21.4",
89
89
  "typescript": "5.9.3",
90
90
  "vitest": "4.1.0"
91
91
  },