contentful-import 9.4.125 → 9.4.126
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/package.json +9 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contentful-import",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.126",
|
|
4
4
|
"description": "this tool allows you to import JSON dump exported by contentful-export",
|
|
5
5
|
"main": "dist/index.mjs",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
"yargs": "^17.7.2"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
80
81
|
"@types/jest": "^29.5.14",
|
|
81
82
|
"@types/lodash": "^4.17.20",
|
|
82
83
|
"@types/node": "^20.6.3",
|
|
@@ -89,7 +90,7 @@
|
|
|
89
90
|
"eslint-plugin-promise": "^6.1.1",
|
|
90
91
|
"eslint-plugin-standard": "^5.0.0",
|
|
91
92
|
"jest": "^29.7.0",
|
|
92
|
-
"rimraf": "^
|
|
93
|
+
"rimraf": "^6.1.0",
|
|
93
94
|
"semantic-release": "^25.0.1",
|
|
94
95
|
"ts-jest": "^29.4.5",
|
|
95
96
|
"tsup": "^8.5.0",
|
|
@@ -113,6 +114,11 @@
|
|
|
113
114
|
"name": "beta",
|
|
114
115
|
"channel": "beta",
|
|
115
116
|
"prerelease": true
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "testing-publishing-to-github-packages",
|
|
120
|
+
"channel": "testing-publishing-to-github-packages",
|
|
121
|
+
"prerelease": true
|
|
116
122
|
}
|
|
117
123
|
],
|
|
118
124
|
"plugins": [
|
|
@@ -129,6 +135,7 @@
|
|
|
129
135
|
}
|
|
130
136
|
],
|
|
131
137
|
"@semantic-release/release-notes-generator",
|
|
138
|
+
"@semantic-release/changelog",
|
|
132
139
|
"@semantic-release/npm",
|
|
133
140
|
"@semantic-release/github"
|
|
134
141
|
]
|