@itwin/service-authorization
Advanced tools
Comparing version 0.5.0 to 0.6.0
# Change Log - @itwin/service-authorization | ||
This log was last generated on Fri, 17 Dec 2021 14:14:35 GMT and should not be manually modified. | ||
This log was last generated on Mon, 24 Jan 2022 19:35:01 GMT and should not be manually modified. | ||
## 0.6.0 | ||
Mon, 24 Jan 2022 19:35:01 GMT | ||
### Minor changes | ||
- Update to use iTwin.js 3.0 official release | ||
## 0.5.0 | ||
@@ -6,0 +13,0 @@ Fri, 17 Dec 2021 14:14:35 GMT |
{ | ||
"name": "@itwin/service-authorization", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "Service authorization client for iTwin platform", | ||
"main": "lib/index.js", | ||
"typings": "lib/index", | ||
"main": "lib/cjs/index.js", | ||
"typings": "lib/cjs/index", | ||
"author": { | ||
@@ -17,3 +17,3 @@ "name": "Bentley Systems, Inc.", | ||
"dependencies": { | ||
"@itwin/core-bentley": "rc", | ||
"@itwin/core-bentley": "^3.0.0", | ||
"jsonwebtoken": "^8.5.1", | ||
@@ -24,5 +24,5 @@ "jwks-rsa": "^2.0.4", | ||
"devDependencies": { | ||
"@itwin/core-common": "rc", | ||
"@itwin/build-tools": "rc", | ||
"@itwin/eslint-plugin": "rc", | ||
"@itwin/core-common": "^3.0.0", | ||
"@itwin/build-tools": "^3.0.0", | ||
"@itwin/eslint-plugin": "^3.0.0", | ||
"@types/chai": "^4.2.22", | ||
@@ -63,3 +63,7 @@ "@types/chai-as-promised": "^7", | ||
} | ||
] | ||
], | ||
"rules": { | ||
"no-duplicate-imports": "off", | ||
"@typescript-eslint/consistent-type-imports": "error" | ||
} | ||
}, | ||
@@ -69,8 +73,10 @@ "scripts": { | ||
"lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2", | ||
"test": "mocha \"./lib/test/**/*.test.js\"", | ||
"lint:fix": "npm run lint -- --fix", | ||
"test": "mocha \"./lib/cjs/test/**/*.test.js\"", | ||
"test:integration": "", | ||
"cover": "nyc npm test", | ||
"clean": "rimraf lib .rush/temp/package-deps*.json", | ||
"pack": "npm pack" | ||
"pack": "npm pack", | ||
"rebuild": "npm run clean && npm run build" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
54531
464
1
+ Added@itwin/core-bentley@3.8.0(transitive)
- Removed@itwin/core-bentley@4.11.0-dev.2(transitive)
Updated@itwin/core-bentley@^3.0.0