Browse Source

chore(gui-v2): revert to original

pull/3273/head
Wing-Kam Wong 2 years ago
parent
commit
de545dad40
  1. 4
      packages/nocodb-sdk/package.json
  2. 18
      packages/nocodb/package-lock.json
  3. 2
      packages/nocodb/package.json

4
packages/nocodb-sdk/package.json

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

18
packages/nocodb/package-lock.json generated

@ -74,7 +74,7 @@
"nc-lib-gui-2": "0.0.4", "nc-lib-gui-2": "0.0.4",
"nc-plugin": "0.1.2", "nc-plugin": "0.1.2",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"nocodb-sdk-daily": "0.92.4-0.92.4-guiv2-test", "nocodb-sdk": "0.92.4",
"nodemailer": "^6.4.10", "nodemailer": "^6.4.10",
"object-hash": "^3.0.0", "object-hash": "^3.0.0",
"ora": "^4.0.4", "ora": "^4.0.4",
@ -15479,10 +15479,10 @@
"isarray": "0.0.1" "isarray": "0.0.1"
} }
}, },
"node_modules/nocodb-sdk-daily": { "node_modules/nocodb-sdk": {
"version": "0.92.4-0.92.4-guiv2-test", "version": "0.92.4",
"resolved": "https://registry.npmjs.org/nocodb-sdk-daily/-/nocodb-sdk-daily-0.92.4-0.92.4-guiv2-test.tgz", "resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.92.4.tgz",
"integrity": "sha512-0bWdvqVLGqmulSwLaoSnqCGTcxC7sglr/aoZ/CII2c+1pHWy+UiSZ6yHnanUQ7hnpQYPEGcjjdZf9hBL3rpTjw==", "integrity": "sha512-wAcTBM+ugG52zBaJ6eiAqDmigT5W2JWJVpUEvVtXXcWTl+fF9BPG9QGeYLJLgaqsqtuvR2RJlFiBbRub/3ttTQ==",
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.21.1",
"jsep": "^1.3.6" "jsep": "^1.3.6"
@ -36907,10 +36907,10 @@
} }
} }
}, },
"nocodb-sdk-daily": { "nocodb-sdk": {
"version": "0.92.4-0.92.4-guiv2-test", "version": "0.92.4",
"resolved": "https://registry.npmjs.org/nocodb-sdk-daily/-/nocodb-sdk-daily-0.92.4-0.92.4-guiv2-test.tgz", "resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.92.4.tgz",
"integrity": "sha512-0bWdvqVLGqmulSwLaoSnqCGTcxC7sglr/aoZ/CII2c+1pHWy+UiSZ6yHnanUQ7hnpQYPEGcjjdZf9hBL3rpTjw==", "integrity": "sha512-wAcTBM+ugG52zBaJ6eiAqDmigT5W2JWJVpUEvVtXXcWTl+fF9BPG9QGeYLJLgaqsqtuvR2RJlFiBbRub/3ttTQ==",
"requires": { "requires": {
"axios": "^0.21.1", "axios": "^0.21.1",
"jsep": "^1.3.6" "jsep": "^1.3.6"

2
packages/nocodb/package.json

@ -160,7 +160,7 @@
"nc-lib-gui-2": "0.0.4", "nc-lib-gui-2": "0.0.4",
"nc-plugin": "0.1.2", "nc-plugin": "0.1.2",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"nocodb-sdk-daily": "0.92.4-0.92.4-guiv2-test", "nocodb-sdk": "0.92.4",
"nodemailer": "^6.4.10", "nodemailer": "^6.4.10",
"object-hash": "^3.0.0", "object-hash": "^3.0.0",
"ora": "^4.0.4", "ora": "^4.0.4",

Loading…
Cancel
Save