@carbon/colors 10.37.4 → 10.37.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 +3 -3
- package/telemetry.yml +1 -1
package/README.md
CHANGED
|
@@ -156,9 +156,9 @@ Licensed under the [Apache 2.0 License](/LICENSE).
|
|
|
156
156
|
|
|
157
157
|
## <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
|
|
158
158
|
|
|
159
|
-
This package uses IBM Telemetry to collect
|
|
160
|
-
package as a dependency you are agreeing to telemetry
|
|
161
|
-
see
|
|
159
|
+
This package uses IBM Telemetry to collect de-identified and anonymized metrics
|
|
160
|
+
data. By installing this package as a dependency you are agreeing to telemetry
|
|
161
|
+
collection. To opt out, see
|
|
162
162
|
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
|
|
163
163
|
For more information on the data being collected, please see the
|
|
164
164
|
[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/colors",
|
|
3
3
|
"description": "Colors for digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "10.37.
|
|
4
|
+
"version": "10.37.5",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@carbon/cli": "^10.34.
|
|
41
|
+
"@carbon/cli": "^10.34.5",
|
|
42
42
|
"@carbon/cli-reporter": "^10.5.0",
|
|
43
43
|
"@carbon/scss-generator": "^10.13.0",
|
|
44
44
|
"@carbon/test-utils": "^10.21.1",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@ibm/telemetry-js": "^1.5.0"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "654fff0d15bf845603da7b3c63bc85123058619c"
|
|
61
61
|
}
|
package/telemetry.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
|
|
2
2
|
version: 1
|
|
3
3
|
projectId: 8c6b584f-72b3-499f-9341-bb0afeda0aa8
|
|
4
|
-
endpoint: https://
|
|
4
|
+
endpoint: https://www-api.ibm.com/ibm-telemetry/v1/metrics
|
|
5
5
|
collect:
|
|
6
6
|
npm:
|
|
7
7
|
dependencies: null
|