@intuned/runtime 1.1.0 → 1.1.1

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.
@@ -1,4 +1,4 @@
1
- import * as playwright from "playwright-core";
1
+ import * as playwright from "playwright";
2
2
  interface StorageEntry {
3
3
  name: string;
4
4
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",
@@ -58,55 +58,44 @@
58
58
  "check-auth-session": "./bin/check-auth-session"
59
59
  },
60
60
  "dependencies": {
61
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
62
- "@rollup/plugin-commonjs": "^25.0.2",
63
- "@rollup/plugin-dynamic-import-vars": "^2.0.4",
64
- "@rollup/plugin-json": "^6.0.0",
65
- "@rollup/plugin-node-resolve": "^15.1.0",
66
- "@rollup/plugin-typescript": "^11.1.2",
67
- "@tinyhttp/app": "^2.1.0",
68
- "@types/async-retry": "^1.4.8",
69
- "@types/fs-extra": "^11.0.1",
70
- "@types/lodash": "^4.14.200",
71
- "@types/node": "^20.4.1",
72
- "applicationinsights": "^2.9.2",
73
- "async-retry": "^1.3.3",
74
- "babel-plugin-dynamic-import-node": "^2.3.3",
61
+ "@babel/plugin-syntax-dynamic-import": "7.8.3",
62
+ "@rollup/plugin-commonjs": "25.0.2",
63
+ "@rollup/plugin-dynamic-import-vars": "2.0.4",
64
+ "@rollup/plugin-json": "6.0.0",
65
+ "@rollup/plugin-node-resolve": "15.1.0",
66
+ "@rollup/plugin-typescript": "11.1.2",
67
+ "@types/fs-extra": "11.0.1",
68
+ "@types/lodash": "4.14.200",
69
+ "@types/node": "20.4.1",
70
+ "applicationinsights": "2.9.2",
71
+ "babel-plugin-dynamic-import-node": "2.3.3",
75
72
  "boxen": "8.0.1",
76
73
  "chalk": "^4.1.2",
77
74
  "commander": "^11.0.0",
78
75
  "cross-fetch": "^4.0.0",
79
76
  "dotenv": "^16.3.1",
80
- "express": "4.20.0",
81
- "fastify": "^4.19.2",
82
- "file-type": "16.5.4",
83
77
  "fs-extra": "^11.3.0",
84
- "https-proxy-agent": "^7.0.5",
85
78
  "image-size": "^1.1.1",
86
79
  "inquirer": "12.6.0",
87
- "jsonwebtoken": "^9.0.2",
88
- "lodash": "^4.17.21",
89
- "milliparsec": "^2.3.0",
80
+ "jsonwebtoken": "9.0.2",
81
+ "lodash": "4.17.21",
82
+ "milliparsec": "2.3.0",
90
83
  "minimatch": "10.0.1",
91
- "ms": "^2.1.3",
92
84
  "nanoid": "3",
93
- "neverthrow": "^6.1.0",
85
+ "neverthrow": "6.1.0",
94
86
  "playwright": "1.44.1",
95
- "playwright-extra": "^4.3.6",
96
- "prettier": "^2.8.0",
97
- "promptly": "^3.2.0",
98
- "read-chunk": "^3.2.0",
99
- "rollup": "^3.26.2",
100
- "source-map": "^0.7.4",
101
- "stack-utils": "^2.0.6",
102
- "ts-morph": "^21.0.1",
103
- "ts-node": "^10.9.1",
104
- "tslib": "^2.6.0",
105
- "typescript": "^5.1.6",
87
+ "playwright-extra": "4.3.6",
88
+ "prettier": "2.8.0",
89
+ "promptly": "3.2.0",
90
+ "rollup": "3.26.2",
91
+ "source-map": "0.7.4",
92
+ "ts-morph": "21.0.1",
93
+ "ts-node": "10.9.1",
94
+ "tslib": "2.6.0",
95
+ "typescript": "5.1.6",
106
96
  "uuid": "11.1.0",
107
- "wait-on": "^7.2.0",
108
- "zod": "^3.21.4",
109
- "zod-validation-error": "^3.0.3"
97
+ "wait-on": "7.2.0",
98
+ "zod": "^3.21.4"
110
99
  },
111
100
  "devDependencies": {
112
101
  "@babel/cli": "^7.23.4",