@bentley/context-registry-client
Advanced tools
Comparing version 2.4.2 to 2.5.0
@@ -5,2 +5,17 @@ { | ||
{ | ||
"version": "2.5.0", | ||
"tag": "@bentley/context-registry-client_v2.5.0", | ||
"date": "Thu, 20 Aug 2020 20:57:09 GMT", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"comment": "enable strict property initialization compiler flag" | ||
}, | ||
{ | ||
"comment": "Switch to ESLint" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "2.4.2", | ||
@@ -7,0 +22,0 @@ "tag": "@bentley/context-registry-client_v2.4.2", |
# Change Log - @bentley/context-registry-client | ||
This log was last generated on Fri, 14 Aug 2020 16:34:09 GMT and should not be manually modified. | ||
This log was last generated on Thu, 20 Aug 2020 20:57:09 GMT and should not be manually modified. | ||
## 2.5.0 | ||
Thu, 20 Aug 2020 20:57:09 GMT | ||
### Updates | ||
- enable strict property initialization compiler flag | ||
- Switch to ESLint | ||
## 2.4.2 | ||
@@ -6,0 +14,0 @@ Fri, 14 Aug 2020 16:34:09 GMT |
{ | ||
"name": "@bentley/context-registry-client", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "iModel.js Context Registry Client", | ||
@@ -18,3 +18,3 @@ "main": "lib/context-registry-client.js", | ||
"docs": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/clients/context-registry-client/file.json --tsIndexFile=context-registry-client.ts --onlyJson", | ||
"lint": "tslint --project . 1>&2", | ||
"lint": "eslint ./src/**/*.ts 1>&2", | ||
"webpackTests": "webpack --config ./src/test/utils/webpack.config.js 1>&2", | ||
@@ -41,11 +41,11 @@ "test": "", | ||
"peerDependencies": { | ||
"@bentley/bentleyjs-core": "^2.4.2", | ||
"@bentley/itwin-client": "^2.4.2" | ||
"@bentley/bentleyjs-core": "^2.5.0", | ||
"@bentley/itwin-client": "^2.5.0" | ||
}, | ||
"devDependencies": { | ||
"@bentley/build-tools": "2.4.2", | ||
"@bentley/certa": "2.4.2", | ||
"@bentley/config-loader": "2.4.2", | ||
"@bentley/itwin-client": "2.4.2", | ||
"@bentley/oidc-signin-tool": "2.4.2", | ||
"@bentley/build-tools": "2.5.0", | ||
"@bentley/certa": "2.5.0", | ||
"@bentley/config-loader": "2.5.0", | ||
"@bentley/itwin-client": "2.5.0", | ||
"@bentley/oidc-signin-tool": "2.5.0", | ||
"@types/chai": "^4.1.4", | ||
@@ -56,2 +56,3 @@ "@types/deep-assign": "^0.1.0", | ||
"chai": "^4.1.2", | ||
"eslint": "^6.8.0", | ||
"mocha": "^5.2.0", | ||
@@ -61,3 +62,2 @@ "nyc": "^14.0.0", | ||
"source-map-loader": "^1.0.0", | ||
"tslint": "^5.11.0", | ||
"typescript": "~3.7.4", | ||
@@ -68,3 +68,6 @@ "webpack": "4.42.0" | ||
"nycrc-path": "./node_modules/@bentley/build-tools/.nycrc" | ||
}, | ||
"eslintConfig": { | ||
"extends": "./node_modules/@bentley/build-tools/.eslintrc.js" | ||
} | ||
} |
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
46901
510