@webiny/api-form-builder-so-ddb-es 5.19.1 → 5.20.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api-form-builder-so-ddb-es",
3
- "version": "5.19.1",
3
+ "version": "5.20.0",
4
4
  "main": "index.js",
5
5
  "keywords": [
6
6
  "@webiny/api-form-builder",
@@ -23,17 +23,17 @@
23
23
  "dependencies": {
24
24
  "@babel/runtime": "7.16.3",
25
25
  "@elastic/elasticsearch": "7.12.0",
26
- "@webiny/api-elasticsearch": "5.19.1",
27
- "@webiny/api-form-builder": "5.19.1",
28
- "@webiny/api-i18n": "5.19.1",
29
- "@webiny/api-tenancy": "5.19.1",
30
- "@webiny/api-upgrade": "5.19.1",
31
- "@webiny/db-dynamodb": "5.19.1",
32
- "@webiny/error": "5.19.1",
33
- "@webiny/handler": "5.19.1",
34
- "@webiny/handler-aws": "5.19.1",
35
- "@webiny/plugins": "5.19.1",
36
- "@webiny/utils": "5.19.1",
26
+ "@webiny/api-elasticsearch": "5.20.0",
27
+ "@webiny/api-form-builder": "5.20.0",
28
+ "@webiny/api-i18n": "5.20.0",
29
+ "@webiny/api-tenancy": "5.20.0",
30
+ "@webiny/api-upgrade": "5.20.0",
31
+ "@webiny/db-dynamodb": "5.20.0",
32
+ "@webiny/error": "5.20.0",
33
+ "@webiny/handler": "5.20.0",
34
+ "@webiny/handler-aws": "5.20.0",
35
+ "@webiny/plugins": "5.20.0",
36
+ "@webiny/utils": "5.20.0",
37
37
  "dynamodb-toolbox": "0.3.5",
38
38
  "elastic-ts": "0.7.0"
39
39
  },
@@ -43,10 +43,10 @@
43
43
  "@babel/preset-env": "^7.5.5",
44
44
  "@babel/preset-typescript": "^7.8.3",
45
45
  "@shelf/jest-elasticsearch": "^1.0.0",
46
- "@webiny/api-dynamodb-to-elasticsearch": "^5.19.1",
47
- "@webiny/cli": "^5.19.1",
48
- "@webiny/handler-db": "^5.19.1",
49
- "@webiny/project-utils": "^5.19.1",
46
+ "@webiny/api-dynamodb-to-elasticsearch": "^5.20.0",
47
+ "@webiny/cli": "^5.20.0",
48
+ "@webiny/handler-db": "^5.20.0",
49
+ "@webiny/project-utils": "^5.20.0",
50
50
  "csvtojson": "^2.0.10",
51
51
  "jest": "^26.6.3",
52
52
  "jest-dynalite": "^3.2.0",
@@ -63,5 +63,5 @@
63
63
  "build": "yarn webiny run build",
64
64
  "watch": "yarn webiny run watch"
65
65
  },
66
- "gitHead": "1424145d10add470e70fba9c44225656894e0028"
66
+ "gitHead": "816632961750d4ae7f3af0d32d4e8a46c3f287a6"
67
67
  }
@@ -126,7 +126,7 @@ var _default = () => {
126
126
  version: "5.16.0",
127
127
  apply: async context => {
128
128
  const tenant = context.tenancy.getCurrentTenant();
129
- const locale = context.i18nContent.getLocale();
129
+ const locale = context.i18nContent.getCurrentLocale();
130
130
  const storageOperations = context.formBuilder.storageOperations;
131
131
  await upgradeForms({
132
132
  storageOperations,