@quenty/permissionprovider
Advanced tools
Comparing version 5.0.0-canary.236.5597d0a.0 to 5.0.0
@@ -6,3 +6,3 @@ # Change Log | ||
# [5.0.0-canary.236.5597d0a.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/permissionprovider@4.3.1...@quenty/permissionprovider@5.0.0-canary.236.5597d0a.0) (2021-12-18) | ||
# [5.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/permissionprovider@4.7.0...@quenty/permissionprovider@5.0.0) (2022-03-06) | ||
@@ -15,2 +15,64 @@ **Note:** Version bump only for package @quenty/permissionprovider | ||
# [4.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/permissionprovider@4.6.1...@quenty/permissionprovider@4.7.0) (2022-01-17) | ||
### Features | ||
* Fix sample code for loading permissions ([b06421d](https://github.com/Quenty/NevermoreEngine/commit/b06421de84cceb85db1337f21d97cf00710f46a8)) | ||
## [4.6.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/permissionprovider@4.6.0...@quenty/permissionprovider@4.6.1) (2022-01-16) | ||
**Note:** Version bump only for package @quenty/permissionprovider | ||
# [4.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/permissionprovider@4.5.0...@quenty/permissionprovider@4.6.0) (2022-01-07) | ||
### Bug Fixes | ||
* Permissions are lower. Technically this is a breaking change, but I don't think anyone is depending upon this API surface right now. ([a48c62b](https://github.com/Quenty/NevermoreEngine/commit/a48c62b3695e1b51bb93d82182f86d41bb2474a8)) | ||
# [4.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/permissionprovider@4.4.2...@quenty/permissionprovider@4.5.0) (2022-01-03) | ||
**Note:** Version bump only for package @quenty/permissionprovider | ||
## [4.4.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/permissionprovider@4.4.1...@quenty/permissionprovider@4.4.2) (2021-12-30) | ||
**Note:** Version bump only for package @quenty/permissionprovider | ||
## [4.4.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/permissionprovider@4.4.0...@quenty/permissionprovider@4.4.1) (2021-12-30) | ||
**Note:** Version bump only for package @quenty/permissionprovider | ||
# [4.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/permissionprovider@4.3.1...@quenty/permissionprovider@4.4.0) (2021-12-18) | ||
**Note:** Version bump only for package @quenty/permissionprovider | ||
## [4.3.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/permissionprovider@4.3.0...@quenty/permissionprovider@4.3.1) (2021-12-04) | ||
@@ -17,0 +79,0 @@ |
{ | ||
"name": "@quenty/permissionprovider", | ||
"version": "5.0.0-canary.236.5597d0a.0", | ||
"version": "5.0.0", | ||
"description": "Permission provider for Roblox, including authenticating against group membership", | ||
@@ -28,9 +28,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/baseobject": "3.2.0", | ||
"@quenty/grouputils": "4.0.0-canary.236.5597d0a.0", | ||
"@quenty/loader": "3.1.1", | ||
"@quenty/promise": "4.0.0-canary.236.5597d0a.0", | ||
"@quenty/remoting": "4.0.0-canary.236.5597d0a.0", | ||
"@quenty/servicebag": "3.2.1", | ||
"@quenty/table": "2.1.0" | ||
"@quenty/baseobject": "^4.0.0", | ||
"@quenty/grouputils": "^4.0.0", | ||
"@quenty/loader": "^4.0.0", | ||
"@quenty/promise": "^4.0.0", | ||
"@quenty/remoting": "^4.0.0", | ||
"@quenty/servicebag": "^4.0.0", | ||
"@quenty/table": "^2.1.1" | ||
}, | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "5597d0abdadd88f369f1401a558a8d6d1a1c5aab" | ||
"gitHead": "dd428cab58282c975a4c082957dc8f58e3186905" | ||
} |
## Permission Provider | ||
<div align="center"> | ||
<a href="http://quenty.github.io/api/"> | ||
<img src="https://img.shields.io/badge/docs-website-green.svg" alt="Documentation" /> | ||
<a href="http://quenty.github.io/NevermoreEngine/"> | ||
<img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/docs.yml/badge.svg" alt="Documentation status" /> | ||
</a> | ||
<a href="https://discord.gg/mhtGUS8"> | ||
<img src="https://img.shields.io/badge/discord-nevermore-blue.svg" alt="Discord" /> | ||
<img src="https://img.shields.io/discord/385151591524597761?color=5865F2&label=discord&logo=discord&logoColor=white" alt="Discord" /> | ||
</a> | ||
@@ -16,19 +16,7 @@ <a href="https://github.com/Quenty/NevermoreEngine/actions"> | ||
## Usage | ||
<div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/PermissionService">View docs →</a></div> | ||
```lua | ||
--- | ||
-- @module PermissionService | ||
-- @author Quenty | ||
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
26626
1
22
+ Added@quenty/baseobject@4.2.0(transitive)
+ Added@quenty/deferred@2.2.0(transitive)
+ Added@quenty/grouputils@4.2.0(transitive)
+ Added@quenty/loader@4.1.0(transitive)
+ Added@quenty/promise@4.2.0(transitive)
+ Added@quenty/remoting@4.2.0(transitive)
+ Added@quenty/servicebag@4.2.0(transitive)
+ Added@quenty/table@2.2.0(transitive)
- Removed@quenty/baseobject@3.2.0(transitive)
- Removed@quenty/deferred@2.0.1(transitive)
- Removed@quenty/grouputils@4.0.0-canary.236.5597d0a.0(transitive)
- Removed@quenty/loader@3.1.1(transitive)
- Removed@quenty/maid@2.0.1(transitive)
- Removed@quenty/promise@4.0.0-canary.236.5597d0a.0(transitive)
- Removed@quenty/remoting@4.0.0-canary.236.5597d0a.0(transitive)
- Removed@quenty/servicebag@3.2.1(transitive)
- Removed@quenty/table@2.1.0(transitive)
Updated@quenty/baseobject@^4.0.0
Updated@quenty/grouputils@^4.0.0
Updated@quenty/loader@^4.0.0
Updated@quenty/promise@^4.0.0
Updated@quenty/remoting@^4.0.0
Updated@quenty/servicebag@^4.0.0
Updated@quenty/table@^2.1.1