@carbon/charts-svelte 1.16.2 → 1.16.3

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,15 @@
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.16.3 (2024-06-03)
7
+
8
+ **Note:** Version bump only for package @carbon/charts-svelte
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
+
6
15
  ## 1.16.2 (2024-06-03)
7
16
 
8
17
  **Note:** Version bump only for package @carbon/charts-svelte
package/README.md CHANGED
@@ -271,9 +271,8 @@ let chart: ChartProps['chart'] = null
271
271
 
272
272
  ## <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
273
273
 
274
- This package uses IBM Telemetry to collect metrics data. By installing this
275
- package as a dependency you are agreeing to telemetry collection. To opt out,
276
- see
274
+ This package uses IBM Telemetry to collect metrics data. By installing this package as a dependency
275
+ you are agreeing to telemetry collection. To opt out, see
277
276
  [Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
278
277
  For more information on the data being collected, please see the
279
- [IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
278
+ [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-svelte",
3
- "version": "1.16.2",
3
+ "version": "1.16.3",
4
4
  "description": "Carbon Charts component library for Svelte",
5
5
  "scripts": {
6
6
  "postinstall": "ibmtelemetry --config=telemetry.yml",
@@ -43,7 +43,7 @@
43
43
  "svelte": "^3.31.0 || ^4.0.0"
44
44
  },
45
45
  "dependencies": {
46
- "@carbon/charts": "1.16.2",
46
+ "@carbon/charts": "1.16.3",
47
47
  "@ibm/telemetry-js": "^1.5.2"
48
48
  },
49
49
  "devDependencies": {
@@ -121,5 +121,5 @@
121
121
  "data",
122
122
  "typescript"
123
123
  ],
124
- "gitHead": "4def84a040fc012fca26ea032d168741bec0fbb1"
124
+ "gitHead": "ca97715d352a589fb69e788174fac7313f8b2426"
125
125
  }
package/telemetry.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  # yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
2
2
  version: 1
3
3
  projectId: f4284ccd-bed3-420a-ab93-829c790246e7
4
- endpoint: "https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics"
4
+ endpoint: 'https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics'
5
5
  collect:
6
6
  npm:
7
7
  dependencies: null