o11y_schema 242.6.0 → 242.7.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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const generated_module_info={namespace:"sf.komaci",name:"GeneratedModuleInfo",pbjsSchema:{"nested":{"sf":{"nested":{"komaci":{"nested":{"GeneratedModuleInfo":{"fields":{"type":{"options":{},"id":1,"type":"string"}}}}}}}}}};
|
package/sf_komaci/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { batch as batchSchema } from './batch.js';
|
|
2
2
|
export { batch_coordinator as batchCoordinatorSchema } from './batch_coordinator.js';
|
|
3
3
|
export { bulk_resolve as bulkResolveSchema } from './bulk_resolve.js';
|
|
4
|
+
export { generated_module_info as generatedModuleInfoSchema } from './generated_module_info.js';
|
|
4
5
|
export { prefetch as prefetchSchema } from './prefetch.js';
|
|
5
6
|
export { prefetch_service as prefetchServiceSchema } from './prefetch_service.js';
|
|
6
7
|
export { total_routing as totalRoutingSchema } from './total_routing.js';
|
package/sf_komaci/sf_komaci.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { batch as batchSchema } from './batch.js';
|
|
2
2
|
export { batch_coordinator as batchCoordinatorSchema } from './batch_coordinator.js';
|
|
3
3
|
export { bulk_resolve as bulkResolveSchema } from './bulk_resolve.js';
|
|
4
|
+
export { generated_module_info as generatedModuleInfoSchema } from './generated_module_info.js';
|
|
4
5
|
export { prefetch as prefetchSchema } from './prefetch.js';
|
|
5
6
|
export { prefetch_service as prefetchServiceSchema } from './prefetch_service.js';
|
|
6
7
|
export { total_routing as totalRoutingSchema } from './total_routing.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='242.
|
|
1
|
+
export const version='242.7.0'
|