@komaci/prefetch 242.3.2 → 242.3.4

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.
@@ -242,7 +242,7 @@ export class PrefetchService {
242
242
  if (this.state == STATE.stopped) {
243
243
  return;
244
244
  }
245
- const action = InstrumentedAction.startAction('komaci', bulkResolveSchema, {
245
+ const action = InstrumentedAction.startAction('komaci.bulk-resolve', bulkResolveSchema, {
246
246
  instrumentWithoutLog: false,
247
247
  postTimeInLog: true,
248
248
  apiOptions: this.apiOptions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@komaci/prefetch",
3
- "version": "242.3.2",
3
+ "version": "242.3.4",
4
4
  "description": "Komaci prefetch service.",
5
5
  "homepage": "https://komaci.dev/",
6
6
  "repository": {
@@ -26,14 +26,14 @@
26
26
  "build/**/*.d.ts"
27
27
  ],
28
28
  "dependencies": {
29
- "@komaci/module-shared": "242.3.2",
30
- "@komaci/resolver": "242.3.2",
29
+ "@komaci/module-shared": "242.3.4",
30
+ "@komaci/resolver": "242.3.4",
31
31
  "@lwrjs/router": "0.6.0-alpha.15",
32
32
  "o11y": "^240.7.0",
33
33
  "o11y_schema": "^240.11.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@komaci/types": "242.3.2",
36
+ "@komaci/types": "242.3.4",
37
37
  "wait-for-expect": "^3.0.2"
38
38
  }
39
39
  }