Skip to content

Commit 0aa3ffb

Browse files
author
uzquiano
committed
update to latest release
1 parent 2613f91 commit 0aa3ffb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/gitana.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Gitana JavaScript Driver - Version 1.0.325
2+
Gitana JavaScript Driver - Version 1.0.326
33

44
Copyright 2019 Gitana Software, Inc.
55

@@ -2377,7 +2377,7 @@ if (typeof JSON !== 'object') {
23772377
Gitana.requestCount = 0;
23782378

23792379
// version of the driver
2380-
Gitana.VERSION = "1.0.325";
2380+
Gitana.VERSION = "1.0.326";
23812381

23822382
// allow for optional global assignment
23832383
// TODO: until we clean up the "window" variable reliance, we have to always set onto window again
@@ -25484,7 +25484,7 @@ Gitana.OAuth2Http.TOKEN_METHOD = "POST";
2548425484
return this.getUri() + "/teams";
2548525485
};
2548625486

25487-
var chainable = this.getFactory().teamMap(this.getCluster(), this);
25487+
var chainable = this.getFactory().teamMap(this.getCluster(), teamable);
2548825488
return this.chainGet(chainable, uriFunction, params);
2548925489
}
2549025490

lib/gitana.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Gitana Software, Inc. <info@gitana.io> (https://gitana.io)",
33
"name": "gitana",
44
"description": "Gitana Cloud CMS Driver for Node JS",
5-
"version": "1.0.325",
5+
"version": "1.0.326",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/gitana/gitana-node-js.git"

0 commit comments

Comments
 (0)