o11y_schema 258.12.0 → 258.13.0

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.
package/package.json CHANGED
@@ -103,7 +103,7 @@
103
103
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
104
104
  },
105
105
  "type": "module",
106
- "version": "258.12.0",
106
+ "version": "258.13.0",
107
107
  "license": "BSD-3-Clause",
108
108
  "volta": {
109
109
  "node": "18.17.1",
@@ -11,3 +11,4 @@ export { navigation as navigationSchema } from './navigation.js';
11
11
  export { resource_download as resourceDownloadSchema } from './resource_download.js';
12
12
  export { route_priming as routePrimingSchema } from './route_priming.js';
13
13
  export { update_image_url as updateImageUrlSchema } from './update_image_url.js';
14
+ export { worker_shutdown as workerShutdownSchema } from './worker_shutdown.js';
@@ -11,3 +11,4 @@ export { navigation as navigationSchema } from './navigation.js';
11
11
  export { resource_download as resourceDownloadSchema } from './resource_download.js';
12
12
  export { route_priming as routePrimingSchema } from './route_priming.js';
13
13
  export { update_image_url as updateImageUrlSchema } from './update_image_url.js';
14
+ export { worker_shutdown as workerShutdownSchema } from './worker_shutdown.js';
@@ -0,0 +1 @@
1
+ export const worker_shutdown={namespace:"sf.lightningsdk",name:"WorkerShutdown",pbjsSchema:{"nested":{"sf":{"nested":{"lightningsdk":{"nested":{"WorkerShutdown":{"fields":{"customModulesTimedOut":{"rule":"repeated","id":1,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='258.12.0'
1
+ export const version='258.13.0'