@webiny/data-migration 5.36.0-beta.1 → 5.36.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.
- package/package.json +8 -8
- package/createId.d.ts +0 -1
- package/createId.js +0 -14
- package/createId.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/data-migration",
|
|
3
|
-
"version": "5.36.0
|
|
3
|
+
"version": "5.36.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "types.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"@babel/runtime": "7.20.13",
|
|
15
15
|
"@elastic/elasticsearch": "7.12.0",
|
|
16
16
|
"@types/pino": "7.0.5",
|
|
17
|
-
"@webiny/db-dynamodb": "5.36.0
|
|
18
|
-
"@webiny/handler-aws": "5.36.0
|
|
19
|
-
"@webiny/ioc": "5.36.0
|
|
20
|
-
"@webiny/utils": "5.36.0
|
|
17
|
+
"@webiny/db-dynamodb": "5.36.0",
|
|
18
|
+
"@webiny/handler-aws": "5.36.0",
|
|
19
|
+
"@webiny/ioc": "5.36.0",
|
|
20
|
+
"@webiny/utils": "5.36.0",
|
|
21
21
|
"center-align": "1.0.1",
|
|
22
22
|
"chalk": "4.1.2",
|
|
23
23
|
"dynamodb-toolbox": "0.3.5",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"@babel/preset-env": "7.20.2",
|
|
33
33
|
"@types/center-align": "1.0.0",
|
|
34
34
|
"@types/semver": "7.3.13",
|
|
35
|
-
"@webiny/cli": "5.36.0
|
|
36
|
-
"@webiny/project-utils": "5.36.0
|
|
35
|
+
"@webiny/cli": "5.36.0",
|
|
36
|
+
"@webiny/project-utils": "5.36.0",
|
|
37
37
|
"jest": "28.1.3",
|
|
38
38
|
"jest-dynalite": "3.6.1",
|
|
39
39
|
"jest-mock-console": "1.3.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
]
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "5c435f437b9f0fe8b4dbf65528aed985ee8d0ff1"
|
|
59
59
|
}
|
package/createId.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const createId: () => any;
|
package/createId.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.createId = void 0;
|
|
8
|
-
var _mdbid = _interopRequireDefault(require("mdbid"));
|
|
9
|
-
// @ts-ignore mdbid doesn't have TS types.
|
|
10
|
-
|
|
11
|
-
const createId = () => {
|
|
12
|
-
return (0, _mdbid.default)();
|
|
13
|
-
};
|
|
14
|
-
exports.createId = createId;
|
package/createId.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["createId","mdbid"],"sources":["createId.ts"],"sourcesContent":["// @ts-ignore mdbid doesn't have TS types.\nimport mdbid from \"mdbid\";\n\nexport const createId = () => {\n return mdbid();\n};\n"],"mappings":";;;;;;;AACA;AADA;;AAGO,MAAMA,QAAQ,GAAG,MAAM;EAC1B,OAAO,IAAAC,cAAK,GAAE;AAClB,CAAC;AAAC"}
|