@applitools/snippets 2.9.0 → 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 +22 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
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
+
18
+ ## [2.9.1](https://github.com/Applitools-Dev/sdk/compare/js/snippets@2.9.0...js/snippets@2.9.1) (2026-05-19)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * declare @babel/preset-typescript dep for sandbox build ([#3815](https://github.com/Applitools-Dev/sdk/issues/3815)) ([10c44c6](https://github.com/Applitools-Dev/sdk/commit/10c44c66635f1ed4e0361f22ecebf2221c2cc912))
24
+
3
25
  ## [2.9.0](https://github.com/Applitools-Dev/sdk/compare/js/snippets@2.8.2...js/snippets@2.9.0) (2026-05-05)
4
26
 
5
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/snippets",
3
- "version": "2.9.0",
3
+ "version": "2.9.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1.git",
@@ -23,9 +23,10 @@
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
+ "@babel/preset-typescript": "^7.26.0",
29
30
  "@rollup/plugin-babel": "^6.0.4",
30
31
  "@rollup/plugin-commonjs": "^25.0.7",
31
32
  "@rollup/plugin-node-resolve": "^15.2.3",