o11y_schema 258.6.0 → 258.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 custom_module_import={namespace:"sf.lightningsdk",name:"CustomModuleImport",pbjsSchema:{"nested":{"sf":{"nested":{"lightningsdk":{"nested":{"CustomModuleImport":{"fields":{"specifier":{"id":1,"type":"string"}}}}}}}}}};
|
package/sf_lightningsdk/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { app_priming as appPrimingSchema } from './app_priming.js';
|
|
2
|
+
export { custom_module_import as customModuleImportSchema } from './custom_module_import.js';
|
|
2
3
|
export { generate_thumbnail as generateThumbnailSchema } from './generate_thumbnail.js';
|
|
3
4
|
export { http as httpSchema } from './http.js';
|
|
4
5
|
export { launch as launchSchema } from './launch.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { app_priming as appPrimingSchema } from './app_priming.js';
|
|
2
|
+
export { custom_module_import as customModuleImportSchema } from './custom_module_import.js';
|
|
2
3
|
export { generate_thumbnail as generateThumbnailSchema } from './generate_thumbnail.js';
|
|
3
4
|
export { http as httpSchema } from './http.js';
|
|
4
5
|
export { launch as launchSchema } from './launch.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='258.
|
|
1
|
+
export const version='258.7.0'
|