diff --git a/packages/api-types/package.json b/packages/api-types/package.json index 230be2b..657970e 100644 --- a/packages/api-types/package.json +++ b/packages/api-types/package.json @@ -1,6 +1,6 @@ { "name": "@biscuitland/api-types", - "version": "1.0.2", + "version": "1.1.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/cache/package.json b/packages/cache/package.json index c0305a1..336ecea 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@biscuitland/cache", - "version": "1.0.2", + "version": "1.1.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -23,7 +23,7 @@ } }, "dependencies": { - "@biscuitland/api-types": "^1.0.0", + "@biscuitland/api-types": "^1.1.0", "ioredis": "^5.2.2" }, "devDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 10fb124..c370ee3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@biscuitland/core", - "version": "1.0.2", + "version": "1.1.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -23,9 +23,9 @@ } }, "dependencies": { - "@biscuitland/api-types": "^1.0.0", - "@biscuitland/rest": "^1.0.0", - "@biscuitland/ws": "^1.0.0" + "@biscuitland/api-types": "^1.1.0", + "@biscuitland/rest": "^1.1.0", + "@biscuitland/ws": "^1.1.0" }, "devDependencies": { "tsup": "^6.1.3" diff --git a/packages/rest/package.json b/packages/rest/package.json index eda90e9..0fe9ec2 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -1,6 +1,6 @@ { "name": "@biscuitland/rest", - "version": "1.0.2", + "version": "1.1.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -23,7 +23,7 @@ } }, "dependencies": { - "@biscuitland/api-types": "^1.0.0" + "@biscuitland/api-types": "^1.1.0" }, "devDependencies": { "tsup": "^6.1.3" diff --git a/packages/ws/package.json b/packages/ws/package.json index 649f103..540cfb2 100644 --- a/packages/ws/package.json +++ b/packages/ws/package.json @@ -1,6 +1,6 @@ { "name": "@biscuitland/ws", - "version": "1.0.2", + "version": "1.1.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -23,7 +23,7 @@ } }, "dependencies": { - "@biscuitland/api-types": "^1.0.0", + "@biscuitland/api-types": "^1.1.0", "ws": "^8.8.1" }, "devDependencies": {