Browse Source

chore: install local sdk

pull/6182/head
Wing-Kam Wong 1 year ago
parent
commit
2d8bb02f7e
  1. 8
      packages/nc-gui/package-lock.json
  2. 2
      packages/nc-gui/package.json
  3. 4
      packages/nocodb-sdk/package-lock.json
  4. 8
      packages/nocodb/package-lock.json
  5. 2
      packages/nocodb/package.json

8
packages/nc-gui/package-lock.json generated

@ -30,7 +30,7 @@
"leaflet.markercluster": "^1.5.3", "leaflet.markercluster": "^1.5.3",
"locale-codes": "^1.3.1", "locale-codes": "^1.3.1",
"monaco-editor": "^0.33.0", "monaco-editor": "^0.33.0",
"nocodb-sdk": "0.109.7", "nocodb-sdk": "file:../nocodb-sdk",
"papaparse": "^5.3.2", "papaparse": "^5.3.2",
"pinia": "^2.0.33", "pinia": "^2.0.33",
"qrcode": "^1.5.1", "qrcode": "^1.5.1",
@ -12239,8 +12239,8 @@
}, },
"node_modules/nocodb-sdk": { "node_modules/nocodb-sdk": {
"version": "0.109.7", "version": "0.109.7",
"resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.109.7.tgz", "resolved": "file:../nocodb-sdk",
"integrity": "sha512-ljdYQKXOwZcg6iWw38BMWEeOKvKyrThpejd8A5mG0P33wpRxNnJ12cxTTb+ET1IPhS/Yy/RpmDW3ZtaMorn2jQ==", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.21.1",
"jsep": "^1.3.6" "jsep": "^1.3.6"
@ -27280,8 +27280,6 @@
}, },
"nocodb-sdk": { "nocodb-sdk": {
"version": "0.109.7", "version": "0.109.7",
"resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.109.7.tgz",
"integrity": "sha512-ljdYQKXOwZcg6iWw38BMWEeOKvKyrThpejd8A5mG0P33wpRxNnJ12cxTTb+ET1IPhS/Yy/RpmDW3ZtaMorn2jQ==",
"requires": { "requires": {
"axios": "^0.21.1", "axios": "^0.21.1",
"jsep": "^1.3.6" "jsep": "^1.3.6"

2
packages/nc-gui/package.json

@ -54,7 +54,7 @@
"leaflet.markercluster": "^1.5.3", "leaflet.markercluster": "^1.5.3",
"locale-codes": "^1.3.1", "locale-codes": "^1.3.1",
"monaco-editor": "^0.33.0", "monaco-editor": "^0.33.0",
"nocodb-sdk": "0.109.7", "nocodb-sdk": "file:../nocodb-sdk",
"papaparse": "^5.3.2", "papaparse": "^5.3.2",
"pinia": "^2.0.33", "pinia": "^2.0.33",
"qrcode": "^1.5.1", "qrcode": "^1.5.1",

4
packages/nocodb-sdk/package-lock.json generated

@ -1,12 +1,12 @@
{ {
"name": "nocodb-sdk", "name": "nocodb-sdk",
"version": "0.109.6", "version": "0.109.7",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "nocodb-sdk", "name": "nocodb-sdk",
"version": "0.109.6", "version": "0.109.7",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.21.1",

8
packages/nocodb/package-lock.json generated

@ -83,7 +83,7 @@
"nc-lib-gui": "0.109.7", "nc-lib-gui": "0.109.7",
"nc-plugin": "^0.1.3", "nc-plugin": "^0.1.3",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"nocodb-sdk": "0.109.7", "nocodb-sdk": "file:../nocodb-sdk",
"nodemailer": "^6.4.10", "nodemailer": "^6.4.10",
"object-hash": "^3.0.0", "object-hash": "^3.0.0",
"object-sizeof": "^2.6.1", "object-sizeof": "^2.6.1",
@ -13209,8 +13209,8 @@
}, },
"node_modules/nocodb-sdk": { "node_modules/nocodb-sdk": {
"version": "0.109.7", "version": "0.109.7",
"resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.109.7.tgz", "resolved": "file:../nocodb-sdk",
"integrity": "sha512-ljdYQKXOwZcg6iWw38BMWEeOKvKyrThpejd8A5mG0P33wpRxNnJ12cxTTb+ET1IPhS/Yy/RpmDW3ZtaMorn2jQ==", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.21.1",
"jsep": "^1.3.6" "jsep": "^1.3.6"
@ -28518,8 +28518,6 @@
}, },
"nocodb-sdk": { "nocodb-sdk": {
"version": "0.109.7", "version": "0.109.7",
"resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.109.7.tgz",
"integrity": "sha512-ljdYQKXOwZcg6iWw38BMWEeOKvKyrThpejd8A5mG0P33wpRxNnJ12cxTTb+ET1IPhS/Yy/RpmDW3ZtaMorn2jQ==",
"requires": { "requires": {
"axios": "^0.21.1", "axios": "^0.21.1",
"jsep": "^1.3.6" "jsep": "^1.3.6"

2
packages/nocodb/package.json

@ -116,7 +116,7 @@
"nc-lib-gui": "0.109.7", "nc-lib-gui": "0.109.7",
"nc-plugin": "^0.1.3", "nc-plugin": "^0.1.3",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"nocodb-sdk": "0.109.7", "nocodb-sdk": "file:../nocodb-sdk",
"nodemailer": "^6.4.10", "nodemailer": "^6.4.10",
"object-hash": "^3.0.0", "object-hash": "^3.0.0",
"object-sizeof": "^2.6.1", "object-sizeof": "^2.6.1",

Loading…
Cancel
Save