[create-pull-request] automated change

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
pranavxc
2025-10-01 09:27:05 +00:00
committed by GitHub
parent d05f9f13b8
commit 6dc36b72b7
7 changed files with 33 additions and 16 deletions

View File

@@ -76,7 +76,6 @@ declare module 'vue' {
LogosGoogleGmail: typeof import('~icons/logos/google-gmail')['default']
MaterialSymbolsCloseRounded: typeof import('~icons/material-symbols/close-rounded')['default']
MaterialSymbolsDeleteOutlineRounded: typeof import('~icons/material-symbols/delete-outline-rounded')['default']
MaterialSymbolsFileCopyOutline: typeof import('~icons/material-symbols/file-copy-outline')['default']
MaterialSymbolsKeyboardArrowDownRounded: typeof import('~icons/material-symbols/keyboard-arrow-down-rounded')['default']
MaterialSymbolsLockOutline: typeof import('~icons/material-symbols/lock-outline')['default']
MaterialSymbolsPublic: typeof import('~icons/material-symbols/public')['default']

View File

@@ -93,7 +93,7 @@
"marked": "^4.3.0",
"monaco-editor": "^0.52.2",
"monaco-sql-languages": "^0.11.0",
"nocodb-sdk": "workspace:^",
"nocodb-sdk": "0.265.0",
"papaparse": "^5.5.2",
"parse-github-url": "^1.0.3",
"pdfobject": "^2.3.0",

View File

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

View File

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

View File

@@ -10765,6 +10765,8 @@ export class Api<
query?: {
where?: string;
viewId?: string;
/** Comma separated list of pks */
skipPks?: string;
},
params: RequestParams = {}
) =>
@@ -10805,6 +10807,8 @@ export class Api<
query?: {
where?: string;
viewId?: string;
/** Comma separated list of pks */
skipPks?: string;
},
params: RequestParams = {}
) =>

View File

@@ -1,6 +1,6 @@
{
"name": "nocodb",
"version": "0.264.9",
"version": "0.265.0",
"description": "NocoDB Backend",
"main": "dist/bundle.js",
"author": {
@@ -125,8 +125,8 @@
"multer": "^2.0.1",
"mysql2": "^3.14.1",
"nanoid": "^3.3.8",
"nc-lib-gui": "0.264.9",
"nocodb-sdk": "workspace:^",
"nc-lib-gui": "0.265.0",
"nocodb-sdk": "0.265.0",
"nodemailer": "^6.10.0",
"object-hash": "^3.0.0",
"object-sizeof": "^2.6.5",

32
pnpm-lock.yaml generated
View File

@@ -230,8 +230,8 @@ importers:
specifier: ^0.11.0
version: 0.11.0(antlr4ng-cli@1.0.7)
nocodb-sdk:
specifier: workspace:^
version: link:../nocodb-sdk
specifier: 0.265.0
version: 0.265.0(debug@4.4.1)
papaparse:
specifier: ^5.5.2
version: 5.5.3
@@ -844,11 +844,11 @@ importers:
specifier: ^3.3.8
version: 3.3.11
nc-lib-gui:
specifier: 0.264.9
version: 0.264.9
specifier: 0.265.0
version: 0.265.0
nocodb-sdk:
specifier: workspace:^
version: link:../nocodb-sdk
specifier: 0.265.0
version: 0.265.0(debug@4.4.1)
nodemailer:
specifier: ^6.10.0
version: 6.10.1
@@ -11131,8 +11131,8 @@ packages:
natural-compare@1.4.0:
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
nc-lib-gui@0.264.9:
resolution: {integrity: sha512-heQ5cmVEZnwoqAPXMyR/axmCc8KZMa77Y2B+GXCu1d79wdiUXoDyFVWcS6g+reQLol9iYbqU44e34PkEqB4QWg==}
nc-lib-gui@0.265.0:
resolution: {integrity: sha512-eU/E856G31UfSpuqJp65ANaClpZmVlXer2mYngJv//A8VKsJwUBKdFRXm8ww9rgRO7toEgHv0MsCzi6nNeaC0A==}
negotiator@0.6.3:
resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
@@ -11191,6 +11191,10 @@ packages:
resolution: {integrity: sha512-67n1OfusL/ON57fwFJ6ZurSJa/msYVQmqlz9rCel2HJYj4Zeb8v9TcmRdEW+PV2i9Fm2358umSvzZukhw/E8DA==}
engines: {node: '>=18.20.0 <20 || >=20.12.1'}
nocodb-sdk@0.265.0:
resolution: {integrity: sha512-3ukEoek4IWdCYFCcnJ0SRgDqZlD9s8/rJtu/9IngjAhEzmx1Cj4RygMpLgBmnGlKGOjjZBM/fa+s+JRQGCJsnA==}
engines: {node: '>=18'}
node-abi@3.75.0:
resolution: {integrity: sha512-OhYaY5sDsIka7H7AtijtI9jwGYLyl29eQn/W623DiN/MIv5sUqc4g7BIDThX+gb7di9f6xK02nkp8sdfFWZLTg==}
engines: {node: '>=10'}
@@ -27302,7 +27306,7 @@ snapshots:
natural-compare@1.4.0: {}
nc-lib-gui@0.264.9:
nc-lib-gui@0.265.0:
dependencies:
express: 4.21.2
transitivePeerDependencies:
@@ -27463,6 +27467,16 @@ snapshots:
json-stringify-safe: 5.0.1
propagate: 2.0.1
nocodb-sdk@0.265.0(debug@4.4.1):
dependencies:
axios: 1.9.0(debug@4.4.1)
chevrotain: 10.5.0
dayjs: 1.11.13
jsep: 1.4.0
validator: 13.15.15
transitivePeerDependencies:
- debug
node-abi@3.75.0:
dependencies:
semver: 7.7.2