@boozybats/shared
Advanced tools
Comparing version 1.1.2 to 1.1.5
import { Document } from 'mongoose'; | ||
import { BanInfo, PaginationInfo, PaymentInfo } from '../types'; | ||
import { MenuContext } from '../types/menu.type'; | ||
import { MenuContext } from '../types'; | ||
export interface BotToUserInfo extends Document { | ||
@@ -5,0 +5,0 @@ token: string; |
@@ -33,2 +33,3 @@ import { GameKey, ServiceSettings } from './types'; | ||
export * from './helpers'; | ||
export * from './types'; | ||
export * from './bot'; | ||
@@ -35,0 +36,0 @@ export * from './botToUserInfo'; |
@@ -109,2 +109,3 @@ "use strict"; | ||
__exportStar(require("./helpers"), exports); | ||
__exportStar(require("./types"), exports); | ||
__exportStar(require("./bot"), exports); | ||
@@ -111,0 +112,0 @@ __exportStar(require("./botToUserInfo"), exports); |
@@ -9,1 +9,2 @@ export * from './schema.type'; | ||
export * from './stack.type'; | ||
export * from './menu.type'; |
@@ -21,2 +21,3 @@ "use strict"; | ||
__exportStar(require("./stack.type"), exports); | ||
__exportStar(require("./menu.type"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -6,3 +6,3 @@ import { SubscriptionDuration } from './service.type'; | ||
botToken: string; | ||
asset: Asset | null; | ||
asset: string | null; | ||
provider: string; | ||
@@ -9,0 +9,0 @@ duration?: SubscriptionDuration; |
{ | ||
"name": "@boozybats/shared", | ||
"version": "1.1.2", | ||
"version": "1.1.5", | ||
"description": "private shared package", | ||
"main": "lib/index.js", | ||
"types": "lib/**/*.d.ts", | ||
"scripts": { | ||
"version:up": "standard-version --skip.changelog", | ||
"tsc:start": "tsc -p ./tsconfig.json", | ||
"lint:fix": "eslint --fix ./src", | ||
"prettier:fix": "prettier --write .", | ||
"pre-commit": "npm run prettier:fix && npm run lint:fix && npm run tsc:start" | ||
"api-extractor:start": "npx api-extractor run", | ||
"pre-commit": "npm run prettier:fix && npm run lint:fix && npm run tsc:start && npm run api-extractor:start" | ||
}, | ||
@@ -16,2 +17,3 @@ "author": "", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.36.4", | ||
"@typescript-eslint/eslint-plugin": "5.59.6", | ||
@@ -18,0 +20,0 @@ "@typescript-eslint/parser": "5.62.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93752
2104
10