Browse Source

Merge pull request #7763 from nocodb/release/0.204.2

pull/7767/head
github-actions[bot] 7 months ago committed by GitHub
parent
commit
6689370e24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/nc-gui/package.json
  2. 2
      packages/nc-lib-gui/package.json
  3. 2
      packages/nocodb-sdk/package.json
  4. 4
      packages/nocodb-sdk/pnpm-lock.yaml
  5. 4
      packages/nocodb-sdk/src/lib/Api.ts
  6. 6
      packages/nocodb/package.json
  7. 20
      pnpm-lock.yaml

2
packages/nc-gui/package.json

@ -73,7 +73,7 @@
"marked": "^4.3.0",
"monaco-editor": "^0.45.0",
"monaco-sql-languages": "^0.11.0",
"nocodb-sdk": "workspace:^",
"nocodb-sdk": "0.204.2",
"papaparse": "^5.4.1",
"parse-github-url": "^1.0.2",
"pinia": "^2.1.7",

2
packages/nc-lib-gui/package.json

@ -1,6 +1,6 @@
{
"name": "nc-lib-gui",
"version": "0.204.1",
"version": "0.204.2",
"description": "NocoDB GUI",
"author": {
"name": "NocoDB",

2
packages/nocodb-sdk/package.json

@ -1,6 +1,6 @@
{
"name": "nocodb-sdk",
"version": "0.204.1",
"version": "0.204.2",
"description": "NocoDB SDK",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",

4
packages/nocodb-sdk/pnpm-lock.yaml

@ -20,10 +20,10 @@ devDependencies:
specifier: ^29.5.12
version: 29.5.12
'@typescript-eslint/eslint-plugin':
specifier: ^6.20.0
specifier: ^6.21.0
version: 6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.56.0)(typescript@5.3.3)
'@typescript-eslint/parser':
specifier: ^6.20.0
specifier: ^6.21.0
version: 6.21.0(eslint@8.56.0)(typescript@5.3.3)
cspell:
specifier: ^4.2.8

4
packages/nocodb-sdk/src/lib/Api.ts

@ -883,7 +883,7 @@ export interface FormType {
*/
export interface FormUpdateReqType {
/** Banner Image URL. Not in use currently. */
banner_image_url?: TextOrNullType;
banner_image_url?: StringOrNullType;
/** Email to sned after form is submitted */
email?: StringOrNullType;
/**
@ -892,7 +892,7 @@ export interface FormUpdateReqType {
*/
heading?: string;
/** Logo URL. Not in use currently. */
logo_url?: TextOrNullType;
logo_url?: StringOrNullType;
/** Meta Info for this view */
meta?: MetaType;
/** The numbers of seconds to redirect after form submission */

6
packages/nocodb/package.json

@ -1,6 +1,6 @@
{
"name": "nocodb",
"version": "0.204.1",
"version": "0.204.2",
"description": "NocoDB Backend",
"main": "dist/bundle.js",
"author": {
@ -132,12 +132,12 @@
"mysql2": "^3.9.2",
"nanoid": "^3.3.7",
"nc-help": "0.3.1",
"nc-lib-gui": "0.204.1",
"nc-lib-gui": "0.204.2",
"nc-plugin": "^0.1.3",
"ncp": "^2.0.0",
"nestjs-kafka": "^1.0.6",
"nestjs-throttler-storage-redis": "^0.4.2",
"nocodb-sdk": "workspace:^",
"nocodb-sdk": "0.204.2",
"nodemailer": "^6.9.11",
"object-hash": "^3.0.0",
"object-sizeof": "^2.6.4",

20
pnpm-lock.yaml

@ -139,7 +139,7 @@ importers:
specifier: ^0.11.0
version: 0.11.0
nocodb-sdk:
specifier: workspace:^
specifier: 0.204.2
version: link:../nocodb-sdk
papaparse:
specifier: ^5.4.1
@ -674,8 +674,8 @@ importers:
specifier: 0.3.1
version: 0.3.1(asn1.js@5.4.1)(debug@4.3.4)(knex@2.4.2)
nc-lib-gui:
specifier: 0.204.1
version: 0.204.1
specifier: 0.204.2
version: 0.204.2
nc-plugin:
specifier: ^0.1.3
version: 0.1.3
@ -689,7 +689,7 @@ importers:
specifier: ^0.4.2
version: 0.4.2(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(@nestjs/throttler@5.1.2)(ioredis@5.3.2)(reflect-metadata@0.2.1)
nocodb-sdk:
specifier: workspace:^
specifier: 0.204.2
version: link:../nocodb-sdk
nodemailer:
specifier: ^6.9.11
@ -889,7 +889,7 @@ importers:
version: 6.3.4
ts-jest:
specifier: 29.1.2
version: 29.1.2(@babel/core@7.23.9)(jest@29.7.0)(typescript@5.3.2)
version: 29.1.2(@babel/core@7.23.7)(jest@29.7.0)(typescript@5.3.2)
ts-loader:
specifier: ^9.5.1
version: 9.5.1(typescript@5.3.2)(webpack@5.90.3)
@ -959,7 +959,7 @@ importers:
version: 5.0.5
ts-jest:
specifier: ^29.1.2
version: 29.1.2(@babel/core@7.23.9)(jest@29.7.0)(typescript@5.3.2)
version: 29.1.2(@babel/core@7.23.7)(jest@29.7.0)(typescript@5.3.2)
tsc-alias:
specifier: ^1.8.8
version: 1.8.8
@ -20402,8 +20402,8 @@ packages:
- supports-color
dev: false
/nc-lib-gui@0.204.1:
resolution: {integrity: sha512-8Nyfg1o0K/QunDQLO1Io8bZjW0vB66yqUTAPBF7qN2Kjcyv12MaInfi9oLqJnZs7DORdTP0v3YFeKoQJfn5AjA==}
/nc-lib-gui@0.204.2:
resolution: {integrity: sha512-wXtQ0eD+Go4b27n/kGjpzPZjbdoErGNq9YgHyVJNy82XTxa5e48BfhiDQule/p/iPzfei4vGh2IZi2QO02kl7A==}
dependencies:
express: 4.18.3
transitivePeerDependencies:
@ -25205,7 +25205,7 @@ packages:
engines: {node: '>=14.0.0'}
dev: false
/ts-jest@29.1.2(@babel/core@7.23.9)(jest@29.7.0)(typescript@5.3.2):
/ts-jest@29.1.2(@babel/core@7.23.7)(jest@29.7.0)(typescript@5.3.2):
resolution: {integrity: sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==}
engines: {node: ^16.10.0 || ^18.0.0 || >=20.0.0}
hasBin: true
@ -25226,7 +25226,7 @@ packages:
esbuild:
optional: true
dependencies:
'@babel/core': 7.23.9
'@babel/core': 7.23.7
bs-logger: 0.2.6
fast-json-stable-stringify: 2.1.0
jest: 29.7.0(@types/node@20.11.24)(ts-node@10.9.2)

Loading…
Cancel
Save