1
0
Fork 0
mirror of synced 2024-09-02 02:31:11 +12:00
budibase/packages/types/package.json
Michael Drury 4716cf1aa3 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.
2022-12-14 00:35:15 +00:00

24 lines
609 B
JSON

{
"name": "@budibase/types",
"version": "2.2.2",
"description": "Budibase types",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Budibase",
"license": "GPL-3.0",
"scripts": {
"prebuild": "rimraf dist/",
"build": "tsc -p tsconfig.build.json",
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput"
},
"jest": {},
"devDependencies": {
"@budibase/nano": "10.1.1",
"@types/json5": "2.2.0",
"@types/koa": "2.13.4",
"@types/node": "14.18.20",
"@types/pouchdb": "6.4.0",
"rimraf": "3.0.2",
"typescript": "4.7.3"
}
}