2021-04-07 12:33:16 +02:00
|
|
|
{
|
2022-01-10 20:30:35 +01:00
|
|
|
"name": "@budibase/backend-core",
|
2022-12-19 14:01:05 +01:00
|
|
|
"version": "2.2.4-alpha.7",
|
2022-01-11 16:07:02 +01:00
|
|
|
"description": "Budibase backend core libraries used in server and worker",
|
2022-06-09 13:33:10 +02:00
|
|
|
"main": "dist/src/index.js",
|
2022-04-28 23:39:21 +02:00
|
|
|
"types": "dist/src/index.d.ts",
|
2022-06-10 23:57:12 +02:00
|
|
|
"exports": {
|
2022-06-13 12:34:28 +02:00
|
|
|
".": "./dist/src/index.js",
|
2022-06-13 16:29:19 +02:00
|
|
|
"./tests": "./dist/tests/index.js",
|
2022-06-10 23:57:12 +02:00
|
|
|
"./*": "./dist/*.js"
|
|
|
|
},
|
2021-04-07 12:33:16 +02:00
|
|
|
"author": "Budibase",
|
2021-11-17 15:21:16 +01:00
|
|
|
"license": "GPL-3.0",
|
2021-07-13 11:02:08 +02:00
|
|
|
"scripts": {
|
2022-06-09 14:15:20 +02:00
|
|
|
"prebuild": "rimraf dist/",
|
2022-06-15 10:35:35 +02:00
|
|
|
"prepack": "cp package.json dist",
|
2022-06-09 14:15:20 +02:00
|
|
|
"build": "tsc -p tsconfig.build.json",
|
|
|
|
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput",
|
2022-12-01 16:00:56 +01:00
|
|
|
"test": "jest --coverage --maxWorkers=2",
|
2021-07-13 11:02:08 +02:00
|
|
|
"test:watch": "jest --watchAll"
|
|
|
|
},
|
2021-04-07 12:33:16 +02:00
|
|
|
"dependencies": {
|
2022-12-15 13:13:42 +01:00
|
|
|
"@budibase/nano": "10.1.1",
|
2022-12-19 14:01:05 +01:00
|
|
|
"@budibase/types": "2.2.4-alpha.7",
|
2022-09-06 11:22:14 +02:00
|
|
|
"@shopify/jest-koa-mocks": "5.0.1",
|
2022-06-09 13:33:10 +02:00
|
|
|
"@techpass/passport-openidconnect": "0.3.2",
|
2022-12-15 12:35:22 +01:00
|
|
|
"aws-cloudfront-sign": "2.2.0",
|
2022-06-09 13:33:10 +02:00
|
|
|
"aws-sdk": "2.1030.0",
|
|
|
|
"bcrypt": "5.0.1",
|
2022-09-13 19:00:10 +02:00
|
|
|
"bcryptjs": "2.4.3",
|
2022-10-21 19:25:35 +02:00
|
|
|
"bull": "4.10.1",
|
2022-06-09 13:33:10 +02:00
|
|
|
"dotenv": "16.0.1",
|
|
|
|
"emitter-listener": "1.1.2",
|
|
|
|
"ioredis": "4.28.0",
|
2022-08-02 10:39:30 +02:00
|
|
|
"joi": "17.6.0",
|
2022-06-09 13:33:10 +02:00
|
|
|
"jsonwebtoken": "8.5.1",
|
|
|
|
"koa-passport": "4.1.4",
|
|
|
|
"lodash": "4.17.21",
|
|
|
|
"lodash.isarguments": "3.1.0",
|
|
|
|
"node-fetch": "2.6.7",
|
|
|
|
"passport-google-oauth": "2.0.0",
|
|
|
|
"passport-jwt": "4.0.0",
|
|
|
|
"passport-local": "1.0.0",
|
2022-06-23 15:29:19 +02:00
|
|
|
"passport-oauth2-refresh": "^2.1.0",
|
2022-06-09 13:33:10 +02:00
|
|
|
"posthog-node": "1.3.0",
|
2022-04-22 16:39:34 +02:00
|
|
|
"pouchdb": "7.3.0",
|
2022-06-09 13:33:10 +02:00
|
|
|
"pouchdb-find": "7.2.2",
|
|
|
|
"pouchdb-replication-stream": "1.2.9",
|
2022-06-13 12:34:28 +02:00
|
|
|
"redlock": "4.2.0",
|
2022-06-09 13:33:10 +02:00
|
|
|
"sanitize-s3-objectkey": "0.0.1",
|
|
|
|
"semver": "7.3.7",
|
|
|
|
"tar-fs": "2.1.1",
|
|
|
|
"uuid": "8.3.2",
|
|
|
|
"zlib": "1.0.5"
|
2021-05-05 18:49:34 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-06 17:03:47 +02:00
|
|
|
"@types/chance": "1.1.3",
|
2022-10-24 11:04:14 +02:00
|
|
|
"@types/ioredis": "4.28.0",
|
2022-06-13 12:34:28 +02:00
|
|
|
"@types/jest": "27.5.1",
|
2022-11-16 12:34:16 +01:00
|
|
|
"@types/koa": "2.13.4",
|
2022-07-14 20:42:37 +02:00
|
|
|
"@types/lodash": "4.14.180",
|
2022-06-09 13:33:10 +02:00
|
|
|
"@types/node": "14.18.20",
|
|
|
|
"@types/node-fetch": "2.6.1",
|
2022-06-24 13:08:29 +02:00
|
|
|
"@types/pouchdb": "6.4.0",
|
2022-06-13 12:34:28 +02:00
|
|
|
"@types/redlock": "4.0.3",
|
|
|
|
"@types/semver": "7.3.7",
|
2022-06-09 13:33:10 +02:00
|
|
|
"@types/tar-fs": "2.0.1",
|
|
|
|
"@types/uuid": "8.3.4",
|
2022-10-06 17:03:47 +02:00
|
|
|
"chance": "1.1.3",
|
2022-10-12 13:46:45 +02:00
|
|
|
"ioredis-mock": "5.8.0",
|
2022-11-14 23:55:47 +01:00
|
|
|
"jest": "28.1.1",
|
2022-11-16 12:34:16 +01:00
|
|
|
"koa": "2.13.4",
|
2022-06-13 12:34:28 +02:00
|
|
|
"nodemon": "2.0.16",
|
2022-06-09 13:33:10 +02:00
|
|
|
"pouchdb-adapter-memory": "7.2.2",
|
|
|
|
"timekeeper": "2.2.0",
|
2022-11-14 23:55:47 +01:00
|
|
|
"ts-jest": "28.0.4",
|
2022-11-14 14:29:46 +01:00
|
|
|
"ts-node": "10.8.1",
|
|
|
|
"tsconfig-paths": "4.0.0",
|
2022-06-13 12:34:28 +02:00
|
|
|
"typescript": "4.7.3"
|
2021-05-20 15:53:22 +02:00
|
|
|
},
|
|
|
|
"gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc"
|
fixes for google sheets, admin checklist, and deleting an app from API (#8846)
* fixes for google sheets, admin checklist, and deleting an app from API
* code review
* splitting unpublish endpoint, moving deploy endpoint to applications controller. Still to do public API work and move deployment controller into application controller
* updating REST method for unpublish in API test
* unpublish and publish endpoint on public API, delete endpoint unpublishes and deletes app
* removing skip_setup from prodAppDb call
* removing commented code
* unit tests and open API spec updates
* unpublish, publish unit tests - delete still in progress
* remove line updating app name in API test
* unit tests
* v2.1.46
* Update pro version to 2.1.46
* v2.2.0
* Update pro version to 2.2.0
* Fix for budibase plugin skeleton, which utilises the old import style.
* Fix side nav styles
* v2.2.1
* Update pro version to 2.2.1
* using dist folder to allow importing constants for openAPI specs
* v2.2.2
* Update pro version to 2.2.2
* Fix for user enrichment call (updating to @budibase/nano fork) (#9038)
* Fix for #9029 - this should fix the issue users have been experiencing with user enrichment calls in apps, essentially it utilises a fork of the nano library we use to interact with CouchDB, which has been updated to use a POST request rather than a GET request as it supports a larger set of data being sent as query parameters.
* Incrementing Nano version to attempt to fix yarn registry issues.
* v2.2.3
* Update pro version to 2.2.3
* Fix SQL table `_id` filtering (#9030)
* Re-add support for filtering on _id using external SQL tables and fix filter key prefixes not working with _id field
* Remove like operator from internal tables and only allow basic operators on SQL table _id column
* Update data section filtering to respect new rules
* Update automation section filtering to respect new rules
* Update dynamic filter component to respect new rules
* v2.2.4
* Update pro version to 2.2.4
* lock changes (#9047)
* v2.2.5
* Update pro version to 2.2.5
* Make looping arrow point in right direction (#9053)
* v2.2.6
* Update pro version to 2.2.6
* Types/attaching license to account (#9065)
* adding license type to account
* removing planDuration
* v2.2.7
* Update pro version to 2.2.7
* Environment variable type coercion fix (#9074)
* Environment variable type coercion fix
* Update .gitignore
* v2.2.8
* Update pro version to 2.2.8
* tests passing
* all tests passing, updates to public API response
* update unpublish call to return 204, openAPI spec and unit
* fixing API tests
Co-authored-by: Budibase Release Bot <>
Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
Co-authored-by: melohagan <101575380+melohagan@users.noreply.github.com>
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2022-12-19 14:18:00 +01:00
|
|
|
}
|