@vendit-dev/thirdparty-adapters 0.7.1 → 0.7.2
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/.tool-versions +1 -1
- package/package.json +4 -4
package/.tool-versions
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
nodejs
|
|
1
|
+
nodejs 12.22.12
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vendit-dev/thirdparty-adapters",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "Third party adapters between v-cloud and other PMS/CMS providers.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -28,20 +28,20 @@
|
|
|
28
28
|
"@types/validator": "^13.7.17",
|
|
29
29
|
"@typescript-eslint/eslint-plugin": "^3.6.1",
|
|
30
30
|
"@typescript-eslint/parser": "^3.6.1",
|
|
31
|
-
"@vendit-dev/utility-modules": "^0.
|
|
31
|
+
"@vendit-dev/utility-modules": "^0.18.0",
|
|
32
32
|
"babel-eslint": "^10.1.0",
|
|
33
33
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
34
34
|
"cross-env": "^7.0.2",
|
|
35
35
|
"eslint": "^7.4.0",
|
|
36
36
|
"eslint-config-airbnb-base": "^13.1.0",
|
|
37
37
|
"eslint-plugin-import": "^2.16.0",
|
|
38
|
-
"typescript": "
|
|
38
|
+
"typescript": "4.9.3"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"moment": "^2.29.2",
|
|
42
42
|
"node-fetch": "2",
|
|
43
43
|
"sequelize": "^6.32.1",
|
|
44
|
-
"tedious": "
|
|
44
|
+
"tedious": "6.2.1",
|
|
45
45
|
"uuid": "^8.3.2"
|
|
46
46
|
}
|
|
47
47
|
}
|