diff --git a/packages/nocodb-sdk/package.json b/packages/nocodb-sdk/package.json index ae59e89f78..491b0866a3 100644 --- a/packages/nocodb-sdk/package.json +++ b/packages/nocodb-sdk/package.json @@ -1,6 +1,6 @@ { - "name": "nocodb-sdk-daily", - "version": "0.92.4-0.92.4-guiv2-test", + "name": "nocodb-sdk", + "version": "0.92.4", "description": "NocoDB SDK", "main": "build/main/index.js", "typings": "build/main/index.d.ts", diff --git a/packages/nocodb/package-lock.json b/packages/nocodb/package-lock.json index 6f84fb5f46..ac7a3fe00a 100644 --- a/packages/nocodb/package-lock.json +++ b/packages/nocodb/package-lock.json @@ -74,7 +74,7 @@ "nc-lib-gui-2": "0.0.4", "nc-plugin": "0.1.2", "ncp": "^2.0.0", - "nocodb-sdk-daily": "0.92.4-0.92.4-guiv2-test", + "nocodb-sdk": "0.92.4", "nodemailer": "^6.4.10", "object-hash": "^3.0.0", "ora": "^4.0.4", @@ -15479,10 +15479,10 @@ "isarray": "0.0.1" } }, - "node_modules/nocodb-sdk-daily": { - "version": "0.92.4-0.92.4-guiv2-test", - "resolved": "https://registry.npmjs.org/nocodb-sdk-daily/-/nocodb-sdk-daily-0.92.4-0.92.4-guiv2-test.tgz", - "integrity": "sha512-0bWdvqVLGqmulSwLaoSnqCGTcxC7sglr/aoZ/CII2c+1pHWy+UiSZ6yHnanUQ7hnpQYPEGcjjdZf9hBL3rpTjw==", + "node_modules/nocodb-sdk": { + "version": "0.92.4", + "resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.92.4.tgz", + "integrity": "sha512-wAcTBM+ugG52zBaJ6eiAqDmigT5W2JWJVpUEvVtXXcWTl+fF9BPG9QGeYLJLgaqsqtuvR2RJlFiBbRub/3ttTQ==", "dependencies": { "axios": "^0.21.1", "jsep": "^1.3.6" @@ -36907,10 +36907,10 @@ } } }, - "nocodb-sdk-daily": { - "version": "0.92.4-0.92.4-guiv2-test", - "resolved": "https://registry.npmjs.org/nocodb-sdk-daily/-/nocodb-sdk-daily-0.92.4-0.92.4-guiv2-test.tgz", - "integrity": "sha512-0bWdvqVLGqmulSwLaoSnqCGTcxC7sglr/aoZ/CII2c+1pHWy+UiSZ6yHnanUQ7hnpQYPEGcjjdZf9hBL3rpTjw==", + "nocodb-sdk": { + "version": "0.92.4", + "resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.92.4.tgz", + "integrity": "sha512-wAcTBM+ugG52zBaJ6eiAqDmigT5W2JWJVpUEvVtXXcWTl+fF9BPG9QGeYLJLgaqsqtuvR2RJlFiBbRub/3ttTQ==", "requires": { "axios": "^0.21.1", "jsep": "^1.3.6" diff --git a/packages/nocodb/package.json b/packages/nocodb/package.json index a55911a7c4..bc7af3770a 100644 --- a/packages/nocodb/package.json +++ b/packages/nocodb/package.json @@ -160,7 +160,7 @@ "nc-lib-gui-2": "0.0.4", "nc-plugin": "0.1.2", "ncp": "^2.0.0", - "nocodb-sdk-daily": "0.92.4-0.92.4-guiv2-test", + "nocodb-sdk": "0.92.4", "nodemailer": "^6.4.10", "object-hash": "^3.0.0", "ora": "^4.0.4",