@boozybats/shared
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -33,1 +33,8 @@ import { GameKey, ServiceSettings } from './types'; | ||
export * from './helpers'; | ||
export * from './bot'; | ||
export * from './botToUserInfo'; | ||
export * from './chat'; | ||
export * from './hotMapRecord'; | ||
export * from './plant'; | ||
export * from './recipe'; | ||
export * from './user'; |
@@ -109,2 +109,9 @@ "use strict"; | ||
__exportStar(require("./helpers"), exports); | ||
__exportStar(require("./bot"), exports); | ||
__exportStar(require("./botToUserInfo"), exports); | ||
__exportStar(require("./chat"), exports); | ||
__exportStar(require("./hotMapRecord"), exports); | ||
__exportStar(require("./plant"), exports); | ||
__exportStar(require("./recipe"), exports); | ||
__exportStar(require("./user"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@boozybats/shared", | ||
"version": "1.1.1", | ||
"description": "", | ||
"version": "1.1.2", | ||
"description": "private shared package", | ||
"main": "lib/index.js", | ||
@@ -9,3 +9,3 @@ "types": "lib/**/*.d.ts", | ||
"tsc:start": "tsc -p ./tsconfig.json", | ||
"lint:fix": "eslint --fix .", | ||
"lint:fix": "eslint --fix ./src", | ||
"prettier:fix": "prettier --write .", | ||
@@ -22,3 +22,2 @@ "pre-commit": "npm run prettier:fix && npm run lint:fix && npm run tsc:start" | ||
"eslint-plugin-prettier": "4.2.1", | ||
"husky": "8.0.3", | ||
"jest": "29.6.2", | ||
@@ -30,2 +29,3 @@ "prettier": "2.8.8", | ||
"dependencies": { | ||
"husky": "^8.0.3", | ||
"mongo": "0.1.0", | ||
@@ -32,0 +32,0 @@ "mongoose": "7.4.3" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
84917
9
1796
0
3
+ Addedhusky@^8.0.3
+ Addedhusky@8.0.3(transitive)