@wmfs/tymly-solr-plugin
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,23 @@ | ||
## [1.1.1](https://github.com/wmfs/tymly-solr-plugin/compare/v1.1.0...v1.1.1) (2018-08-23) | ||
### 🐛 Bug Fixes | ||
* Updated for new tymly-rbac-plugin ([7ebaf74](https://github.com/wmfs/tymly-solr-plugin/commit/7ebaf74)) | ||
### 🛠 Builds | ||
* **deps-dev:** update [@wmfs](https://github.com/wmfs)/tymly requirement from 1.15.2 to 1.16.0 ([9f4ebd1](https://github.com/wmfs/tymly-solr-plugin/commit/9f4ebd1)) | ||
* **deps-dev:** update [@wmfs](https://github.com/wmfs)/tymly requirement from 1.16.0 to 1.16.1 ([178d031](https://github.com/wmfs/tymly-solr-plugin/commit/178d031)) | ||
* **deps-dev:** update [@wmfs](https://github.com/wmfs)/tymly requirement from 1.16.1 to 1.16.2 ([664ca0b](https://github.com/wmfs/tymly-solr-plugin/commit/664ca0b)) | ||
* **deps-dev:** update [@wmfs](https://github.com/wmfs)/tymly-pg-plugin requirement from 1.24.0 to 1.24.1 ([7698ce7](https://github.com/wmfs/tymly-solr-plugin/commit/7698ce7)) | ||
* **deps-dev:** update [@wmfs](https://github.com/wmfs)/tymly-pg-plugin requirement from 1.24.1 to 1.25.0 ([8981ba5](https://github.com/wmfs/tymly-solr-plugin/commit/8981ba5)) | ||
* **deps-dev:** update [@wmfs](https://github.com/wmfs)/tymly-pg-plugin requirement from 1.25.0 to 1.26.0 ([68e3e14](https://github.com/wmfs/tymly-solr-plugin/commit/68e3e14)) | ||
* **deps-dev:** update [@wmfs](https://github.com/wmfs)/tymly-pg-plugin requirement from 1.26.0 to 1.28.0 ([d4bafdc](https://github.com/wmfs/tymly-solr-plugin/commit/d4bafdc)) | ||
* **deps-dev:** update [@wmfs](https://github.com/wmfs)/tymly-pg-plugin requirement from 1.28.0 to 1.30.0 ([9b67670](https://github.com/wmfs/tymly-solr-plugin/commit/9b67670)) | ||
* **deps-dev:** update semantic-release requirement from 15.9.6 to 15.9.7 ([68321d0](https://github.com/wmfs/tymly-solr-plugin/commit/68321d0)) | ||
* **deps-dev:** update semantic-release requirement from 15.9.7 to 15.9.8 ([9298cd5](https://github.com/wmfs/tymly-solr-plugin/commit/9298cd5)) | ||
* **deps-dev:** update semantic-release requirement from 15.9.8 to 15.9.9 ([2c0c41c](https://github.com/wmfs/tymly-solr-plugin/commit/2c0c41c)) | ||
# [1.1.0](https://github.com/wmfs/tymly-solr-plugin/compare/v1.0.13...v1.1.0) (2018-08-10) | ||
@@ -2,0 +24,0 @@ |
@@ -43,3 +43,3 @@ 'use strict' | ||
try { | ||
const userRoles = await rbacService.getUserRoles(context.userId) | ||
const userRoles = await rbacService.listUserRoles(context.userId) | ||
@@ -46,0 +46,0 @@ if (!userRoles.includes('$authenticated')) userRoles.push('$authenticated') |
{ | ||
"name": "@wmfs/tymly-solr-plugin", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Plugin which handles interaction with Apache Solr for Tymly framework", | ||
@@ -32,2 +32,7 @@ "homepage": "https://github.com/wmfs/tymly-solr-plugin#readme", | ||
"devDependencies": { | ||
"@semantic-release/changelog": "3.0.0", | ||
"@semantic-release/git": "7.0.1", | ||
"@wmfs/tymly": "1.16.2", | ||
"@wmfs/tymly-pg-plugin": "1.30.0", | ||
"@wmfs/tymly-rbac-plugin": "1.0.0", | ||
"chai": "4.1.2", | ||
@@ -39,8 +44,4 @@ "codecov": "3.0.4", | ||
"nyc": "12.0.2", | ||
"semantic-release": "15.9.6", | ||
"standard": "11.0.1", | ||
"@semantic-release/changelog": "3.0.0", | ||
"@semantic-release/git": "7.0.1", | ||
"@wmfs/tymly": "1.15.2", | ||
"@wmfs/tymly-pg-plugin": "1.24.0" | ||
"semantic-release": "15.9.9", | ||
"standard": "11.0.1" | ||
}, | ||
@@ -47,0 +48,0 @@ "scripts": { |
@@ -34,3 +34,4 @@ /* eslint-env mocha */ | ||
path.resolve(__dirname, './../lib'), | ||
require.resolve('@wmfs/tymly-pg-plugin') | ||
require.resolve('@wmfs/tymly-pg-plugin'), | ||
require.resolve('@wmfs/tymly-rbac-plugin') | ||
], | ||
@@ -37,0 +38,0 @@ blueprintPaths: [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83106
1925
13