@carbon/charts 1.13.24 → 1.13.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts",
3
- "version": "1.13.24",
3
+ "version": "1.13.25",
4
4
  "description": "Carbon Charts component library",
5
5
  "type": "module",
6
6
  "module": "./dist/index.mjs",
@@ -50,10 +50,11 @@
50
50
  "scss",
51
51
  "styles.css",
52
52
  "styles.min.css",
53
- "CHANGELOG.md"
53
+ "CHANGELOG.md",
54
+ "telemetry.yml"
54
55
  ],
55
56
  "scripts": {
56
- "postinstall": "carbon-telemetry collect --install",
57
+ "postinstall": "ibmtelemetry --config=telemetry.yml",
57
58
  "file:css:charts": "sass scss/index.scss dist/styles.css --load-path=./node_modules --load-path=../../node_modules",
58
59
  "file:css:min:charts": "sass scss/index.scss dist/styles.min.css --style=compressed --load-path=./node_modules --load-path=../../node_modules",
59
60
  "file:css:demo": "sass scss/demos.scss dist/demo/styles.css --load-path=./node_modules --load-path=../../node_modules",
@@ -80,8 +81,8 @@
80
81
  },
81
82
  "dependencies": {
82
83
  "@carbon/colors": "^11.20.1",
83
- "@carbon/telemetry": "~0.1.0",
84
84
  "@carbon/utils-position": "^1.1.4",
85
+ "@ibm/telemetry-js": "1.2.0",
85
86
  "carbon-components": "^10.58.13",
86
87
  "d3": "^7.8.5",
87
88
  "d3-cloud": "^1.2.7",
@@ -178,5 +179,5 @@
178
179
  "url": "https://github.com/theiliad"
179
180
  }
180
181
  ],
181
- "gitHead": "de1a4ca6bc427d7196f3d91f72106bb08c5b0204"
182
+ "gitHead": "dc50014f2bdab08fd56f4014d7f194b9a2123843"
182
183
  }
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: 6e01c9a5-9f9d-4eb9-8b46-3b55fbeac6e0
4
+ endpoint: "https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics"
5
+ collect:
6
+ npm:
7
+ dependencies: null