@carbon/charts-vue 1.13.23 → 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/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 1.13.25 (2024-01-29)
7
+
8
+ **Note:** Version bump only for package @carbon/charts-vue
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
15
+ ## 1.13.24 (2024-01-26)
16
+
17
+ **Note:** Version bump only for package @carbon/charts-vue
18
+
19
+ # Change Log
20
+
21
+ All notable changes to this project will be documented in this file. See
22
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
23
+
6
24
  ## 1.13.23 (2024-01-20)
7
25
 
8
26
  **Note:** Version bump only for package @carbon/charts-vue
package/README.md CHANGED
@@ -46,3 +46,12 @@ For instructions on using the **tabular data format**, see
46
46
 
47
47
  Customizable options (specific to chart type) can be found
48
48
  [here](https://charts.carbondesignsystem.com/documentation/modules/interfaces.html)
49
+
50
+ ## <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
51
+
52
+ This package uses IBM Telemetry to collect metrics data. By installing this
53
+ package as a dependency you are agreeing to telemetry collection. To opt out,
54
+ see
55
+ [Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
56
+ For more information on the data being collected, please see the
57
+ [IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-vue",
3
- "version": "1.13.23",
3
+ "version": "1.13.25",
4
4
  "description": "Carbon Charts component library for Vue",
5
5
  "type": "module",
6
6
  "module": "./dist/index.mjs",
@@ -16,10 +16,11 @@
16
16
  },
17
17
  "files": [
18
18
  "dist",
19
- "CHANGELOG.md"
19
+ "CHANGELOG.md",
20
+ "telemetry.yml"
20
21
  ],
21
22
  "scripts": {
22
- "postinstall": "carbon-telemetry collect --install",
23
+ "postinstall": "ibmtelemetry --config=telemetry.yml",
23
24
  "file:styles": "cp ../core/dist/styles.* dist",
24
25
  "build:package": "vite build && yarn file:styles",
25
26
  "demo:mdx:vue": "cp ../core/src/stories/getting-started/vue.stories.mdx src/stories",
@@ -38,8 +39,8 @@
38
39
  "vue": "^3.4.0"
39
40
  },
40
41
  "dependencies": {
41
- "@carbon/charts": "1.13.23",
42
- "@carbon/telemetry": "~0.1.0",
42
+ "@carbon/charts": "1.13.25",
43
+ "@ibm/telemetry-js": "1.2.0",
43
44
  "vue": "^3.4.15"
44
45
  },
45
46
  "devDependencies": {
@@ -96,5 +97,5 @@
96
97
  "data",
97
98
  "typescript"
98
99
  ],
99
- "gitHead": "f7a0e3aee3ada9dd42cb514179171a2cc52e0d05"
100
+ "gitHead": "dc50014f2bdab08fd56f4014d7f194b9a2123843"
100
101
  }
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: f37fae0f-81da-434b-86ac-22cfac61fe62
4
+ endpoint: "https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics"
5
+ collect:
6
+ npm:
7
+ dependencies: null