o11y_schema 240.11.0 → 240.12.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
@@ -30,7 +30,7 @@
30
30
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
31
31
  },
32
32
  "type": "module",
33
- "version": "240.11.0",
33
+ "version": "240.12.0",
34
34
  "license": "BSD-3-Clause",
35
35
  "name": "o11y_schema",
36
36
  "lwc": {
@@ -1,6 +1,7 @@
1
1
  export { app_priming as appPrimingSchema } from './app_priming.js';
2
2
  export { http as httpSchema } from './http.js';
3
3
  export { launch as launchSchema } from './launch.js';
4
+ export { module_bundle_download as moduleBundleDownloadSchema } from './module_bundle_download.js';
4
5
  export { module_download as moduleDownloadSchema } from './module_download.js';
5
6
  export { module_invalidation as moduleInvalidationSchema } from './module_invalidation.js';
6
7
  export { module_load as moduleLoadSchema } from './module_load.js';
@@ -0,0 +1,2 @@
1
+ export const module_bundle_download={namespace:"sf.lightningsdk",name:"ModuleBundleDownload",pbjsSchema:{"nested":{"sf":{"nested":{"lightningsdk":{"nested":{"ModuleBundleDownload":{"options":{"(meta.msg.desc)":"When a module is downloaded from the Module Definition Service. This could happen during priming or during a dynamic module import"},"fields":{"versions":{"options":{},"rule":"repeated","id":3,"type":"string"},"specifiers":{"options":{},"rule":"repeated","id":2,"type":"string"},"url":{"options":{},
2
+ "id":1,"type":"string"}}}}}}}}}};
@@ -1,6 +1,7 @@
1
1
  export { app_priming as appPrimingSchema } from './app_priming.js';
2
2
  export { http as httpSchema } from './http.js';
3
3
  export { launch as launchSchema } from './launch.js';
4
+ export { module_bundle_download as moduleBundleDownloadSchema } from './module_bundle_download.js';
4
5
  export { module_download as moduleDownloadSchema } from './module_download.js';
5
6
  export { module_invalidation as moduleInvalidationSchema } from './module_invalidation.js';
6
7
  export { module_load as moduleLoadSchema } from './module_load.js';
@@ -1 +1 @@
1
- export const version='240.11.0'
1
+ export const version='240.12.0'