Skip to content

Commit

Permalink
release patch version:11.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Mar 29, 2022
1 parent 028844f commit b55dcaa
Show file tree
Hide file tree
Showing 14 changed files with 6,736 additions and 6,804 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opengate-js",
"description": "",
"version": "11.15.0",
"version": "11.15.1",
"authors": [],
"license": "ISC",
"homepage": "",
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/src/util/searchingFields/FieldFinder.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/util/searchingFields/FieldFinder.js.map

Large diffs are not rendered by default.

13,088 changes: 6,510 additions & 6,578 deletions docs/ast/source/util/searchingFields/FieldFinder.js.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dump.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/file/src/util/searchingFields/FieldFinder.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
_this._ogapi[finder.api]()[finder.method](organization, id)
.then(function (response) {
if (response.statusCode === 200) {
var columns = _.concat(response.data.columns || [], response.data.context || [])
var columns = response.data.columns || [].concat(response.data.context || [])

//search de la definición de schemas de opengate
_this._ogapi.basicTypesSearchBuilder().withPath('$').build().execute().then(function (basicTypes) {
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opengate-js",
"version": "11.15.0",
"version": "11.15.1",
"description": "",
"main": "dist/opengate-api-npm.js",
"repository": {
Expand Down
418 changes: 209 additions & 209 deletions docs/source.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opengate-js",
"version": "11.15.0",
"version": "11.15.1",
"description": "",
"main": "dist/opengate-api-npm.js",
"repository": {
Expand Down

0 comments on commit b55dcaa

Please sign in to comment.