@webiny/api-background-tasks-ddb 6.4.0-beta.3 → 6.4.0-beta.5

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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { createBackgroundTaskContext, createBackgroundTaskGraphQL } from "@webiny/tasks";
1
+ import { createBackgroundTaskContext, createBackgroundTaskGraphQL } from "@webiny/background-tasks/api";
2
2
  const createBackgroundTasks = ()=>[
3
3
  ...createBackgroundTaskContext(),
4
4
  ...createBackgroundTaskGraphQL()
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import type { Plugin } from \"@webiny/plugins/types.js\";\nimport { createBackgroundTaskContext, createBackgroundTaskGraphQL } from \"@webiny/tasks\";\n\nexport const createBackgroundTasks = (): Plugin[] => {\n return [...createBackgroundTaskContext(), ...createBackgroundTaskGraphQL()];\n};\n"],"names":["createBackgroundTasks","createBackgroundTaskContext","createBackgroundTaskGraphQL"],"mappings":";AAGO,MAAMA,wBAAwB,IAC1B;WAAIC;WAAkCC;KAA8B"}
1
+ {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import type { Plugin } from \"@webiny/plugins/types.js\";\nimport {\n createBackgroundTaskContext,\n createBackgroundTaskGraphQL\n} from \"@webiny/background-tasks/api\";\n\nexport const createBackgroundTasks = (): Plugin[] => {\n return [...createBackgroundTaskContext(), ...createBackgroundTaskGraphQL()];\n};\n"],"names":["createBackgroundTasks","createBackgroundTaskContext","createBackgroundTaskGraphQL"],"mappings":";AAMO,MAAMA,wBAAwB,IAC1B;WAAIC;WAAkCC;KAA8B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api-background-tasks-ddb",
3
- "version": "6.4.0-beta.3",
3
+ "version": "6.4.0-beta.5",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.js",
@@ -14,17 +14,18 @@
14
14
  "author": "Webiny LTD",
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "@webiny/plugins": "6.4.0-beta.3",
18
- "@webiny/tasks": "6.4.0-beta.3"
17
+ "@webiny/background-tasks": "6.4.0-beta.5",
18
+ "@webiny/plugins": "6.4.0-beta.5"
19
19
  },
20
20
  "devDependencies": {
21
- "@webiny/build-tools": "6.4.0-beta.3",
21
+ "@webiny/build-tools": "6.4.0-beta.5",
22
22
  "rimraf": "6.1.3",
23
23
  "typescript": "6.0.3"
24
24
  },
25
25
  "publishConfig": {
26
- "access": "public",
27
- "directory": "dist"
26
+ "access": "public"
28
27
  },
29
- "gitHead": "2e58681d4344024bfb60e6180338e2f154ec87f0"
28
+ "webiny": {
29
+ "publishFrom": "dist"
30
+ }
30
31
  }