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
package/sf_lightningsdk/index.js
CHANGED
|
@@ -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"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='258.
|
|
1
|
+
export const version='258.13.0'
|