o11y_schema 256.82.0 → 256.84.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 +1 -1
- package/sf_clwr/index.js +1 -0
- package/sf_clwr/module_payload.js +1 -0
- package/sf_clwr/sf_clwr.js +1 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
package/sf_clwr/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { app_payload as appPayloadSchema } from './app_payload.js';
|
|
2
|
+
export { module_payload as modulePayloadSchema } from './module_payload.js';
|
|
2
3
|
export { nav as navSchema } from './nav.js';
|
|
3
4
|
export { nav_transition as navTransitionSchema } from './nav_transition.js';
|
|
4
5
|
export { page_payload as pagePayloadSchema } from './page_payload.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const module_payload={namespace:"sf.clwr",name:"ModulePayload",pbjsSchema:{"nested":{"sf":{"nested":{"clwr":{"nested":{"ModulePayload":{"fields":{"specifier":{"id":2,"type":"string"},"renderMode":{"id":4,"type":"string"},"specifierIndex":{"id":3,"type":"uint32"},"lwrModuleBootstrapDuration":{"id":1,"type":"double"}}}}}}}}}};
|
package/sf_clwr/sf_clwr.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { app_payload as appPayloadSchema } from './app_payload.js';
|
|
2
|
+
export { module_payload as modulePayloadSchema } from './module_payload.js';
|
|
2
3
|
export { nav as navSchema } from './nav.js';
|
|
3
4
|
export { nav_transition as navTransitionSchema } from './nav_transition.js';
|
|
4
5
|
export { page_payload as pagePayloadSchema } from './page_payload.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='256.
|
|
1
|
+
export const version='256.84.0'
|