@carbon/ibm-products 1.73.3 → 1.73.5
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/README.md +3 -3
- package/package.json +2 -2
- package/telemetry.yml +1 -1
package/README.md
CHANGED
@@ -197,9 +197,9 @@ and
|
|
197
197
|
|
198
198
|
## <picture><source height="20" width="20" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg"><source height="20" width="20" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"><img height="20" width="20" alt="IBM Telemetry" src="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"></picture> IBM Telemetry
|
199
199
|
|
200
|
-
This package uses IBM Telemetry to collect
|
201
|
-
package as a dependency you are agreeing to telemetry
|
202
|
-
see
|
200
|
+
This package uses IBM Telemetry to collect de-identified and anonymized metrics
|
201
|
+
data. By installing this package as a dependency you are agreeing to telemetry
|
202
|
+
collection. To opt out, see
|
203
203
|
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
|
204
204
|
For more information on the data being collected, please see the
|
205
205
|
[IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@carbon/ibm-products",
|
3
3
|
"description": "Carbon for IBM Products",
|
4
|
-
"version": "1.73.
|
4
|
+
"version": "1.73.5",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "lib/index.js",
|
7
7
|
"module": "es/index.js",
|
@@ -98,5 +98,5 @@
|
|
98
98
|
"react": "^16.8.6 || ^17.0.1",
|
99
99
|
"react-dom": "^16.8.6 || ^17.0.1"
|
100
100
|
},
|
101
|
-
"gitHead": "
|
101
|
+
"gitHead": "e928d8e6f1e7ad7f15698824435256c7ed7c568b"
|
102
102
|
}
|
package/telemetry.yml
CHANGED