@itentialopensource/adapter-pitney_bowes 0.2.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/SYSTEMINFO.md +2 -2
- package/metadata.json +2 -2
- package/package.json +3 -3
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +1 -1
- package/test/unit/adapterTestUnit.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.3.1 [12-20-2023]
|
|
3
|
+
|
|
4
|
+
* Patch/axios
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/inventory/adapter-pitney_bowes!4
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.3.0 [12-14-2023]
|
|
11
|
+
|
|
12
|
+
* Adapter Engine has been updated and the changes are being migrated to the adapter
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/inventory/adapter-pitney_bowes!2
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.2.0 [11-07-2023]
|
|
3
19
|
|
|
4
20
|
* Adapter Engine has been updated and the changes are being migrated to the adapter
|
package/SYSTEMINFO.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Pitney Bowes
|
|
2
2
|
|
|
3
3
|
Vendor: Pitney Bowes
|
|
4
|
-
Homepage: https://www.pitneybowes.com
|
|
4
|
+
Homepage: https://www.pitneybowes.com/us
|
|
5
5
|
|
|
6
6
|
Product: Pitney Bowes
|
|
7
|
-
Product Page: https://www.pitneybowes.com
|
|
7
|
+
Product Page: https://www.pitneybowes.com/us
|
|
8
8
|
|
|
9
9
|
## Introduction
|
|
10
10
|
We classify Pitney Bowes into the Inventory domain because it provides the ability to manage inventory, shipment and tracking.
|
package/metadata.json
CHANGED
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
|
|
38
38
|
"issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
|
|
39
39
|
"webLink": "",
|
|
40
|
-
"vendorLink": "https://www.pitneybowes.com",
|
|
41
|
-
"productLink": "https://www.pitneybowes.com",
|
|
40
|
+
"vendorLink": "https://www.pitneybowes.com/us",
|
|
41
|
+
"productLink": "https://www.pitneybowes.com/us",
|
|
42
42
|
"apiLinks": [
|
|
43
43
|
"https://docs.shippingapi.pitneybowes.com/overview.html"
|
|
44
44
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-pitney_bowes",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "This adapter integrates with system described as: Pitney Bowes.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "2.44.7",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"author": "Itential",
|
|
54
54
|
"homepage": "https://gitlab.com/itentialopensource/adapters/inventory/adapter-pitney_bowes#readme",
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@itentialopensource/adapter-utils": "^5.3.
|
|
56
|
+
"@itentialopensource/adapter-utils": "^5.3.2",
|
|
57
57
|
"acorn": "^8.10.0",
|
|
58
58
|
"ajv": "^8.12.0",
|
|
59
|
-
"axios": "^1.
|
|
59
|
+
"axios": "^1.6.2",
|
|
60
60
|
"commander": "^11.0.0",
|
|
61
61
|
"dns-lookup-promise": "^1.0.4",
|
|
62
62
|
"fs-extra": "^11.1.1",
|
|
Binary file
|
package/report/adapterInfo.json
CHANGED
|
@@ -316,7 +316,7 @@ describe('[unit] Pitney_bowes Adapter Test', () => {
|
|
|
316
316
|
assert.notEqual(null, packageDotJson.dependencies);
|
|
317
317
|
assert.notEqual('', packageDotJson.dependencies);
|
|
318
318
|
assert.equal('^8.12.0', packageDotJson.dependencies.ajv);
|
|
319
|
-
assert.equal('^1.
|
|
319
|
+
assert.equal('^1.6.2', packageDotJson.dependencies.axios);
|
|
320
320
|
assert.equal('^11.0.0', packageDotJson.dependencies.commander);
|
|
321
321
|
assert.equal('^11.1.1', packageDotJson.dependencies['fs-extra']);
|
|
322
322
|
assert.equal('^10.2.0', packageDotJson.dependencies.mocha);
|