@backstage/plugin-permission-common
Advanced tools
Comparing version 0.7.7-next.0 to 0.7.7
# @backstage/plugin-permission-common | ||
## 0.7.7 | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/errors@1.2.1 | ||
- @backstage/config@1.0.8 | ||
- @backstage/types@1.1.0 | ||
## 0.7.7-next.0 | ||
@@ -4,0 +13,0 @@ |
@@ -94,2 +94,8 @@ 'use strict'; | ||
var __defProp = Object.defineProperty; | ||
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value; | ||
var __publicField = (obj, key, value) => { | ||
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value); | ||
return value; | ||
}; | ||
const permissionCriteriaSchema = zod.z.lazy( | ||
@@ -133,2 +139,4 @@ () => zod.z.object({ | ||
constructor(options) { | ||
__publicField(this, "enabled"); | ||
__publicField(this, "discovery"); | ||
var _a; | ||
@@ -135,0 +143,0 @@ this.discovery = options.discovery; |
@@ -67,2 +67,8 @@ import { ResponseError } from '@backstage/errors'; | ||
var __defProp = Object.defineProperty; | ||
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value; | ||
var __publicField = (obj, key, value) => { | ||
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value); | ||
return value; | ||
}; | ||
const permissionCriteriaSchema = z.lazy( | ||
@@ -106,2 +112,4 @@ () => z.object({ | ||
constructor(options) { | ||
__publicField(this, "enabled"); | ||
__publicField(this, "discovery"); | ||
var _a; | ||
@@ -108,0 +116,0 @@ this.discovery = options.discovery; |
{ | ||
"name": "@backstage/plugin-permission-common", | ||
"description": "Isomorphic types and client for Backstage permissions and authorization", | ||
"version": "0.7.7-next.0", | ||
"version": "0.7.7", | ||
"main": "dist/index.cjs.js", | ||
@@ -45,3 +45,3 @@ "types": "dist/index.d.ts", | ||
"@backstage/config": "^1.0.8", | ||
"@backstage/errors": "^1.2.1-next.0", | ||
"@backstage/errors": "^1.2.1", | ||
"@backstage/types": "^1.1.0", | ||
@@ -53,3 +53,3 @@ "cross-fetch": "^3.1.5", | ||
"devDependencies": { | ||
"@backstage/cli": "^0.22.9-next.0", | ||
"@backstage/cli": "^0.22.9", | ||
"msw": "^1.0.0" | ||
@@ -56,0 +56,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
88281
775
Updated@backstage/errors@^1.2.1