@carbon/motion 11.16.1 → 11.17.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
@@ -78,3 +78,12 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md)! 👀
78
78
  ## 📝 License
79
79
 
80
80
  Licensed under the [Apache 2.0 License](/LICENSE).
81
+
82
+ ## <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
83
+
84
+ This package uses IBM Telemetry to collect metrics data. By installing this
85
+ package as a dependency you are agreeing to telemetry collection. To opt out,
86
+ see
87
+ [Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
88
+ For more information on the data being collected, please see the
89
+ [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/motion",
3
3
  "description": "Motion helpers for digital and software products using the Carbon Design System",
4
- "version": "11.16.1",
4
+ "version": "11.17.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -26,11 +26,15 @@
26
26
  },
27
27
  "scripts": {
28
28
  "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonMotion",
29
- "clean": "rimraf es lib umd"
29
+ "clean": "rimraf es lib umd",
30
+ "postinstall": "ibmtelemetry --config=telemetry.yml"
30
31
  },
31
32
  "devDependencies": {
32
- "@carbon/cli": "^11.15.1",
33
+ "@carbon/cli": "^11.16.0-rc.0",
33
34
  "rimraf": "^5.0.0"
34
35
  },
35
- "gitHead": "d6904c019acc9b8cb8f5a01732bc963a71fa93bf"
36
+ "dependencies": {
37
+ "@ibm/telemetry-js": "^1.2.1"
38
+ },
39
+ "gitHead": "fd9030978919c8d2ce0c102db94aeabf88563c34"
36
40
  }
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: 4d3a6099-2f13-49f6-81e5-5b91593567ab
4
+ endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
5
+ collect:
6
+ npm:
7
+ dependencies: null