Skip to content

Commit 87e7d00

Browse files
chore: release packages
1 parent d418263 commit 87e7d00

Some content is hidden

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

52 files changed

+383
-74
lines changed

.changeset/eight-cheetahs-burn.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

examples/memberships/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# memberships
2+
3+
## null
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [529d5b4]
8+
- @epcc-sdk/sdks-nextjs@0.0.10

examples/memberships/package.json

Lines changed: 3 additions & 2 deletions
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",
@@ -75,5 +75,6 @@
7575
"typescript": "^5.8.2",
7676
"vite": "^6.2.1",
7777
"vitest": "^3.0.8"
78-
}
78+
},
79+
"version": null
7980
}

examples/memberships/pnpm-lock.yaml

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

examples/simple/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sdks/accounts-addresses/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
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+
- 529d5b4: 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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 15 additions & 0 deletions
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+
- 529d5b4: 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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 15 additions & 0 deletions
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+
- 529d5b4: 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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 15 additions & 0 deletions
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+
- 529d5b4: 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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 15 additions & 0 deletions
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+
- 529d5b4: 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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 15 additions & 0 deletions
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+
- 529d5b4: 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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 15 additions & 0 deletions
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+
- 529d5b4: 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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 15 additions & 0 deletions
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+
- 529d5b4: 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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 15 additions & 0 deletions
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+
- 529d5b4: 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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 15 additions & 0 deletions
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+
- 529d5b4: 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

Lines changed: 1 addition & 1 deletion
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)