@carbon/icons 10.48.5 → 10.48.6
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 +4 -4
- package/telemetry.yml +1 -1
package/README.md
CHANGED
|
@@ -113,9 +113,9 @@ Licensed under the [Apache 2.0 License](/LICENSE).
|
|
|
113
113
|
|
|
114
114
|
## <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
|
|
115
115
|
|
|
116
|
-
This package uses IBM Telemetry to collect
|
|
117
|
-
package as a dependency you are agreeing to telemetry
|
|
118
|
-
see
|
|
116
|
+
This package uses IBM Telemetry to collect de-identified and anonymized metrics
|
|
117
|
+
data. By installing this package as a dependency you are agreeing to telemetry
|
|
118
|
+
collection. To opt out, see
|
|
119
119
|
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
|
|
120
120
|
For more information on the data being collected, please see the
|
|
121
121
|
[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/icons",
|
|
3
3
|
"description": "Icons for digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "10.48.
|
|
4
|
+
"version": "10.48.6",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@carbon/cli": "^10.34.
|
|
44
|
-
"@carbon/icon-build-helpers": "^0.34.
|
|
43
|
+
"@carbon/cli": "^10.34.5",
|
|
44
|
+
"@carbon/icon-build-helpers": "^0.34.5",
|
|
45
45
|
"rimraf": "^3.0.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@ibm/telemetry-js": "^1.5.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "654fff0d15bf845603da7b3c63bc85123058619c"
|
|
51
51
|
}
|
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: b75a5380-3b55-4854-ad79-7bf340315aeb
|
|
4
|
-
endpoint: https://
|
|
4
|
+
endpoint: https://www-api.ibm.com/ibm-telemetry/v1/metrics
|
|
5
5
|
collect:
|
|
6
6
|
npm:
|
|
7
7
|
dependencies: null
|