|
|
|
@ -98,7 +98,7 @@
|
|
|
|
|
"ncp": "^2.0.0", |
|
|
|
|
"nestjs-kafka": "^1.0.6", |
|
|
|
|
"nestjs-throttler-storage-redis": "^0.3.0", |
|
|
|
|
"nocodb-sdk": "0.111.1", |
|
|
|
|
"nocodb-sdk": "file:../nocodb-sdk", |
|
|
|
|
"nodemailer": "^6.4.10", |
|
|
|
|
"object-hash": "^3.0.0", |
|
|
|
|
"object-sizeof": "^2.6.1", |
|
|
|
@ -211,7 +211,6 @@
|
|
|
|
|
}, |
|
|
|
|
"../nocodb-sdk": { |
|
|
|
|
"version": "0.111.1", |
|
|
|
|
"extraneous": true, |
|
|
|
|
"license": "AGPL-3.0-or-later", |
|
|
|
|
"dependencies": { |
|
|
|
|
"axios": "^0.21.1", |
|
|
|
@ -14383,13 +14382,8 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/nocodb-sdk": { |
|
|
|
|
"version": "0.111.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.111.1.tgz", |
|
|
|
|
"integrity": "sha512-FS5wyWd3XkPtRkqjO7Hdj5HKsco6/oYc8MPrZ7K/JRmqf0Yf1oydtarkv7h+dDTaNtfcp6Qm56b1JdwJP/EWvg==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"axios": "^0.21.1", |
|
|
|
|
"jsep": "^1.3.6" |
|
|
|
|
} |
|
|
|
|
"resolved": "../nocodb-sdk", |
|
|
|
|
"link": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/node-abort-controller": { |
|
|
|
|
"version": "3.1.1", |
|
|
|
@ -30908,12 +30902,24 @@
|
|
|
|
|
"requires": {} |
|
|
|
|
}, |
|
|
|
|
"nocodb-sdk": { |
|
|
|
|
"version": "0.111.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.111.1.tgz", |
|
|
|
|
"integrity": "sha512-FS5wyWd3XkPtRkqjO7Hdj5HKsco6/oYc8MPrZ7K/JRmqf0Yf1oydtarkv7h+dDTaNtfcp6Qm56b1JdwJP/EWvg==", |
|
|
|
|
"version": "file:../nocodb-sdk", |
|
|
|
|
"requires": { |
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.0.1", |
|
|
|
|
"@typescript-eslint/parser": "^4.0.1", |
|
|
|
|
"axios": "^0.21.1", |
|
|
|
|
"jsep": "^1.3.6" |
|
|
|
|
"cspell": "^4.1.0", |
|
|
|
|
"eslint": "^7.8.0", |
|
|
|
|
"eslint-config-prettier": "^6.11.0", |
|
|
|
|
"eslint-plugin-eslint-comments": "^3.2.0", |
|
|
|
|
"eslint-plugin-functional": "^3.0.2", |
|
|
|
|
"eslint-plugin-import": "^2.22.0", |
|
|
|
|
"eslint-plugin-prettier": "^4.0.0", |
|
|
|
|
"jsep": "^1.3.6", |
|
|
|
|
"npm-run-all": "^4.1.5", |
|
|
|
|
"prettier": "^2.1.1", |
|
|
|
|
"rimraf": "^5.0.1", |
|
|
|
|
"tsc-alias": "^1.8.7", |
|
|
|
|
"typescript": "^4.7.4" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node-abort-controller": { |
|
|
|
|