@vygruppen/spor-react 1.3.0 → 1.3.1

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.
@@ -1,17 +1,17 @@
1
1
 
2
- > @vygruppen/spor-react@1.3.0 build
2
+ > @vygruppen/spor-react@1.3.1 build
3
3
  > tsup src/* --dts --treeshake --format esm,cjs
4
4
 
5
5
  CLI Building entry: src/index.tsx
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v6.2.3
7
+ CLI tsup v6.5.0
8
8
  CLI Target: node14
9
9
  ESM Build start
10
10
  CJS Build start
11
- CJS dist/index.js 7.57 KB
12
- CJS ⚡️ Build success in 77ms
11
+ CJS dist/index.js 7.51 KB
12
+ CJS ⚡️ Build success in 116ms
13
13
  ESM dist/index.mjs 1.22 KB
14
- ESM ⚡️ Build success in 92ms
14
+ ESM ⚡️ Build success in 117ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3979ms
16
+ DTS ⚡️ Build success in 4722ms
17
17
  DTS dist/index.d.ts 1.22 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 1.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0c360f40: Bump
8
+
3
9
  ## 1.3.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.js CHANGED
@@ -1,7 +1,5 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  var react = require('@chakra-ui/react');
6
4
  var sporAccordionReact = require('@vygruppen/spor-accordion-react');
7
5
  var sporAlertReact = require('@vygruppen/spor-alert-react');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vygruppen/spor-react",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",