@quenty/permissionprovider
Advanced tools
Comparing version 4.4.1-canary.238.2c4d310.0 to 4.4.1-canary.238.f89c386.0
@@ -6,3 +6,3 @@ # Change Log | ||
## [4.4.1-canary.238.2c4d310.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/permissionprovider@4.4.0...@quenty/permissionprovider@4.4.1-canary.238.2c4d310.0) (2021-12-29) | ||
## [4.4.1-canary.238.f89c386.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/permissionprovider@4.4.0...@quenty/permissionprovider@4.4.1-canary.238.f89c386.0) (2021-12-30) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package @quenty/permissionprovider |
{ | ||
"name": "@quenty/permissionprovider", | ||
"version": "4.4.1-canary.238.2c4d310.0", | ||
"version": "4.4.1-canary.238.f89c386.0", | ||
"description": "Permission provider for Roblox, including authenticating against group membership", | ||
@@ -28,9 +28,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/baseobject": "3.2.1-canary.238.2c4d310.0", | ||
"@quenty/grouputils": "3.4.1-canary.238.2c4d310.0", | ||
"@quenty/loader": "3.1.2-canary.238.2c4d310.0", | ||
"@quenty/promise": "3.3.1-canary.238.2c4d310.0", | ||
"@quenty/remoting": "3.3.1-canary.238.2c4d310.0", | ||
"@quenty/servicebag": "3.2.2-canary.238.2c4d310.0", | ||
"@quenty/table": "2.1.1-canary.238.2c4d310.0" | ||
"@quenty/baseobject": "3.2.1-canary.238.f89c386.0", | ||
"@quenty/grouputils": "3.4.1-canary.238.f89c386.0", | ||
"@quenty/loader": "3.1.2-canary.238.f89c386.0", | ||
"@quenty/promise": "3.3.1-canary.238.f89c386.0", | ||
"@quenty/remoting": "3.3.1-canary.238.f89c386.0", | ||
"@quenty/servicebag": "3.2.2-canary.238.f89c386.0", | ||
"@quenty/table": "2.1.1-canary.238.f89c386.0" | ||
}, | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "2c4d310b84afd0570d89667dc5d4aa69a0ef304a" | ||
"gitHead": "f89c3863db94c96adc936ea31a49e0c770756dd0" | ||
} |
## Permission Provider | ||
<div align="center"> | ||
<a href="http://quenty.github.io/NevermoreEngine/"> | ||
<img src="https://img.shields.io/badge/docs-website-green.svg" alt="Documentation" /> | ||
<img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/docs.yml/badge.svg" alt="Documentation status" /> | ||
</a> | ||
@@ -16,15 +16,7 @@ <a href="https://discord.gg/mhtGUS8"> | ||
## Usage | ||
<div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/PermissionService">View docs →</a></div> | ||
```lua | ||
local require = require(game:GetService("ReplicatedStorage"):WaitForChild("Nevermore")) | ||
local PermissionProvider = require("PermissionProvider") | ||
local PermissionProviderUtils = require("PermissionProviderUtils") | ||
return PermissionProvider.new(PermissionProviderUtils.createGroupRankConfig({ | ||
groupId = 8668163; | ||
minAdminRequiredRank = 250; | ||
minCreatorRequiredRank = 254; | ||
})) | ||
``` | ||
## Installation | ||
``` | ||
npm install @quenty/permissionprovider --save | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25360
22
+ Added@quenty/baseobject@3.2.1-canary.238.f89c386.0(transitive)
+ Added@quenty/deferred@2.0.2-canary.238.f89c386.0(transitive)
+ Added@quenty/grouputils@3.4.1-canary.238.f89c386.0(transitive)
+ Added@quenty/loader@3.1.2-canary.238.f89c386.0(transitive)
+ Added@quenty/maid@2.0.2-canary.238.f89c386.0(transitive)
+ Added@quenty/promise@3.3.1-canary.238.f89c386.0(transitive)
+ Added@quenty/remoting@3.3.1-canary.238.f89c386.0(transitive)
+ Added@quenty/servicebag@3.2.2-canary.238.f89c386.0(transitive)
+ Added@quenty/signal@2.0.1-canary.238.f89c386.0(transitive)
+ Added@quenty/table@2.1.1-canary.238.f89c386.0(transitive)
- Removed@quenty/baseobject@3.2.1-canary.238.2c4d310.0(transitive)
- Removed@quenty/deferred@2.0.2-canary.238.2c4d310.0(transitive)
- Removed@quenty/grouputils@3.4.1-canary.238.2c4d310.0(transitive)
- Removed@quenty/loader@3.1.2-canary.238.2c4d310.0(transitive)
- Removed@quenty/maid@2.0.2-canary.238.2c4d310.0(transitive)
- Removed@quenty/promise@3.3.1-canary.238.2c4d310.0(transitive)
- Removed@quenty/remoting@3.3.1-canary.238.2c4d310.0(transitive)
- Removed@quenty/servicebag@3.2.2-canary.238.2c4d310.0(transitive)
- Removed@quenty/signal@2.0.1-canary.238.2c4d310.0(transitive)
- Removed@quenty/table@2.1.1-canary.238.2c4d310.0(transitive)