@iflyrpa/playwright 1.0.15-beta.0 → 1.0.15

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.
package/dist/index.cjs CHANGED
@@ -22,7 +22,7 @@ const log__default = /*#__PURE__*/_interopDefaultCompat(log);
22
22
 
23
23
  const name = "@iflyrpa/playwright";
24
24
  const type = "module";
25
- const version$1 = "1.0.15-beta.0";
25
+ const version$1 = "1.0.15";
26
26
  const main = "./dist/index.cjs";
27
27
  const module$1 = "./dist/index.mjs";
28
28
  const types = "./dist/index.d.ts";
package/dist/index.mjs CHANGED
@@ -10,7 +10,7 @@ import { PluginManager } from 'live-plugin-manager';
10
10
 
11
11
  const name = "@iflyrpa/playwright";
12
12
  const type = "module";
13
- const version$1 = "1.0.15-beta.0";
13
+ const version$1 = "1.0.15";
14
14
  const main = "./dist/index.cjs";
15
15
  const module = "./dist/index.mjs";
16
16
  const types = "./dist/index.d.ts";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iflyrpa/playwright",
3
3
  "type": "module",
4
- "version": "1.0.15-beta.0",
4
+ "version": "1.0.15",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
7
7
  "types": "./dist/index.d.ts",