@webiny/api-elasticsearch-tasks 0.0.0-unstable.e0bfc55d5a → 0.0.0-unstable.eb196ccd2f
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 +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/api-elasticsearch-tasks",
|
|
3
|
-
"version": "0.0.0-unstable.
|
|
3
|
+
"version": "0.0.0-unstable.eb196ccd2f",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -12,30 +12,30 @@
|
|
|
12
12
|
],
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@webiny/api": "0.0.0-unstable.
|
|
16
|
-
"@webiny/api-dynamodb-to-elasticsearch": "0.0.0-unstable.
|
|
17
|
-
"@webiny/api-elasticsearch": "0.0.0-unstable.
|
|
18
|
-
"@webiny/api-i18n": "0.0.0-unstable.
|
|
19
|
-
"@webiny/api-log": "0.0.0-unstable.
|
|
20
|
-
"@webiny/api-security": "0.0.0-unstable.
|
|
21
|
-
"@webiny/api-tenancy": "0.0.0-unstable.
|
|
22
|
-
"@webiny/aws-sdk": "0.0.0-unstable.
|
|
23
|
-
"@webiny/db": "0.0.0-unstable.
|
|
24
|
-
"@webiny/db-dynamodb": "0.0.0-unstable.
|
|
25
|
-
"@webiny/error": "0.0.0-unstable.
|
|
26
|
-
"@webiny/plugins": "0.0.0-unstable.
|
|
27
|
-
"@webiny/tasks": "0.0.0-unstable.
|
|
28
|
-
"@webiny/utils": "0.0.0-unstable.
|
|
15
|
+
"@webiny/api": "0.0.0-unstable.eb196ccd2f",
|
|
16
|
+
"@webiny/api-dynamodb-to-elasticsearch": "0.0.0-unstable.eb196ccd2f",
|
|
17
|
+
"@webiny/api-elasticsearch": "0.0.0-unstable.eb196ccd2f",
|
|
18
|
+
"@webiny/api-i18n": "0.0.0-unstable.eb196ccd2f",
|
|
19
|
+
"@webiny/api-log": "0.0.0-unstable.eb196ccd2f",
|
|
20
|
+
"@webiny/api-security": "0.0.0-unstable.eb196ccd2f",
|
|
21
|
+
"@webiny/api-tenancy": "0.0.0-unstable.eb196ccd2f",
|
|
22
|
+
"@webiny/aws-sdk": "0.0.0-unstable.eb196ccd2f",
|
|
23
|
+
"@webiny/db": "0.0.0-unstable.eb196ccd2f",
|
|
24
|
+
"@webiny/db-dynamodb": "0.0.0-unstable.eb196ccd2f",
|
|
25
|
+
"@webiny/error": "0.0.0-unstable.eb196ccd2f",
|
|
26
|
+
"@webiny/plugins": "0.0.0-unstable.eb196ccd2f",
|
|
27
|
+
"@webiny/tasks": "0.0.0-unstable.eb196ccd2f",
|
|
28
|
+
"@webiny/utils": "0.0.0-unstable.eb196ccd2f"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@webiny/api": "0.0.0",
|
|
32
|
-
"@webiny/api-headless-cms": "0.0.0-unstable.
|
|
33
|
-
"@webiny/api-wcp": "0.0.0-unstable.
|
|
34
|
-
"@webiny/handler": "0.0.0-unstable.
|
|
35
|
-
"@webiny/handler-aws": "0.0.0-unstable.
|
|
36
|
-
"@webiny/handler-db": "0.0.0-unstable.
|
|
37
|
-
"@webiny/handler-graphql": "0.0.0-unstable.
|
|
38
|
-
"@webiny/project-utils": "0.0.0-unstable.
|
|
32
|
+
"@webiny/api-headless-cms": "0.0.0-unstable.eb196ccd2f",
|
|
33
|
+
"@webiny/api-wcp": "0.0.0-unstable.eb196ccd2f",
|
|
34
|
+
"@webiny/handler": "0.0.0-unstable.eb196ccd2f",
|
|
35
|
+
"@webiny/handler-aws": "0.0.0-unstable.eb196ccd2f",
|
|
36
|
+
"@webiny/handler-db": "0.0.0-unstable.eb196ccd2f",
|
|
37
|
+
"@webiny/handler-graphql": "0.0.0-unstable.eb196ccd2f",
|
|
38
|
+
"@webiny/project-utils": "0.0.0-unstable.eb196ccd2f",
|
|
39
39
|
"rimraf": "6.0.1",
|
|
40
40
|
"type-fest": "4.14.0",
|
|
41
41
|
"typescript": "5.3.3"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"build": "node ../cli/bin.js run build",
|
|
49
49
|
"watch": "node ../cli/bin.js run watch"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "eb196ccd2f32296e10f7add6dd7220d4e3abece4",
|
|
52
52
|
"adio": {
|
|
53
53
|
"ignore": {
|
|
54
54
|
"src": [
|