@adobe-commerce/elsie 2.0.1-alpha-20260806134012 → 2.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @adobe-commerce/elsie
2
2
 
3
- ## 2.0.1-alpha-20260806134012
3
+ ## 2.0.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -19,7 +19,6 @@
19
19
  ## What changed
20
20
 
21
21
  ### TypeScript 4.7 → 6.0
22
-
23
22
  - `tsconfig-base.json` updated with correct TS 6 defaults. Two new-default opt-outs are deferred as tech debt: `exactOptionalPropertyTypes` and `verbatimModuleSyntax`.
24
23
  - `moduleResolution` changed from `"nodenext"` to `"bundler"` across all packages — the correct pairing for `module: "esnext"` in a Vite monorepo. Only `packages/elsie` keeps `"NodeNext"` (paired with `module: "NodeNext"` for its dual CJS/ESM output).
25
24
  - `baseUrl` removed from all tsconfigs (deprecated in TS 6; `paths` resolves relative to the tsconfig file directly).
@@ -29,7 +28,6 @@
29
28
  - `noUncheckedIndexedAccess` enabled — violations were few enough to fix in source.
30
29
 
31
30
  ### ESLint 8 → 9 (flat config)
32
-
33
31
  - `@typescript-eslint/parser` and `@typescript-eslint/eslint-plugin` (v5) removed; replaced by the unified `typescript-eslint` v8 package.
34
32
  - `eslint-config-preact` bumped to `^2.0.0` (ESLint 9 support).
35
33
  - `eslint-config-prettier` bumped to `^10.0.0`.
@@ -150,7 +148,6 @@
150
148
  ## What changed
151
149
 
152
150
  ### TypeScript 4.7 → 6.0
153
-
154
151
  - `tsconfig-base.json` updated with correct TS 6 defaults. Two new-default opt-outs are deferred as tech debt: `exactOptionalPropertyTypes` and `verbatimModuleSyntax`.
155
152
  - `moduleResolution` changed from `"nodenext"` to `"bundler"` across all packages — the correct pairing for `module: "esnext"` in a Vite monorepo. Only `packages/elsie` keeps `"NodeNext"` (paired with `module: "NodeNext"` for its dual CJS/ESM output).
156
153
  - `baseUrl` removed from all tsconfigs (deprecated in TS 6; `paths` resolves relative to the tsconfig file directly).
@@ -160,7 +157,6 @@
160
157
  - `noUncheckedIndexedAccess` enabled — violations were few enough to fix in source.
161
158
 
162
159
  ### ESLint 8 → 9 (flat config)
163
-
164
160
  - `@typescript-eslint/parser` and `@typescript-eslint/eslint-plugin` (v5) removed; replaced by the unified `typescript-eslint` v8 package.
165
161
  - `eslint-config-preact` bumped to `^2.0.0` (ESLint 9 support).
166
162
  - `eslint-config-prettier` bumped to `^10.0.0`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe-commerce/elsie",
3
- "version": "2.0.1-alpha-20260806134012",
3
+ "version": "2.0.1",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "description": "Domain Package SDK",
6
6
  "engines": {
@@ -32,7 +32,7 @@
32
32
  "devDependencies": {
33
33
  "@adobe-commerce/event-bus": "~1.1.1",
34
34
  "@adobe-commerce/fetch-graphql": "~1.3.1",
35
- "@adobe-commerce/recaptcha": "1.2.2-alpha-20260806134012",
35
+ "@adobe-commerce/recaptcha": "1.2.2",
36
36
  "@adobe-commerce/storefront-design": "~1.1.1",
37
37
  "@chromatic-com/storybook": "^5",
38
38
  "@dropins/build-tools": "~1.2.1"