@carbon/icon-helpers 10.53.0 → 10.54.0-rc.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/README.md +3 -3
- package/package.json +3 -3
- package/telemetry.yml +1 -1
package/README.md
CHANGED
|
@@ -109,9 +109,9 @@ Licensed under the [Apache 2.0 License](/LICENSE).
|
|
|
109
109
|
|
|
110
110
|
## <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
|
|
111
111
|
|
|
112
|
-
This package uses IBM Telemetry to collect
|
|
113
|
-
package as a dependency you are agreeing to telemetry
|
|
114
|
-
see
|
|
112
|
+
This package uses IBM Telemetry to collect de-identified and anonymized metrics
|
|
113
|
+
data. By installing this package as a dependency you are agreeing to telemetry
|
|
114
|
+
collection. To opt out, see
|
|
115
115
|
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
|
|
116
116
|
For more information on the data being collected, please see the
|
|
117
117
|
[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/icon-helpers",
|
|
3
3
|
"description": "Helpers used alongside icons for digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.54.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@carbon/cli": "^11.
|
|
39
|
+
"@carbon/cli": "^11.23.0-rc.0",
|
|
40
40
|
"rimraf": "^6.0.0",
|
|
41
41
|
"typescript-config-carbon": "^0.3.0"
|
|
42
42
|
},
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@ibm/telemetry-js": "^1.5.0"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "e48f5e6815bd93e518e8da73c7555590b85cda22"
|
|
48
48
|
}
|
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: 123fb465-aaf3-4fce-a54e-ea4944b61678
|
|
4
|
-
endpoint: https://
|
|
4
|
+
endpoint: https://www-api.ibm.com/ibm-telemetry/v1/metrics
|
|
5
5
|
collect:
|
|
6
6
|
npm:
|
|
7
7
|
dependencies: null
|