@lowdefy/build 4.0.0-alpha.31 → 4.0.0-alpha.33

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.
@@ -114,6 +114,35 @@ export default {
114
114
  }
115
115
  }
116
116
  },
117
+ authPages: {
118
+ type: 'object',
119
+ additionalProperties: false,
120
+ properties: {
121
+ signIn: {
122
+ type: 'string',
123
+ default: '/auth/signin'
124
+ },
125
+ signOut: {
126
+ type: 'string',
127
+ default: '/auth/signout'
128
+ },
129
+ error: {
130
+ type: 'string',
131
+ description: 'Error code passed in query string as ?error=',
132
+ default: '/auth/error'
133
+ },
134
+ verifyRequest: {
135
+ type: 'string',
136
+ description: 'Used for check email message',
137
+ default: '/auth/verify-request'
138
+ },
139
+ newUser: {
140
+ type: 'string',
141
+ description: 'New users will be directed here on first sign in (leave the property out if not of interest)',
142
+ default: '/auth/new-user'
143
+ }
144
+ }
145
+ },
117
146
  callbacks: {
118
147
  type: 'array',
119
148
  items: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/build",
3
- "version": "4.0.0-alpha.31",
3
+ "version": "4.0.0-alpha.33",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "homepage": "https://lowdefy.com",
@@ -51,14 +51,14 @@
51
51
  "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
52
52
  },
53
53
  "dependencies": {
54
- "@lowdefy/ajv": "4.0.0-alpha.31",
55
- "@lowdefy/blocks-basic": "4.0.0-alpha.31",
56
- "@lowdefy/blocks-loaders": "4.0.0-alpha.31",
57
- "@lowdefy/helpers": "4.0.0-alpha.31",
58
- "@lowdefy/node-utils": "4.0.0-alpha.31",
59
- "@lowdefy/nunjucks": "4.0.0-alpha.31",
60
- "@lowdefy/operators": "4.0.0-alpha.31",
61
- "@lowdefy/operators-js": "4.0.0-alpha.31",
54
+ "@lowdefy/ajv": "4.0.0-alpha.33",
55
+ "@lowdefy/blocks-basic": "4.0.0-alpha.33",
56
+ "@lowdefy/blocks-loaders": "4.0.0-alpha.33",
57
+ "@lowdefy/helpers": "4.0.0-alpha.33",
58
+ "@lowdefy/node-utils": "4.0.0-alpha.33",
59
+ "@lowdefy/nunjucks": "4.0.0-alpha.33",
60
+ "@lowdefy/operators": "4.0.0-alpha.33",
61
+ "@lowdefy/operators-js": "4.0.0-alpha.33",
62
62
  "ajv": "8.11.0",
63
63
  "json5": "2.2.1",
64
64
  "uuid": "8.3.2",
@@ -67,32 +67,32 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@jest/globals": "28.1.0",
70
- "@lowdefy/actions-core": "4.0.0-alpha.31",
71
- "@lowdefy/actions-pdf-make": "4.0.0-alpha.31",
72
- "@lowdefy/blocks-aggrid": "4.0.0-alpha.31",
73
- "@lowdefy/blocks-antd": "4.0.0-alpha.31",
74
- "@lowdefy/blocks-color-selectors": "4.0.0-alpha.31",
75
- "@lowdefy/blocks-echarts": "4.0.0-alpha.31",
76
- "@lowdefy/blocks-google-maps": "4.0.0-alpha.31",
77
- "@lowdefy/blocks-markdown": "4.0.0-alpha.31",
78
- "@lowdefy/blocks-qr": "4.0.0-alpha.31",
79
- "@lowdefy/connection-axios-http": "4.0.0-alpha.31",
80
- "@lowdefy/connection-elasticsearch": "4.0.0-alpha.31",
81
- "@lowdefy/connection-google-sheets": "4.0.0-alpha.31",
82
- "@lowdefy/connection-knex": "4.0.0-alpha.31",
83
- "@lowdefy/connection-mongodb": "4.0.0-alpha.31",
84
- "@lowdefy/connection-redis": "4.0.0-alpha.31",
85
- "@lowdefy/connection-sendgrid": "4.0.0-alpha.31",
86
- "@lowdefy/connection-stripe": "4.0.0-alpha.31",
87
- "@lowdefy/operators-change-case": "4.0.0-alpha.31",
88
- "@lowdefy/operators-diff": "4.0.0-alpha.31",
89
- "@lowdefy/operators-mql": "4.0.0-alpha.31",
90
- "@lowdefy/operators-nunjucks": "4.0.0-alpha.31",
91
- "@lowdefy/operators-uuid": "4.0.0-alpha.31",
92
- "@lowdefy/operators-yaml": "4.0.0-alpha.31",
93
- "@lowdefy/plugin-auth0": "4.0.0-alpha.31",
94
- "@lowdefy/plugin-csv": "4.0.0-alpha.31",
95
- "@lowdefy/plugin-next-auth": "4.0.0-alpha.31",
70
+ "@lowdefy/actions-core": "4.0.0-alpha.33",
71
+ "@lowdefy/actions-pdf-make": "4.0.0-alpha.33",
72
+ "@lowdefy/blocks-aggrid": "4.0.0-alpha.33",
73
+ "@lowdefy/blocks-antd": "4.0.0-alpha.33",
74
+ "@lowdefy/blocks-color-selectors": "4.0.0-alpha.33",
75
+ "@lowdefy/blocks-echarts": "4.0.0-alpha.33",
76
+ "@lowdefy/blocks-google-maps": "4.0.0-alpha.33",
77
+ "@lowdefy/blocks-markdown": "4.0.0-alpha.33",
78
+ "@lowdefy/blocks-qr": "4.0.0-alpha.33",
79
+ "@lowdefy/connection-axios-http": "4.0.0-alpha.33",
80
+ "@lowdefy/connection-elasticsearch": "4.0.0-alpha.33",
81
+ "@lowdefy/connection-google-sheets": "4.0.0-alpha.33",
82
+ "@lowdefy/connection-knex": "4.0.0-alpha.33",
83
+ "@lowdefy/connection-mongodb": "4.0.0-alpha.33",
84
+ "@lowdefy/connection-redis": "4.0.0-alpha.33",
85
+ "@lowdefy/connection-sendgrid": "4.0.0-alpha.33",
86
+ "@lowdefy/connection-stripe": "4.0.0-alpha.33",
87
+ "@lowdefy/operators-change-case": "4.0.0-alpha.33",
88
+ "@lowdefy/operators-diff": "4.0.0-alpha.33",
89
+ "@lowdefy/operators-mql": "4.0.0-alpha.33",
90
+ "@lowdefy/operators-nunjucks": "4.0.0-alpha.33",
91
+ "@lowdefy/operators-uuid": "4.0.0-alpha.33",
92
+ "@lowdefy/operators-yaml": "4.0.0-alpha.33",
93
+ "@lowdefy/plugin-auth0": "4.0.0-alpha.33",
94
+ "@lowdefy/plugin-csv": "4.0.0-alpha.33",
95
+ "@lowdefy/plugin-next-auth": "4.0.0-alpha.33",
96
96
  "@swc/cli": "0.1.57",
97
97
  "@swc/core": "1.2.194",
98
98
  "@swc/jest": "0.2.21",
@@ -101,5 +101,5 @@
101
101
  "publishConfig": {
102
102
  "access": "public"
103
103
  },
104
- "gitHead": "96ef86d4ce4849f8f11110662efbbaede1bcd5a5"
104
+ "gitHead": "0aa1d1126108b835a6e3e3f57bbef53658777f21"
105
105
  }