@deboxsoft/accounting-api
Advanced tools
Comparing version 0.1.0-alpha.6 to 0.1.0-alpha.7
{ | ||
"name": "@deboxsoft/accounting-api", | ||
"version": "0.1.0-alpha.6", | ||
"version": "0.1.0-alpha.7", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -30,3 +30,4 @@ "repository": { | ||
"lint": "yarn r:eslint --fix 'src/**/*.ts'", | ||
"publish:canary": "npm publish --tag canary", | ||
"publish:canary": "yarn build && npm publish --tag canary", | ||
"publish:dev": "yarn version prerelease && yarn publish:canary", | ||
"test": "yarn r:jest --passWithNoTests" | ||
@@ -33,0 +34,0 @@ }, |
@@ -6,1 +6,3 @@ export * from "./types"; | ||
export * from "./db"; | ||
export * from "./account-manager"; | ||
export * from "./transaction-manager"; |
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
18150
24
435