Skip to content

Commit fd3701f

Browse files
committed
fix: Do not add default export specifier
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 9dd26ab commit fd3701f

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 0.2.2 - 2024-06-20
6+
7+
### Fixed
8+
9+
- fix: Do not add `default` export specifier
10+
511
## 0.2.1 - 2024-06-20
612

713
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/sharing",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Front-end utilities for Nextcloud files sharing",
55
"keywords": [
66
"nextcloud"
@@ -11,13 +11,11 @@
1111
"exports": {
1212
".": {
1313
"types": "./dist/index.d.ts",
14-
"default": "./dist/index.mjs",
1514
"import": "./dist/index.mjs",
1615
"require": "./dist/index.cjs"
1716
},
1817
"./public": {
1918
"types": "./dist/public.d.ts",
20-
"default": "./dist/public.mjs",
2119
"import": "./dist/public.mjs",
2220
"require": "./dist/public.cjs"
2321
}

0 commit comments

Comments
 (0)