Skip to content

Commit 836087d

Browse files
chore: release packages (#399)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aad429d commit 836087d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+373
-73
lines changed

.changeset/eight-cheetahs-burn.md

-36
This file was deleted.

examples/memberships/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:watch": "vitest"
1616
},
1717
"dependencies": {
18-
"@epcc-sdk/sdks-nextjs": "^0.0.9",
18+
"@epcc-sdk/sdks-nextjs": "^0.0.10",
1919
"@epcc-sdk/sdks-shopper": "^0.0.25",
2020
"@headlessui/react": "^2.2.0",
2121
"@heroicons/react": "^2.2.0",

examples/memberships/pnpm-lock.yaml

+2-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/simple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:watch": "vitest"
1616
},
1717
"dependencies": {
18-
"@epcc-sdk/sdks-nextjs": "^0.0.9",
18+
"@epcc-sdk/sdks-nextjs": "^0.0.10",
1919
"@epcc-sdk/sdks-shopper": "^0.0.25",
2020
"@headlessui/react": "^2.2.0",
2121
"@heroicons/react": "^2.2.0",

examples/simple/pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sdks/accounts-addresses/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @epcc-sdk/sdks-accounts-addresses
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- b383b5c: Converted SDK packages to use tsup for dual ESM and CommonJS output formats. These changes allow for better compatibility with both ESM and CommonJS environments.
8+
9+
Key changes:
10+
11+
- Added tsup build configuration for all SDK packages
12+
- Updated package.json files to use proper ESM and CommonJS paths
13+
- Added `type: "module"` to specify ESM as the default format
14+
- Configured package exports to support both import and require
15+
- Fixed type exports using `export type` to support isolation mode
16+
- Added test files for both ESM and CommonJS consumption
17+
318
## 0.0.3
419

520
### Patch Changes

packages/sdks/accounts-addresses/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epcc-sdk/sdks-accounts-addresses",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/sdks/accounts/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @epcc-sdk/sdks-accounts
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- b383b5c: Converted SDK packages to use tsup for dual ESM and CommonJS output formats. These changes allow for better compatibility with both ESM and CommonJS environments.
8+
9+
Key changes:
10+
11+
- Added tsup build configuration for all SDK packages
12+
- Updated package.json files to use proper ESM and CommonJS paths
13+
- Added `type: "module"` to specify ESM as the default format
14+
- Configured package exports to support both import and require
15+
- Fixed type exports using `export type` to support isolation mode
16+
- Added test files for both ESM and CommonJS consumption
17+
318
## 0.0.4
419

520
### Patch Changes

packages/sdks/accounts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epcc-sdk/sdks-accounts",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/sdks/application-keys/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @epcc-sdk/sdks-application-keys
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- b383b5c: Converted SDK packages to use tsup for dual ESM and CommonJS output formats. These changes allow for better compatibility with both ESM and CommonJS environments.
8+
9+
Key changes:
10+
11+
- Added tsup build configuration for all SDK packages
12+
- Updated package.json files to use proper ESM and CommonJS paths
13+
- Added `type: "module"` to specify ESM as the default format
14+
- Configured package exports to support both import and require
15+
- Fixed type exports using `export type` to support isolation mode
16+
- Added test files for both ESM and CommonJS consumption
17+
318
## 0.0.1
419

520
### Patch Changes

packages/sdks/application-keys/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epcc-sdk/sdks-application-keys",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/sdks/authentication-realms/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @epcc-sdk/sdks-authentication-realms
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- b383b5c: Converted SDK packages to use tsup for dual ESM and CommonJS output formats. These changes allow for better compatibility with both ESM and CommonJS environments.
8+
9+
Key changes:
10+
11+
- Added tsup build configuration for all SDK packages
12+
- Updated package.json files to use proper ESM and CommonJS paths
13+
- Added `type: "module"` to specify ESM as the default format
14+
- Configured package exports to support both import and require
15+
- Fixed type exports using `export type` to support isolation mode
16+
- Added test files for both ESM and CommonJS consumption
17+
318
## 0.0.3
419

520
### Patch Changes

packages/sdks/authentication-realms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epcc-sdk/sdks-authentication-realms",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/sdks/authentication/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @epcc-sdk/authentication
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- b383b5c: Converted SDK packages to use tsup for dual ESM and CommonJS output formats. These changes allow for better compatibility with both ESM and CommonJS environments.
8+
9+
Key changes:
10+
11+
- Added tsup build configuration for all SDK packages
12+
- Updated package.json files to use proper ESM and CommonJS paths
13+
- Added `type: "module"` to specify ESM as the default format
14+
- Configured package exports to support both import and require
15+
- Fixed type exports using `export type` to support isolation mode
16+
- Added test files for both ESM and CommonJS consumption
17+
318
## 0.0.2
419

520
### Patch Changes

packages/sdks/authentication/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epcc-sdk/authentication",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/sdks/cart-checkout-order/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @epcc-sdk/sdks-cart-checkout-order
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- b383b5c: Converted SDK packages to use tsup for dual ESM and CommonJS output formats. These changes allow for better compatibility with both ESM and CommonJS environments.
8+
9+
Key changes:
10+
11+
- Added tsup build configuration for all SDK packages
12+
- Updated package.json files to use proper ESM and CommonJS paths
13+
- Added `type: "module"` to specify ESM as the default format
14+
- Configured package exports to support both import and require
15+
- Fixed type exports using `export type` to support isolation mode
16+
- Added test files for both ESM and CommonJS consumption
17+
318
## 0.0.5
419

520
### Patch Changes

packages/sdks/cart-checkout-order/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epcc-sdk/sdks-cart-checkout-order",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/sdks/commerce-extensions/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @epcc-sdk/commerce-extensions
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- b383b5c: Converted SDK packages to use tsup for dual ESM and CommonJS output formats. These changes allow for better compatibility with both ESM and CommonJS environments.
8+
9+
Key changes:
10+
11+
- Added tsup build configuration for all SDK packages
12+
- Updated package.json files to use proper ESM and CommonJS paths
13+
- Added `type: "module"` to specify ESM as the default format
14+
- Configured package exports to support both import and require
15+
- Fixed type exports using `export type` to support isolation mode
16+
- Added test files for both ESM and CommonJS consumption
17+
318
## 0.0.1
419

520
### Patch Changes

packages/sdks/commerce-extensions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epcc-sdk/commerce-extensions",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/sdks/currencies/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @epcc-sdk/sdks-currencies
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- b383b5c: Converted SDK packages to use tsup for dual ESM and CommonJS output formats. These changes allow for better compatibility with both ESM and CommonJS environments.
8+
9+
Key changes:
10+
11+
- Added tsup build configuration for all SDK packages
12+
- Updated package.json files to use proper ESM and CommonJS paths
13+
- Added `type: "module"` to specify ESM as the default format
14+
- Configured package exports to support both import and require
15+
- Fixed type exports using `export type` to support isolation mode
16+
- Added test files for both ESM and CommonJS consumption
17+
318
## 0.0.1
419

520
### Patch Changes

packages/sdks/currencies/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epcc-sdk/sdks-currencies",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/sdks/files/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @epcc-sdk/sdks-files
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- b383b5c: Converted SDK packages to use tsup for dual ESM and CommonJS output formats. These changes allow for better compatibility with both ESM and CommonJS environments.
8+
9+
Key changes:
10+
11+
- Added tsup build configuration for all SDK packages
12+
- Updated package.json files to use proper ESM and CommonJS paths
13+
- Added `type: "module"` to specify ESM as the default format
14+
- Configured package exports to support both import and require
15+
- Fixed type exports using `export type` to support isolation mode
16+
- Added test files for both ESM and CommonJS consumption
17+
318
## 0.0.1
419

520
### Patch Changes

packages/sdks/files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epcc-sdk/sdks-files",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/sdks/flows/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @epcc-sdk/flows
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- b383b5c: Converted SDK packages to use tsup for dual ESM and CommonJS output formats. These changes allow for better compatibility with both ESM and CommonJS environments.
8+
9+
Key changes:
10+
11+
- Added tsup build configuration for all SDK packages
12+
- Updated package.json files to use proper ESM and CommonJS paths
13+
- Added `type: "module"` to specify ESM as the default format
14+
- Configured package exports to support both import and require
15+
- Fixed type exports using `export type` to support isolation mode
16+
- Added test files for both ESM and CommonJS consumption
17+
318
## 0.0.1
419

520
### Patch Changes

packages/sdks/flows/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epcc-sdk/flows",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)