@carbon/icon-helpers 10.46.0-rc.0 → 10.47.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 CHANGED
@@ -106,3 +106,12 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md)! 👀
106
106
  ## 📝 License
107
107
 
108
108
  Licensed under the [Apache 2.0 License](/LICENSE).
109
+
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
+
112
+ This package uses IBM Telemetry to collect metrics data. By installing this
113
+ package as a dependency you are agreeing to telemetry collection. To opt out,
114
+ see
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
+ For more information on the data being collected, please see the
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.46.0-rc.0",
4
+ "version": "10.47.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -14,7 +14,8 @@
14
14
  "files": [
15
15
  "es",
16
16
  "lib",
17
- "umd"
17
+ "umd",
18
+ "telemetry.yml"
18
19
  ],
19
20
  "keywords": [
20
21
  "ibm",
@@ -31,13 +32,17 @@
31
32
  },
32
33
  "scripts": {
33
34
  "build": "yarn clean && carbon-cli bundle src/index.ts --name CarbonIconHelpers",
34
- "clean": "rimraf es lib umd"
35
+ "clean": "rimraf es lib umd",
36
+ "postinstall": "ibmtelemetry --config=telemetry.yml"
35
37
  },
36
38
  "devDependencies": {
37
- "@carbon/cli": "^11.15.0",
39
+ "@carbon/cli": "^11.16.0-rc.0",
38
40
  "rimraf": "^5.0.0",
39
41
  "typescript-config-carbon": "^0.2.0"
40
42
  },
41
43
  "sideEffects": false,
42
- "gitHead": "79048666dc3d8f66c3d64b46de45b25ce13d9adf"
44
+ "dependencies": {
45
+ "@ibm/telemetry-js": "^1.2.1"
46
+ },
47
+ "gitHead": "fd9030978919c8d2ce0c102db94aeabf88563c34"
43
48
  }
package/telemetry.yml ADDED
@@ -0,0 +1,7 @@
1
+ # yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
2
+ version: 1
3
+ projectId: 123fb465-aaf3-4fce-a54e-ea4944b61678
4
+ endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
5
+ collect:
6
+ npm:
7
+ dependencies: null