@accounty/billit
Advanced tools
Comparing version 0.2.1 to 0.2.2
## [0.2.2](https://github.com/PalmTreeCoding/Accounty/compare/packages-billit-0.2.1...packages-billit-0.2.2) (2024-09-12) | ||
## [0.2.1](https://github.com/PalmTreeCoding/Accounty/compare/packages-billit-0.2.0...packages-billit-0.2.1) (2024-08-22) | ||
@@ -3,0 +7,0 @@ |
{ | ||
"name": "@accounty/billit", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"dependencies": { | ||
@@ -11,4 +11,4 @@ "axios": "^1.6.5", | ||
"validator": "^13.11.0", | ||
"@accounty/core": "0.3.0", | ||
"@accounty/oauth": "0.3.0", | ||
"@accounty/core": "0.3.1", | ||
"@accounty/oauth": "0.3.1", | ||
"tslib": "2.6.2" | ||
@@ -15,0 +15,0 @@ }, |
@@ -7,3 +7,3 @@ "use strict"; | ||
const axios_1 = tslib_1.__importDefault(require("axios")); | ||
const format_1 = tslib_1.__importDefault(require("date-fns/format")); | ||
const format_1 = require("date-fns/format"); | ||
const debug_1 = tslib_1.__importDefault(require("debug")); | ||
@@ -41,3 +41,3 @@ const deepmerge_1 = tslib_1.__importDefault(require("deepmerge")); | ||
'PartyType+eq+\'Customer\'', | ||
options.version && `LastModified+ge+DateTime'${(0, format_1.default)(options.version, 'yyyy-MM-dd')}'` | ||
options.version && `LastModified+ge+DateTime'${(0, format_1.format)(options.version, 'yyyy-MM-dd')}'` | ||
].filter(Boolean).join('+and+') | ||
@@ -108,3 +108,3 @@ }; | ||
options.state === 'overdue' && 'Overdue+eq+true', | ||
options.version && `LastModified+ge+DateTime'${(0, format_1.default)(options.version, 'yyyy-MM-dd')}'` | ||
options.version && `LastModified+ge+DateTime'${(0, format_1.format)(options.version, 'yyyy-MM-dd')}'` | ||
].filter(Boolean).join('+and+') | ||
@@ -111,0 +111,0 @@ }; |
Sorry, the diff of this file is not supported yet
17297
+ Added@accounty/core@0.3.1(transitive)
+ Added@accounty/oauth@0.3.1(transitive)
- Removed@accounty/core@0.3.0(transitive)
- Removed@accounty/oauth@0.3.0(transitive)
Updated@accounty/core@0.3.1
Updated@accounty/oauth@0.3.1