publish changes

This commit is contained in:
Dragurimu 2022-07-29 19:07:39 -05:00
parent a8c06b76da
commit 4aa4ac4d1c
6 changed files with 54 additions and 3 deletions

View File

@ -13,6 +13,9 @@
"npm": ">=7.0.0",
"node": ">=14.0.0"
},
"dependencies": {
"@changesets/cli": "^2.24.1"
},
"devDependencies": {
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
@ -59,8 +62,5 @@
"repository": {
"type": "git",
"url": "git+https://github.com/oasisjs/bicuit.git"
},
"dependencies": {
"@changesets/cli": "^2.24.1"
}
}

View File

@ -12,6 +12,16 @@
"clean": "rm -rf dist && rm -rf .turbo",
"dev": "tsup --watch"
},
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": "./dist/index.js"
}
},
"devDependencies": {
"tsup": "^6.1.3"
},

View File

@ -12,6 +12,16 @@
"clean": "rm -rf dist && rm -rf .turbo",
"dev": "tsup --watch"
},
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": "./dist/index.js"
}
},
"dependencies": {
"@biscuitland/api-types": "^1.0.0",
"ioredis": "^5.2.2"

View File

@ -12,6 +12,16 @@
"clean": "rm -rf dist && rm -rf .turbo",
"dev": "tsup --watch"
},
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": "./dist/index.js"
}
},
"dependencies": {
"@biscuitland/api-types": "^1.0.0",
"@biscuitland/rest": "^1.0.0",

View File

@ -12,6 +12,16 @@
"clean": "rm -rf dist && rm -rf .turbo",
"dev": "tsup --watch"
},
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": "./dist/index.js"
}
},
"dependencies": {
"@biscuitland/api-types": "^1.0.0"
},

View File

@ -12,6 +12,16 @@
"clean": "rm -rf dist && rm -rf .turbo",
"dev": "tsup --watch"
},
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": "./dist/index.js"
}
},
"dependencies": {
"@biscuitland/api-types": "^1.0.0",
"ws": "^8.8.1"
@ -20,6 +30,7 @@
"@types/ws": "^8.5.3",
"tsup": "^6.1.3"
},
"license": "Apache-2.0",
"author": "Yuzuru <yuzuru@programmer.net>",
"contributors": [