|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "nocodb", |
|
|
|
"name": "nocodb", |
|
|
|
"version": "0.106.1", |
|
|
|
"version": "0.107.0-beta.0", |
|
|
|
"description": "NocoDB Backend", |
|
|
|
"description": "NocoDB Backend", |
|
|
|
"main": "dist/bundle.js", |
|
|
|
"main": "dist/bundle.js", |
|
|
|
"author": { |
|
|
|
"author": { |
|
|
@ -31,6 +31,7 @@ |
|
|
|
"test:cov": "jest --coverage", |
|
|
|
"test:cov": "jest --coverage", |
|
|
|
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", |
|
|
|
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", |
|
|
|
"test:e2e": "jest --config ./test/jest-e2e.json", |
|
|
|
"test:e2e": "jest --config ./test/jest-e2e.json", |
|
|
|
|
|
|
|
"watch:run": "cross-env NC_DISABLE_TELE=true EE=true nodemon -e ts,js -w ./src -x \"ts-node src/run/docker --log-error --project tsconfig.json\"", |
|
|
|
"watch:run:playwright": "rm -f ./test_noco.db; cross-env DATABASE_URL=sqlite:./test_noco.db PLAYWRIGHT_TEST=true NC_DISABLE_TELE=true EE=true nodemon -e ts,js -w ./src -x \"ts-node src/run/testDocker --log-error --project tsconfig.json\"", |
|
|
|
"watch:run:playwright": "rm -f ./test_noco.db; cross-env DATABASE_URL=sqlite:./test_noco.db PLAYWRIGHT_TEST=true NC_DISABLE_TELE=true EE=true nodemon -e ts,js -w ./src -x \"ts-node src/run/testDocker --log-error --project tsconfig.json\"", |
|
|
|
"watch:run:playwright:quick": "rm -f ./test_noco.db; cp ../../tests/playwright/fixtures/noco_0_91_7.db ./test_noco.db; cross-env DATABASE_URL=sqlite:./test_noco.db NC_DISABLE_TELE=true EE=true nodemon -e ts,js -w ./src -x \"ts-node src/run/docker --log-error --project tsconfig.json\"", |
|
|
|
"watch:run:playwright:quick": "rm -f ./test_noco.db; cp ../../tests/playwright/fixtures/noco_0_91_7.db ./test_noco.db; cross-env DATABASE_URL=sqlite:./test_noco.db NC_DISABLE_TELE=true EE=true nodemon -e ts,js -w ./src -x \"ts-node src/run/docker --log-error --project tsconfig.json\"", |
|
|
|
"watch:run:playwright:pg:cyquick": "rm -f ./test_noco.db; cp ../../tests/playwright/fixtures/noco_0_91_7.db ./test_noco.db; cross-env NC_DISABLE_TELE=true EE=true nodemon -e ts,js -w ./src -x \"ts-node src/run/dockerRunPG_CyQuick.ts --log-error --project tsconfig.json\"", |
|
|
|
"watch:run:playwright:pg:cyquick": "rm -f ./test_noco.db; cp ../../tests/playwright/fixtures/noco_0_91_7.db ./test_noco.db; cross-env NC_DISABLE_TELE=true EE=true nodemon -e ts,js -w ./src -x \"ts-node src/run/dockerRunPG_CyQuick.ts --log-error --project tsconfig.json\"", |
|
|
@ -105,7 +106,7 @@ |
|
|
|
"mysql2": "^3.2.0", |
|
|
|
"mysql2": "^3.2.0", |
|
|
|
"nanoid": "^3.1.20", |
|
|
|
"nanoid": "^3.1.20", |
|
|
|
"nc-help": "^0.2.87", |
|
|
|
"nc-help": "^0.2.87", |
|
|
|
"nc-lib-gui": "0.106.0", |
|
|
|
"nc-lib-gui": "0.107.0-beta.0", |
|
|
|
"nc-plugin": "0.1.2", |
|
|
|
"nc-plugin": "0.1.2", |
|
|
|
"ncp": "^2.0.0", |
|
|
|
"ncp": "^2.0.0", |
|
|
|
"nocodb-sdk": "file:../nocodb-sdk", |
|
|
|
"nocodb-sdk": "file:../nocodb-sdk", |
|
|
|