forstok-ui-lib 4.0.0 → 4.0.2

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": "forstok-ui-lib",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
package/rollup.config.js CHANGED
@@ -4,7 +4,7 @@ import commonjs from '@rollup/plugin-commonjs';
4
4
  import terser from '@rollup/plugin-terser';
5
5
  import postcss from 'rollup-plugin-postcss';
6
6
  import dts from 'rollup-plugin-dts';
7
- import typescript from "@rollup/plugin-typescript";
7
+ import typescript from '@rollup/plugin-typescript';
8
8
  import url from '@rollup/plugin-url';
9
9
  import svgr from '@svgr/rollup';
10
10
  import image from '@rollup/plugin-image';
@@ -20,21 +20,21 @@ export default [
20
20
  file: packageJson.main,
21
21
  format: 'cjs',
22
22
  sourcemap: true,
23
- interop: "auto",
23
+ interop: 'auto',
24
24
  },
25
25
  {
26
26
  file: packageJson.module,
27
27
  format: 'esm',
28
28
  sourcemap: true,
29
- interop: "auto",
29
+ interop: 'auto',
30
30
  },
31
31
  ],
32
32
  plugins: [
33
33
  PeerDepsExternalPlugin(),
34
- resolve(),
34
+ resolve({exportConditions: ['node']}),
35
35
  commonjs(),
36
36
  typescript({
37
- tsconfig: "./tsconfig.json",
37
+ tsconfig: './tsconfig.json',
38
38
  transformers: [
39
39
  (program) => ({
40
40
  before: [createStyledComponentsTransformer(program, {