@lightspeed/ecom-headless 1.1.0 → 1.1.2

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 +12 -0
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.1.2 - 2025-12-09
4
+
5
+ ### Changed
6
+
7
+ - Add dependency to the new internal packages.
8
+
9
+ ## 1.1.1 - 2025-10-23
10
+
11
+ ### Changed
12
+
13
+ - Update version of several dependencies.
14
+
3
15
  ## 1.1.0 - 2025-10-06
4
16
 
5
17
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightspeed/ecom-headless",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "types": "dist/index.d.ts",
@@ -37,10 +37,12 @@
37
37
  "analyze": "yarn build && open dist/plugin-visualizer/bundle.html",
38
38
  "clean": "rm -rf dist",
39
39
  "prepublishOnly": "yarn run build",
40
+ "link": "npm link",
40
41
  "typecheck": "tsc --noEmit",
41
42
  "lint": "eslint \"./{src,tests}/**/*.{js,ts}\"",
42
43
  "lint:all": "yarn lint && yarn typecheck",
43
44
  "test": "jest",
45
+ "test:end-to-end": "echo \"Skip: no end to end tests specified\" && exit 0",
44
46
  "test:watch": "jest --watch",
45
47
  "test:coverage": "jest --coverage",
46
48
  "size": "size-limit",
@@ -81,16 +83,13 @@
81
83
  "license": "MIT",
82
84
  "devDependencies": {
83
85
  "@jest/globals": "^29.7.0",
84
- "@lightspeed/eslint-config-crane": "1.1.2",
86
+ "@lightspeed/eslint-config": "workspace:*",
85
87
  "@size-limit/preset-small-lib": "^11.2.0",
86
88
  "@types/jest": "^29.5.12",
87
89
  "@types/node": "^22.15.33",
88
- "@typescript-eslint/eslint-plugin": "^8.35.0",
89
- "@typescript-eslint/parser": "^8.35.0",
90
90
  "eslint": "^9.33.0",
91
- "eslint-plugin-import": "^2.32.0",
92
91
  "jest": "^29.7.0",
93
- "msw": "^2.10.4",
92
+ "msw": "2.10.4",
94
93
  "rollup-plugin-visualizer": "^6.0.3",
95
94
  "size-limit": "^11.2.0",
96
95
  "ts-jest": "^29.1.5",