Skip to content

Commit

Permalink
0.159.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamkbentley committed Oct 17, 2018
1 parent 00c0985 commit cdd052f
Show file tree
Hide file tree
Showing 133 changed files with 1,733 additions and 1,313 deletions.
926 changes: 319 additions & 607 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"policyName": "prerelease-monorepo-lockStep",
"definitionName": "lockStepVersion",
"version": "0.156.0",
"version": "0.159.0",
"nextBump": "minor"
}
]
33 changes: 33 additions & 0 deletions core/backend/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"name": "@bentley/imodeljs-backend",
"entries": [
{
"version": "0.159.0",
"tag": "@bentley/imodeljs-backend_v0.159.0",
"date": "Tue, 16 Oct 2018 14:09:09 GMT",
"comments": {
"none": [
{
"comment": "move up to new version of addon (updated electron dependency to 2.0.8)"
},
{
"comment": "Removed KnownRegions Enum"
}
]
}
},
{
"version": "0.158.0",
"tag": "@bentley/imodeljs-backend_v0.158.0",
"date": "Mon, 15 Oct 2018 19:36:09 GMT",
"comments": {}
},
{
"version": "0.157.0",
"tag": "@bentley/imodeljs-backend_v0.157.0",
"date": "Sun, 14 Oct 2018 17:20:06 GMT",
"comments": {
"none": [
{
"comment": "Fixing scripts for linux"
}
]
}
},
{
"version": "0.156.0",
"tag": "@bentley/imodeljs-backend_v0.156.0",
Expand Down
22 changes: 21 additions & 1 deletion core/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Change Log - @bentley/imodeljs-backend

This log was last generated on Fri, 12 Oct 2018 23:00:10 GMT and should not be manually modified.
This log was last generated on Tue, 16 Oct 2018 14:09:09 GMT and should not be manually modified.

## 0.159.0
Tue, 16 Oct 2018 14:09:09 GMT

### Updates

- move up to new version of addon (updated electron dependency to 2.0.8)
- Removed KnownRegions Enum

## 0.158.0
Mon, 15 Oct 2018 19:36:09 GMT

*Version update only*

## 0.157.0
Sun, 14 Oct 2018 17:20:06 GMT

### Updates

- Fixing scripts for linux

## 0.156.0
Fri, 12 Oct 2018 23:00:10 GMT
Expand Down
30 changes: 15 additions & 15 deletions core/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bentley/imodeljs-backend",
"version": "0.156.0",
"version": "0.159.0",
"description": "iModel.js backend components",
"main": "lib/backend.js",
"typings": "lib/backend",
Expand All @@ -12,16 +12,16 @@
"build": "tsc 1>&2 && npm run copy:assets && npm run copy:test-assets",
"clean": "rimraf lib package-deps.json",
"docs": "node ./node_modules/@bentley/build-tools/scripts/docs.js --source=./src --includes=../../generated-docs/extract --json=../../generated-docs/core/imodeljs-backend/file.json --tsIndexFile=./backend.ts --onlyJson %TYPEDOC_THEME%",
"copy:assets": "cpx ./src/assets/**/* ./lib/assets",
"copy:assets": "cpx \"./src/assets/**/*\" ./lib/assets",
"copy:test-assets": "cpx \"./src/test/assets/**/*\" ./lib/test/assets",
"cover": "nyc mocha --timeout 30000 --require ts-node/register --require source-map-support/register ./src/test/**/*.test.ts --grep \"#integration|#WebGLPerformance\" --invert",
"cover:integration": "nyc mocha --timeout 60000 --require ts-node/register --require source-map-support/register ./src/test/**/*.test.ts --grep #integration",
"lint": "tslint --project . 1>&2",
"pretest": "cpx ./src/test/logging.config.json ./lib/test",
"pretest": "cpx \"./src/test/logging.config.json\" ./lib/test",
"test": "npm run pretest && node ./node_modules/@bentley/build-tools/scripts/test.js --offline=\"mock\" --grep \"#integration|#WebGLPerformance\" --invert",
"test:integration": "npm run pretest && node ./node_modules/@bentley/build-tools/scripts/test.js --testDir=\"./lib/test/integration\"",
"perftest": "npm run pretest && node ./node_modules/@bentley/build-tools/scripts/test.js --testDir=\"./lib/perftest\" --timeout=999999999",
"webpackformobile": "cpx ./src/test/runMochaTestsDirectly.js ./lib/test && webpack --target=webworker --config ./src/test/mobile.webpack.config.js"
"webpackformobile": "cpx \"./src/test/runMochaTestsDirectly.js\" ./lib/test && webpack --target=webworker --config ./src/test/mobile.webpack.config.js"
},
"repository": {
"type": "git",
Expand All @@ -37,22 +37,22 @@
"url": "http://www.bentley.com"
},
"peerDependencies": {
"@bentley/bentleyjs-core": "0.156.0",
"@bentley/geometry-core": "0.156.0",
"@bentley/imodeljs-clients": "0.156.0",
"@bentley/imodeljs-common": "0.156.0"
"@bentley/bentleyjs-core": "0.159.0",
"@bentley/geometry-core": "0.159.0",
"@bentley/imodeljs-clients": "0.159.0",
"@bentley/imodeljs-common": "0.159.0"
},
"//devDependencies": [
"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
],
"devDependencies": {
"@bentley/config-loader": "0.156.0",
"@bentley/bentleyjs-core": "0.156.0",
"@bentley/build-tools": "0.156.0",
"@bentley/geometry-core": "0.156.0",
"@bentley/imodeljs-clients": "0.156.0",
"@bentley/imodeljs-common": "0.156.0",
"@bentley/config-loader": "0.159.0",
"@bentley/bentleyjs-core": "0.159.0",
"@bentley/build-tools": "0.159.0",
"@bentley/geometry-core": "0.159.0",
"@bentley/imodeljs-clients": "0.159.0",
"@bentley/imodeljs-common": "0.159.0",
"@types/chai": "^4.1.4",
"@types/fs-extra": "^4.0.7",
"@types/glob": "^5.0.35",
Expand All @@ -76,7 +76,7 @@
"asn1": "0.2.3"
},
"dependencies": {
"@bentley/imodeljs-native-platform-api": "~0.63.0",
"@bentley/imodeljs-native-platform-api": "~0.64.0",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
"js-base64": "^2.4.5",
Expand Down
4 changes: 2 additions & 2 deletions core/backend/src/test/integration/DebugHubIssues.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import * as path from "path";
import { assert } from "chai";
import { OpenMode, ActivityLoggingContext, Guid } from "@bentley/bentleyjs-core";
import { AccessToken, Config, KnownRegions } from "@bentley/imodeljs-clients";
import { AccessToken, Config } from "@bentley/imodeljs-clients";
import { IModelVersion } from "@bentley/imodeljs-common";
import { IModelDb, OpenParams, IModelHost, IModelHostConfiguration } from "../../backend";
import { IModelTestUtils, TestUsers } from "../IModelTestUtils";
Expand Down Expand Up @@ -106,7 +106,7 @@ describe.skip("DebugHubIssues (#integration)", () => {
});

it.skip("should be able to download the seed files, change sets, for any iModel on the Hub in PROD", async () => {
if (Config.App.getNumber("imjs_buddi_resolve_url_using_region") !== Number(KnownRegions.PROD)) {
if (Config.App.getNumber("imjs_buddi_resolve_url_using_region") !== 0) {
assert.fail("this test require production environment");
}

Expand Down
18 changes: 18 additions & 0 deletions core/bentley/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@bentley/bentleyjs-core",
"entries": [
{
"version": "0.159.0",
"tag": "@bentley/bentleyjs-core_v0.159.0",
"date": "Tue, 16 Oct 2018 14:09:09 GMT",
"comments": {}
},
{
"version": "0.158.0",
"tag": "@bentley/bentleyjs-core_v0.158.0",
"date": "Mon, 15 Oct 2018 19:36:09 GMT",
"comments": {}
},
{
"version": "0.157.0",
"tag": "@bentley/bentleyjs-core_v0.157.0",
"date": "Sun, 14 Oct 2018 17:20:06 GMT",
"comments": {}
},
{
"version": "0.156.0",
"tag": "@bentley/bentleyjs-core_v0.156.0",
Expand Down
17 changes: 16 additions & 1 deletion core/bentley/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Change Log - @bentley/bentleyjs-core

This log was last generated on Fri, 12 Oct 2018 23:00:10 GMT and should not be manually modified.
This log was last generated on Tue, 16 Oct 2018 14:09:09 GMT and should not be manually modified.

## 0.159.0
Tue, 16 Oct 2018 14:09:09 GMT

*Version update only*

## 0.158.0
Mon, 15 Oct 2018 19:36:09 GMT

*Version update only*

## 0.157.0
Sun, 14 Oct 2018 17:20:06 GMT

*Version update only*

## 0.156.0
Fri, 12 Oct 2018 23:00:10 GMT
Expand Down
4 changes: 2 additions & 2 deletions core/bentley/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bentley/bentleyjs-core",
"version": "0.156.0",
"version": "0.159.0",
"description": "Bentley JavaScript core components",
"main": "lib/bentleyjs-core.js",
"typings": "lib/bentleyjs-core",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {},
"devDependencies": {
"@bentley/build-tools": "0.156.0",
"@bentley/build-tools": "0.159.0",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/node": "10.10.3",
Expand Down
27 changes: 27 additions & 0 deletions core/clients-backend/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@bentley/imodeljs-clients-backend",
"entries": [
{
"version": "0.159.0",
"tag": "@bentley/imodeljs-clients-backend_v0.159.0",
"date": "Tue, 16 Oct 2018 14:09:09 GMT",
"comments": {}
},
{
"version": "0.158.0",
"tag": "@bentley/imodeljs-clients-backend_v0.158.0",
"date": "Mon, 15 Oct 2018 19:36:09 GMT",
"comments": {}
},
{
"version": "0.157.0",
"tag": "@bentley/imodeljs-clients-backend_v0.157.0",
"date": "Sun, 14 Oct 2018 17:20:06 GMT",
"comments": {
"none": [
{
"comment": "Fixing scripts for linux"
},
{
"comment": "Added a README with link to iModel.js documentation."
}
]
}
},
{
"version": "0.156.0",
"tag": "@bentley/imodeljs-clients-backend_v0.156.0",
Expand Down
20 changes: 19 additions & 1 deletion core/clients-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Change Log - @bentley/imodeljs-clients-backend

This log was last generated on Fri, 12 Oct 2018 23:00:10 GMT and should not be manually modified.
This log was last generated on Tue, 16 Oct 2018 14:09:09 GMT and should not be manually modified.

## 0.159.0
Tue, 16 Oct 2018 14:09:09 GMT

*Version update only*

## 0.158.0
Mon, 15 Oct 2018 19:36:09 GMT

*Version update only*

## 0.157.0
Sun, 14 Oct 2018 17:20:06 GMT

### Updates

- Fixing scripts for linux
- Added a README with link to iModel.js documentation.

## 0.156.0
Fri, 12 Oct 2018 23:00:10 GMT
Expand Down
16 changes: 8 additions & 8 deletions core/clients-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bentley/imodeljs-clients-backend",
"version": "0.156.0",
"version": "0.159.0",
"description": "Clients for various Bentley Services used by iModel.js at the backend",
"main": "lib/index.js",
"typings": "lib/index",
Expand All @@ -10,9 +10,9 @@
},
"scripts": {
"build": "tsc 1>&2 && npm run copy:typedefs",
"copy:typedefs": "cpx ./src/openid-client.d.ts ./lib/",
"copy:typedefs": "cpx \"./src/openid-client.d.ts\" ./lib/",
"clean": "rimraf lib package-deps.json",
"cover": "npm run crimraf ./.nyc_output && npm run cover:unit & npm run cover:integration & cpx ./.nyc_output/unit/*.json ./.nyc_output & cpx ./.nyc_output/integration/*.json ./.nyc_output & nyc report --report-dir ./lib/test/coverage",
"cover": "npm run crimraf ./.nyc_output && npm run cover:unit & npm run cover:integration & cpx \"./.nyc_output/unit/*.json\" ./.nyc_output & cpx \"./.nyc_output/integration/*.json\" ./.nyc_output & nyc report --report-dir ./lib/test/coverage",
"cover:unit": "nyc --temp-directory ./.nyc_output/unit --report-dir ./lib/test/coverage/unit mocha --timeout 60000 -r ts-node/register -r source-map-support/register ./src/test/**/*.test.ts --offline \"mock\"",
"cover:integration": "nyc --temp-directory ./.nyc_output/integration --report-dir ./lib/test/coverage/integration mocha --timeout 60000 -r ts-node/register -r source-map-support/register ./src/test/**/*.test.ts",
"docs": "node ./node_modules/@bentley/build-tools/scripts/docs.js --source=./src --includes=../../generated-docs/extract --json=../../generated-docs/core/imodeljs-clients-backend/file.json --tsIndexFile=index.ts --onlyJson %TYPEDOC_THEME%",
Expand All @@ -34,16 +34,16 @@
"url": "http://www.bentley.com"
},
"peerDependencies": {
"@bentley/bentleyjs-core": "0.156.0"
"@bentley/bentleyjs-core": "0.159.0"
},
"//devDependencies": [
"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
],
"devDependencies": {
"@bentley/config-loader": "0.156.0",
"@bentley/bentleyjs-core": "0.156.0",
"@bentley/build-tools": "0.156.0",
"@bentley/config-loader": "0.159.0",
"@bentley/bentleyjs-core": "0.159.0",
"@bentley/build-tools": "0.159.0",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/nock": "^9.1.2",
Expand All @@ -62,7 +62,7 @@
"webpack": "^4.16.4"
},
"dependencies": {
"@bentley/imodeljs-clients": "0.156.0",
"@bentley/imodeljs-clients": "0.159.0",
"openid-client": "^2.3.1"
},
"nyc": {
Expand Down
39 changes: 39 additions & 0 deletions core/clients/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
{
"name": "@bentley/imodeljs-clients",
"entries": [
{
"version": "0.159.0",
"tag": "@bentley/imodeljs-clients_v0.159.0",
"date": "Tue, 16 Oct 2018 14:09:09 GMT",
"comments": {
"none": [
{
"comment": "Removed KnownRegions Enum"
}
]
}
},
{
"version": "0.158.0",
"tag": "@bentley/imodeljs-clients_v0.158.0",
"date": "Mon, 15 Oct 2018 19:36:09 GMT",
"comments": {
"none": [
{
"comment": "Cleaned up frontend configuration. "
},
{
"comment": "add default Buddi URL and region and a added docs for region id"
}
]
}
},
{
"version": "0.157.0",
"tag": "@bentley/imodeljs-clients_v0.157.0",
"date": "Sun, 14 Oct 2018 17:20:06 GMT",
"comments": {
"none": [
{
"comment": "Fixing scripts for linux"
}
]
}
},
{
"version": "0.156.0",
"tag": "@bentley/imodeljs-clients_v0.156.0",
Expand Down
Loading

0 comments on commit cdd052f

Please sign in to comment.