@carbon/pictograms 12.31.0 → 12.32.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
@@ -33,3 +33,12 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md)! 👀
33
33
  ## 📝 License
34
34
 
35
35
  Licensed under the [Apache 2.0 License](/LICENSE).
36
+
37
+ ## <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
38
+
39
+ This package uses IBM Telemetry to collect metrics data. By installing this
40
+ package as a dependency you are agreeing to telemetry collection. To opt out,
41
+ see
42
+ [Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
43
+ For more information on the data being collected, please see the
44
+ [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/pictograms",
3
3
  "description": "Pictograms for digital and software products using the Carbon Design System",
4
- "version": "12.31.0",
4
+ "version": "12.32.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -29,11 +29,15 @@
29
29
  "build": "yarn clean && node tasks/build.js",
30
30
  "ci-check": "node tasks/ci-check.js",
31
31
  "clean": "rimraf es lib build-info.json metadata.json",
32
- "prepublishOnly": "yarn build"
32
+ "prepublishOnly": "yarn build",
33
+ "postinstall": "ibmtelemetry --config=telemetry.yml"
33
34
  },
34
35
  "devDependencies": {
35
- "@carbon/icon-build-helpers": "^1.22.0",
36
+ "@carbon/icon-build-helpers": "^1.23.0",
36
37
  "rimraf": "^5.0.0"
37
38
  },
38
- "gitHead": "741ec54a40159b2438b2b09bf55c013bbff2c4ad"
39
+ "dependencies": {
40
+ "@ibm/telemetry-js": "^1.2.1"
41
+ },
42
+ "gitHead": "7920f5261d5867837e0b7e6092c98a6597ac0771"
39
43
  }
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: d16cedf8-a425-4a90-8943-8135c88a9799
4
+ endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
5
+ collect:
6
+ npm:
7
+ dependencies: null