Skip to content

Commit

Permalink
publish v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shady Khalifa committed Mar 3, 2022
1 parent c032c3f commit 4990529
Show file tree
Hide file tree
Showing 5 changed files with 716 additions and 450 deletions.
6 changes: 5 additions & 1 deletion lib/decorators/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
Expand Down
6 changes: 5 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
*-------------------------------------------------------------*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
Expand Down
16 changes: 8 additions & 8 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-access-control",
"version": "2.1.0",
"version": "2.1.1",
"description": "Access Control Module For Nestjs Framework",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,19 +29,19 @@
"@nestjs/common": "^7.6.18",
"@nestjs/core": "^7.6.18",
"@nestjs/testing": "^7.6.18",
"@types/jest": "^27.0.0",
"@types/jest": "^27.4.1",
"@types/node": "^10.1.2",
"coveralls": "^3.0.1",
"gulp": "^4.0.0",
"gulp-sequence": "^1.0.0",
"gulp-typescript": "^5.0.1",
"jest": "^27.4.0",
"node-notifier": "^10.0.0",
"jest": "^27.5.1",
"node-notifier": "^10.0.1",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0",
"ts-jest": "^27.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.5"
"ts-jest": "^27.1.3",
"ts-node": "^10.6.0",
"typescript": "^4.6.2"
},
"bugs": {
"url": "https://github.com/nestjsx/nest-access-control/issues"
Expand All @@ -51,7 +51,7 @@
"accesscontrol": "^2.2.1"
},
"peerDependencies": {
"@nestjs/graphql": "^7.0.0 | ^8.0.0 | ^9.0.0 | ^10.0.0"
"@nestjs/graphql": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta": {
"@nestjs/graphql": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-access-control",
"version": "2.1.0",
"version": "2.1.1",
"description": "Access Control Module For Nestjs Framework",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,19 +29,19 @@
"@nestjs/common": "^7.6.18",
"@nestjs/core": "^7.6.18",
"@nestjs/testing": "^7.6.18",
"@types/jest": "^27.0.0",
"@types/jest": "^27.4.1",
"@types/node": "^10.1.2",
"coveralls": "^3.0.1",
"gulp": "^4.0.0",
"gulp-sequence": "^1.0.0",
"gulp-typescript": "^5.0.1",
"jest": "^27.4.0",
"node-notifier": "^10.0.0",
"jest": "^27.5.1",
"node-notifier": "^10.0.1",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0",
"ts-jest": "^27.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.5"
"ts-jest": "^27.1.3",
"ts-node": "^10.6.0",
"typescript": "^4.6.2"
},
"bugs": {
"url": "https://github.com/nestjsx/nest-access-control/issues"
Expand Down
Loading

0 comments on commit 4990529

Please sign in to comment.