@rickcedwhat/playwright-smart-table 6.8.1 → 6.8.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.
@@ -3,4 +3,4 @@
3
3
  * Generated by scripts/embed-version.mjs from package.json
4
4
  */
5
5
  /** Semver of this package. Use in logs or diagnostics to confirm the installed build. */
6
- export declare const PLAYWRIGHT_SMART_TABLE_VERSION: "6.8.1";
6
+ export declare const PLAYWRIGHT_SMART_TABLE_VERSION: "6.8.2";
@@ -6,4 +6,4 @@ exports.PLAYWRIGHT_SMART_TABLE_VERSION = void 0;
6
6
  * Generated by scripts/embed-version.mjs from package.json
7
7
  */
8
8
  /** Semver of this package. Use in logs or diagnostics to confirm the installed build. */
9
- exports.PLAYWRIGHT_SMART_TABLE_VERSION = "6.8.1";
9
+ exports.PLAYWRIGHT_SMART_TABLE_VERSION = "6.8.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rickcedwhat/playwright-smart-table",
3
- "version": "6.8.1",
3
+ "version": "6.8.2",
4
4
  "description": "Smart, column-aware table interactions for Playwright",
5
5
  "author": "Cedrick Catalan",
6
6
  "license": "MIT",
@@ -48,6 +48,12 @@
48
48
  "types": "./dist/index.d.ts",
49
49
  "default": "./dist/index.js"
50
50
  },
51
+ "./types": {
52
+ "types": "./dist/types.d.ts",
53
+ "import": "./dist/index.js",
54
+ "require": "./dist/index.js",
55
+ "default": "./dist/index.js"
56
+ },
51
57
  "./presets": {
52
58
  "types": "./dist/presets/index.d.ts",
53
59
  "default": "./dist/presets/index.js"