We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3f2964 + 320c2e7 commit 8a53a8aCopy full SHA for 8a53a8a
2 files changed
node-tourcms.js
@@ -18,7 +18,7 @@ function TourCMS(options) {
18
marketplaceId: 0,
19
channelId: 0,
20
channels: [],
21
- userAgent: '',
+ userAgent: 'TourCMS Node Wrapper v2.0.0',
22
prependCallerToUserAgent: true
23
};
24
package.json
@@ -6,10 +6,10 @@
6
"api"
7
],
8
"homepage": "https://github.com/tourcms/node-tourcms",
9
- "version": "1.3.0",
10
- "author": "TourCMS <support@tourcms.com> (http://www.tourcms.com)",
+ "version": "2.0.0",
+ "author": "TourCMS <support@palisis.com> (https://www.tourcms.com)",
11
"contributors": [
12
- "Paul Slugocki <paul.slugocki@tourcms.com> (https://github.com/paulslugocki)"
+ "Paul Slugocki <paul.slugocki@palisis.com> (https://github.com/paulslugocki)"
13
14
"main": "node-tourcms.js",
15
"repository": {
0 commit comments