o11y_schema 254.76.0 → 254.77.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
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"exports": {
|
|
9
9
|
"./sf_brand": "./sf_brand/sf_brand.js",
|
|
10
10
|
"./sf_digitalwallet": "./sf_digitalwallet/sf_digitalwallet.js",
|
|
11
|
+
"./sf_a4dInstrumentation": "./sf_a4dInstrumentation/sf_a4dInstrumentation.js",
|
|
11
12
|
"./sf_clwr": "./sf_clwr/sf_clwr.js",
|
|
12
13
|
"./sf_omniChannel": "./sf_omniChannel/sf_omniChannel.js",
|
|
13
14
|
"./sf_lists": "./sf_lists/sf_lists.js",
|
|
@@ -87,7 +88,7 @@
|
|
|
87
88
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
88
89
|
},
|
|
89
90
|
"type": "module",
|
|
90
|
-
"version": "254.
|
|
91
|
+
"version": "254.77.0",
|
|
91
92
|
"license": "BSD-3-Clause",
|
|
92
93
|
"volta": {
|
|
93
94
|
"node": "18.17.1",
|
|
@@ -97,6 +98,7 @@
|
|
|
97
98
|
"lwc": {
|
|
98
99
|
"expose": [
|
|
99
100
|
"o11y_schema/version",
|
|
101
|
+
"o11y_schema/sf_a4dInstrumentation",
|
|
100
102
|
"o11y_schema/sf_actExp",
|
|
101
103
|
"o11y_schema/sf_actions",
|
|
102
104
|
"o11y_schema/sf_ai4mCampaignDesigner",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const a4d_instrumentation={namespace:"sf.a4dInstrumentation",name:"A4dInstrumentation",pbjsSchema:{"nested":{"sf":{"nested":{"a4dInstrumentation":{"nested":{"A4dInstrumentation":{"fields":{"message":{"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a4d_instrumentation as a4dInstrumentationSchema } from './a4d_instrumentation.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a4d_instrumentation as a4dInstrumentationSchema } from './a4d_instrumentation.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='254.
|
|
1
|
+
export const version='254.77.0'
|