@itwin/frontend-tiles 4.0.0-dev.60 → 4.0.0-dev.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ This project was not found in the local build cache. Querying the cloud build cache.
2
+ This project was not found in the build cache.
3
+ Invoking: npm run -s build:cjs && npm run -s build:esm
@@ -0,0 +1,3 @@
1
+ {
2
+ "nonCachedDurationMs": 12313.853000164032
3
+ }
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "files": {
3
- "extensions/frontend-tiles/.rush/temp/shrinkwrap-deps.json": "4a0397e45eb9fc8a86c4c4f17e12d35ca9a946e5",
4
3
  "extensions/frontend-tiles/LICENSE.md": "77dfb5043040cc16a3611930daba56d86ef54334",
5
4
  "extensions/frontend-tiles/README.md": "4ea38e83e862cdfa6fab08adc92eb62bcb2fe238",
6
- "extensions/frontend-tiles/config/rush-project.json": "10683a57d3bd2b8ae364fbe8f844c01619f1a821",
7
- "extensions/frontend-tiles/package.json": "c7490a9479cae135758ce7d70432df68f3e3c745",
5
+ "extensions/frontend-tiles/config/rush-project.json": "075dba097aa1ba473c368c262559aa10306afe68",
6
+ "extensions/frontend-tiles/package.json": "10c49e945c909286e673250a80ecfd6ceabcf269",
8
7
  "extensions/frontend-tiles/src/BatchedSpatialTileTreeRefs.ts": "1bd92ba0d816eada104e1eb9ec1c198eb69d6842",
9
8
  "extensions/frontend-tiles/src/BatchedTile.ts": "5a65ba092f420eb9cd5ff2ee9ae2f80bb5b42945",
10
9
  "extensions/frontend-tiles/src/BatchedTileContentReader.ts": "7a1392a3e55882eedd68f0fb098db9009f190a3e",
@@ -15,7 +14,8 @@
15
14
  "extensions/frontend-tiles/src/FrontendTiles.ts": "576ca9d6b519e7c75187507f9243fa2b802787d8",
16
15
  "extensions/frontend-tiles/src/LoggerCategory.ts": "458e67157ea150f6bff37674320dfc8cf5886049",
17
16
  "extensions/frontend-tiles/src/frontend-tiles.ts": "2778da0ad9afc43273e7105641ef1213edc47a83",
18
- "extensions/frontend-tiles/tsconfig.json": "67be9deac4eea3b76c3e1a66b0e9004ed0f6255e"
17
+ "extensions/frontend-tiles/tsconfig.json": "67be9deac4eea3b76c3e1a66b0e9004ed0f6255e",
18
+ "extensions/frontend-tiles/.rush/temp/shrinkwrap-deps.json": "4a0397e45eb9fc8a86c4c4f17e12d35ca9a946e5"
19
19
  },
20
- "arguments": "npm run -s build && npm run -s build:esm "
20
+ "arguments": "npm run -s build:cjs && npm run -s build:esm "
21
21
  }
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3
3
  "operationSettings": [
4
- { "operationName": "build", "outputFolderNames": ["lib"] },
5
- { "operationName": "build:ci", "outputFolderNames": ["lib"] }
4
+ { "operationName": "build", "outputFolderNames": ["lib"] }
6
5
  ]
7
6
  }