@applitools/snippets 2.9.1 → 2.9.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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.9.2](https://github.com/Applitools-Dev/sdk/compare/js/snippets@2.9.1...js/snippets@2.9.2) (2026-05-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-shared bumped to 1.2.1
14
+ #### Bug Fixes
15
+
16
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
17
+
3
18
  ## [2.9.1](https://github.com/Applitools-Dev/sdk/compare/js/snippets@2.9.0...js/snippets@2.9.1) (2026-05-19)
4
19
 
5
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/snippets",
3
- "version": "2.9.1",
3
+ "version": "2.9.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1.git",
@@ -23,7 +23,7 @@
23
23
  "playwright:setup": "yarn playwright install --with-deps chromium"
24
24
  },
25
25
  "devDependencies": {
26
- "@applitools/dom-shared": "1.2.0",
26
+ "@applitools/dom-shared": "1.2.1",
27
27
  "@babel/core": "^7.26.0",
28
28
  "@babel/preset-env": "^7.23.2",
29
29
  "@babel/preset-typescript": "^7.26.0",