@jungvonmatt/contentful-ssg 1.1.0 → 1.4.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.
Files changed (1) hide show
  1. package/package.json +15 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jungvonmatt/contentful-ssg",
3
- "version": "1.1.0",
3
+ "version": "1.4.0",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -8,11 +8,14 @@
8
8
  "exports": {
9
9
  ".": "./dist/index.js",
10
10
  "./lib/object": "./dist/lib/object.js",
11
+ "./lib/config": "./dist/lib/config.js",
11
12
  "./lib/array": "./dist/lib/array.js",
12
13
  "./lib/utils": "./dist/lib/utils.js",
14
+ "./lib/ui": "./dist/lib/ui.js",
13
15
  "./lib/contentful": "./dist/lib/contentful.js",
14
16
  "./lib/hook-manager": "./dist/lib/hook-manager.js",
15
17
  "./lib/file-manager": "./dist/lib/file-manager.js",
18
+ "./converter": "./dist/converter/index.js",
16
19
  "./converter/json": "./dist/converter/json.js",
17
20
  "./converter/yaml": "./dist/converter/yaml.js",
18
21
  "./converter/toml": "./dist/converter/toml.js",
@@ -27,6 +30,12 @@
27
30
  "lib/utils": [
28
31
  "./dist/lib/utils.d.ts"
29
32
  ],
33
+ "lib/ui": [
34
+ "./dist/lib/ui.d.ts"
35
+ ],
36
+ "lib/config": [
37
+ "./dist/lib/config.d.ts"
38
+ ],
30
39
  "lib/object": [
31
40
  "./dist/lib/object.d.ts"
32
41
  ],
@@ -42,6 +51,9 @@
42
51
  "lib/file-manager": [
43
52
  "./dist/lib/file-manager.d.ts"
44
53
  ],
54
+ "converter": [
55
+ "./dist/converter/index.d.ts"
56
+ ],
45
57
  "converter/json": [
46
58
  "./dist/converter/json.d.ts"
47
59
  ],
@@ -79,7 +91,7 @@
79
91
  "dist"
80
92
  ],
81
93
  "author": "Jung von Matt TECH GmbH",
82
- "license": "ISC",
94
+ "license": "MIT",
83
95
  "dependencies": {
84
96
  "@contentful/rich-text-html-renderer": "^15.6.2",
85
97
  "@contentful/rich-text-types": "^15.6.2",
@@ -143,5 +155,5 @@
143
155
  "module": "es2020"
144
156
  }
145
157
  },
146
- "gitHead": "95f58f6323beda2a6ba1b3cb6fecd07ff6d6cc7f"
158
+ "gitHead": "0d323f9884ae8fa48049e25bcd127954ee7988b8"
147
159
  }