sfmc-sdk 3.0.0 → 3.0.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfmc-sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Libarary to simplify SFMC requests with updated dependencies and less overhead",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"license": "BSD-3-Clause",
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"axios": "^1.7.2",
|
|
38
|
-
"fast-xml-parser": "5.
|
|
38
|
+
"fast-xml-parser": "5.4.2",
|
|
39
39
|
"p-limit": "5.0.0"
|
|
40
40
|
},
|
|
41
41
|
"keywords": [
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@eslint/js": "10.0.1",
|
|
54
54
|
"@types/mocha": "10.0.10",
|
|
55
|
-
"@types/node": "25.3.
|
|
55
|
+
"@types/node": "25.3.5",
|
|
56
56
|
"assert": "2.1.0",
|
|
57
57
|
"axios-mock-adapter": "2.1.0",
|
|
58
|
-
"c8": "
|
|
58
|
+
"c8": "11.0.0",
|
|
59
59
|
"chai": "6.2.2",
|
|
60
|
-
"eslint": "10.0.
|
|
60
|
+
"eslint": "10.0.3",
|
|
61
61
|
"eslint-config-prettier": "10.1.8",
|
|
62
|
-
"eslint-plugin-jsdoc": "62.7.
|
|
62
|
+
"eslint-plugin-jsdoc": "62.7.1",
|
|
63
63
|
"eslint-plugin-mocha": "11.2.0",
|
|
64
64
|
"eslint-plugin-prettier": "5.5.5",
|
|
65
65
|
"eslint-plugin-unicorn": "63.0.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"npm-run-all": "4.1.5",
|
|
69
69
|
"prettier": "3.8.1",
|
|
70
70
|
"prettier-eslint": "16.4.2",
|
|
71
|
-
"sinon": "21.0.
|
|
71
|
+
"sinon": "21.0.2",
|
|
72
72
|
"typescript": "5.9.3"
|
|
73
73
|
},
|
|
74
74
|
"engines": {
|