@jungvonmatt/contentful-config 3.0.3 → 3.0.5
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.
- package/README.md +2 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
# JvM Contentful config loader
|
|
4
4
|
|
|
5
|
-
Tool for loading and managing Contentful configurations with support for environment variables and interactive prompts
|
|
5
|
+
Tool for loading and managing Contentful configurations with support for environment variables and interactive prompts.\
|
|
6
|
+
Based on [`@jungvonmatt/config-loader`](https://github.com/jungvonmatt/config-loader) and [`c12`](https://github.com/unjs/c12)
|
|
6
7
|
|
|
7
8
|
## Getting started
|
|
8
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jungvonmatt/contentful-config",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./dist/index.js",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
},
|
|
37
37
|
"homepage": "https://github.com/jungvonmatt/contentful-ssg#readme",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@jungvonmatt/config-loader": "^0.5.
|
|
39
|
+
"@jungvonmatt/config-loader": "^0.5.2",
|
|
40
40
|
"contentful-management": "^11.12.1",
|
|
41
41
|
"node-homedir": "^2.0.0",
|
|
42
42
|
"package-up": "^5.0.0",
|
|
43
43
|
"pathe": "^2.0.3",
|
|
44
44
|
"type-fest": "^4.41.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "65ab3985487b9f9b930be69e672f6374723d81be"
|
|
47
47
|
}
|