contentful-import 9.4.89 → 9.4.91
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/dist/index.js +5 -5
- package/dist/index.mjs +2 -2
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -27,11 +27,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
28
|
|
|
29
29
|
// lib/index.ts
|
|
30
|
-
var
|
|
31
|
-
__export(
|
|
32
|
-
default: () =>
|
|
30
|
+
var index_exports = {};
|
|
31
|
+
__export(index_exports, {
|
|
32
|
+
default: () => index_default
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(index_exports);
|
|
35
35
|
var import_cli_table3 = __toESM(require("cli-table3"));
|
|
36
36
|
var import_differenceInSeconds = __toESM(require("date-fns/differenceInSeconds"));
|
|
37
37
|
var import_formatDistance = __toESM(require("date-fns/formatDistance"));
|
|
@@ -1437,5 +1437,5 @@ async function runContentfulImport(params) {
|
|
|
1437
1437
|
return data;
|
|
1438
1438
|
});
|
|
1439
1439
|
}
|
|
1440
|
-
var
|
|
1440
|
+
var index_default = runContentfulImport;
|
|
1441
1441
|
module.exports = runContentfulImport;
|
package/dist/index.mjs
CHANGED
|
@@ -1407,8 +1407,8 @@ async function runContentfulImport(params) {
|
|
|
1407
1407
|
return data;
|
|
1408
1408
|
});
|
|
1409
1409
|
}
|
|
1410
|
-
var
|
|
1410
|
+
var index_default = runContentfulImport;
|
|
1411
1411
|
module.exports = runContentfulImport;
|
|
1412
1412
|
export {
|
|
1413
|
-
|
|
1413
|
+
index_default as default
|
|
1414
1414
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contentful-import",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.91",
|
|
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",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"bluebird": "^3.7.2",
|
|
65
65
|
"cli-table3": "^0.6.5",
|
|
66
66
|
"contentful-batch-libs": "^9.6.0",
|
|
67
|
-
"contentful-management": "^11.
|
|
67
|
+
"contentful-management": "^11.48.0",
|
|
68
68
|
"date-fns": "^2.30.0",
|
|
69
69
|
"eslint": "^8.57.1",
|
|
70
70
|
"eslint-config-standard": "^17.1.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@types/jest": "^29.5.14",
|
|
81
|
-
"@types/lodash": "^4.17.
|
|
81
|
+
"@types/lodash": "^4.17.16",
|
|
82
82
|
"@types/node": "^20.6.3",
|
|
83
83
|
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
84
84
|
"@typescript-eslint/parser": "^6.21.0",
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
"eslint-plugin-standard": "^5.0.0",
|
|
91
91
|
"jest": "^29.7.0",
|
|
92
92
|
"rimraf": "^5.0.7",
|
|
93
|
-
"semantic-release": "^24.2.
|
|
94
|
-
"ts-jest": "^29.
|
|
95
|
-
"tsup": "^8.
|
|
96
|
-
"typescript": "^5.
|
|
93
|
+
"semantic-release": "^24.2.3",
|
|
94
|
+
"ts-jest": "^29.2.6",
|
|
95
|
+
"tsup": "^8.4.0",
|
|
96
|
+
"typescript": "^5.8.2"
|
|
97
97
|
},
|
|
98
98
|
"files": [
|
|
99
99
|
"bin",
|