Comparing version 2.0.0 to 2.0.1
@@ -147,3 +147,3 @@ import * as campaigns from './campaigns'; | ||
purchases_processed?: number | undefined; | ||
errors?: object | undefined; | ||
errors?: object[] | undefined; | ||
}>; | ||
@@ -150,0 +150,0 @@ }; |
@@ -20,4 +20,4 @@ import type { UsersTrackObject } from './types'; | ||
purchases_processed?: number | undefined; | ||
errors?: object | undefined; | ||
errors?: object[] | undefined; | ||
}>; | ||
//# sourceMappingURL=track.d.ts.map |
{ | ||
"name": "braze-api", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Track users, send messages, export data, and more with Braze API.", | ||
@@ -39,9 +39,9 @@ "author": "Mark <mark@remarkablemark.org>", | ||
"devDependencies": { | ||
"@commitlint/cli": "17.5.1", | ||
"@commitlint/config-conventional": "17.4.4", | ||
"@types/jest": "29.5.0", | ||
"@types/node": "18.15.11", | ||
"@typescript-eslint/eslint-plugin": "5.57.0", | ||
"@typescript-eslint/parser": "5.57.0", | ||
"eslint": "8.37.0", | ||
"@commitlint/cli": "17.6.1", | ||
"@commitlint/config-conventional": "17.6.1", | ||
"@types/jest": "29.5.1", | ||
"@types/node": "18.15.12", | ||
"@typescript-eslint/eslint-plugin": "5.59.0", | ||
"@typescript-eslint/parser": "5.59.0", | ||
"eslint": "8.38.0", | ||
"eslint-plugin-prettier": "4.2.1", | ||
@@ -53,8 +53,8 @@ "eslint-plugin-simple-import-sort": "10.0.0", | ||
"jest": "29.5.0", | ||
"lint-staged": "13.2.0", | ||
"lint-staged": "13.2.1", | ||
"pinst": "3.0.0", | ||
"prettier": "2.8.7", | ||
"ts-jest": "29.0.5", | ||
"typedoc": "0.23.28", | ||
"typescript": "5.0.2" | ||
"ts-jest": "29.1.0", | ||
"typedoc": "0.24.4", | ||
"typescript": "5.0.4" | ||
}, | ||
@@ -61,0 +61,0 @@ "files": [ |
@@ -224,3 +224,3 @@ <!-- readme-start --> | ||
We encourage contributions! Please check out the [contributing guide](https://github.com/remarkablemark/braze-api/blob/master/.github/CONTRIBUTING.md) on how to proceed. | ||
We encourage contributions! Check out the [contributing guide](https://github.com/remarkablemark/braze-api/blob/master/.github/CONTRIBUTING.md) on how to proceed. | ||
@@ -227,0 +227,0 @@ ## License |
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
218147