@carbon/charts-svelte 0.54.2 → 0.54.6

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,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.54.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.5...v0.54.6) (2022-01-13)
7
+
8
+ **Note:** Version bump only for package @carbon/charts-svelte
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.54.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.4...v0.54.5) (2022-01-11)
15
+
16
+ **Note:** Version bump only for package @carbon/charts-svelte
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.54.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.3...v0.54.4) (2022-01-10)
23
+
24
+ **Note:** Version bump only for package @carbon/charts-svelte
25
+
26
+
27
+
28
+
29
+
30
+ ## [0.54.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.2...v0.54.3) (2022-01-07)
31
+
32
+ **Note:** Version bump only for package @carbon/charts-svelte
33
+
34
+
35
+
36
+
37
+
6
38
  ## [0.54.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.1...v0.54.2) (2022-01-05)
7
39
 
8
40
  **Note:** Version bump only for package @carbon/charts-svelte
package/README.md CHANGED
@@ -113,8 +113,10 @@ No additional configuration should be necessary.
113
113
 
114
114
  ### Rollup
115
115
 
116
- If you encounter the error message `ReferenceError: process is not defined`,
117
- install
116
+ Enable `inlineDynamicImports` in your `rollup.config.js` to avoid the
117
+ `this has been rewritten to undefined` error message.
118
+
119
+ If you encounter `ReferenceError: process is not defined`, install
118
120
  [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/master/packages/replace)
119
121
  and add it to `plugins` in `rollup.config.js`.
120
122
 
@@ -124,6 +126,7 @@ import replace from '@rollup/plugin-replace';
124
126
 
125
127
  export default {
126
128
  // ...
129
+ inlineDynamicImports: true,
127
130
  plugins: [
128
131
  replace({
129
132
  preventAssignment: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-svelte",
3
- "version": "0.54.2",
3
+ "version": "0.54.6",
4
4
  "description": "Carbon charting components for Svelte",
5
5
  "main": "./bundle.js",
6
6
  "module": "./index.js",
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
52
52
  "dependencies": {
53
- "@carbon/charts": "^0.54.2",
53
+ "@carbon/charts": "^0.54.6",
54
54
  "@carbon/telemetry": "0.0.0-alpha.6"
55
55
  },
56
56
  "peerDependencies": {