@vendit-dev/thirdparty-adapters 0.7.33-beta.1 → 0.7.33-beta.3

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.
@@ -1,5 +1,5 @@
1
- import type { BaseExternalChannelManagerCaller } from './externalChannelManagerCaller.type';
2
1
  import type { ExternalChannelManager, ExternalChannelManagerUpdateStockRequest, ExternalReservation, ExternalRoomType } from './externalChannelManager.type';
2
+ import type { BaseExternalChannelManagerCaller } from './externalChannelManagerCaller.type';
3
3
  export default class ExternalChannelManagerCaller implements BaseExternalChannelManagerCaller {
4
4
  private externalChannelManager;
5
5
  use<TCredential>(externalChannelManager: ExternalChannelManager): void;
package/package.json CHANGED
@@ -1,52 +1,52 @@
1
1
  {
2
- "name": "@vendit-dev/thirdparty-adapters",
3
- "version": "0.7.33-beta.1",
4
- "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
- "main": "lib/index.js",
6
- "scripts": {
7
- "build": "tsc",
8
- "dev": "node ./test/tl-lincoln.test.js",
9
- "npm-login": "npm login",
10
- "publish": "npm publish"
11
- },
12
- "keywords": [
13
- "vendit"
14
- ],
15
- "author": "Vendit <dev@vendit.co.kr> (https://vendit.co.kr)",
16
- "license": "MIT",
17
- "devDependencies": {
18
- "@babel/cli": "^7.10.5",
19
- "@babel/core": "^7.10.5",
20
- "@babel/node": "^7.10.5",
21
- "@babel/plugin-proposal-class-properties": "^7.10.4",
22
- "@babel/plugin-proposal-optional-chaining": "^7.10.4",
23
- "@babel/preset-env": "^7.10.4",
24
- "@babel/preset-flow": "^7.10.4",
25
- "@types/ioredis": "^5.0.0",
26
- "@types/node": "^20.4.5",
27
- "@types/node-fetch": "^2.6.1",
28
- "@types/npm": "^7.19.1",
29
- "@types/sequelize": "^4.28.15",
30
- "@types/tedious": "^4.0.9",
31
- "@types/validator": "^13.7.17",
32
- "@typescript-eslint/eslint-plugin": "^3.6.1",
33
- "@typescript-eslint/parser": "^3.6.1",
34
- "@vendit-dev/utility-modules": "^0.20.1",
35
- "babel-eslint": "^10.1.0",
36
- "babel-plugin-module-resolver": "^4.0.0",
37
- "cross-env": "^7.0.2",
38
- "eslint": "^7.4.0",
39
- "eslint-config-airbnb-base": "^13.1.0",
40
- "eslint-plugin-import": "^2.16.0",
41
- "typescript": "4.9.3"
42
- },
43
- "dependencies": {
44
- "fast-xml-parser": "^4.4.0",
45
- "moment": "^2.29.2",
46
- "node-fetch": "2",
47
- "npm": "6",
48
- "sequelize": "^6.32.1",
49
- "tedious": "6.2.1",
50
- "uuid": "^8.3.2"
51
- }
2
+ "name": "@vendit-dev/thirdparty-adapters",
3
+ "version": "0.7.33-beta.3",
4
+ "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
+ "main": "lib/index.js",
6
+ "scripts": {
7
+ "build": "tsc",
8
+ "dev": "node ./test/tl-lincoln.test.js",
9
+ "npm-login": "npm login",
10
+ "publish": "npm publish"
11
+ },
12
+ "keywords": [
13
+ "vendit"
14
+ ],
15
+ "author": "Vendit <dev@vendit.co.kr> (https://vendit.co.kr)",
16
+ "license": "MIT",
17
+ "devDependencies": {
18
+ "@babel/cli": "^7.10.5",
19
+ "@babel/core": "^7.10.5",
20
+ "@babel/node": "^7.10.5",
21
+ "@babel/plugin-proposal-class-properties": "^7.10.4",
22
+ "@babel/plugin-proposal-optional-chaining": "^7.10.4",
23
+ "@babel/preset-env": "^7.10.4",
24
+ "@babel/preset-flow": "^7.10.4",
25
+ "@types/ioredis": "^5.0.0",
26
+ "@types/node": "^20.4.5",
27
+ "@types/node-fetch": "^2.6.1",
28
+ "@types/npm": "^7.19.1",
29
+ "@types/sequelize": "^4.28.15",
30
+ "@types/tedious": "^4.0.9",
31
+ "@types/validator": "^13.7.17",
32
+ "@typescript-eslint/eslint-plugin": "^3.6.1",
33
+ "@typescript-eslint/parser": "^3.6.1",
34
+ "@vendit-dev/utility-modules": "^0.20.1",
35
+ "babel-eslint": "^10.1.0",
36
+ "babel-plugin-module-resolver": "^4.0.0",
37
+ "cross-env": "^7.0.2",
38
+ "eslint": "^7.4.0",
39
+ "eslint-config-airbnb-base": "^13.1.0",
40
+ "eslint-plugin-import": "^2.16.0",
41
+ "typescript": "4.9.3"
42
+ },
43
+ "dependencies": {
44
+ "fast-xml-parser": "^4.4.0",
45
+ "moment": "^2.29.2",
46
+ "node-fetch": "2",
47
+ "npm": "6",
48
+ "sequelize": "^6.32.1",
49
+ "tedious": "6.2.1",
50
+ "uuid": "^8.3.2"
51
+ }
52
52
  }