@applitools/core-universal 1.0.1 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.2](https://github.com/Applitools-Dev/sdk/compare/js/core-universal@1.0.1...js/core-universal@1.0.2) (2026-03-08)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-capture bumped to 11.6.10
9
+ #### Bug Fixes
10
+
11
+ * handle empty data URLs in CSS extraction | FLD-4158 ([#3606](https://github.com/Applitools-Dev/sdk/issues/3606)) ([8adef70](https://github.com/Applitools-Dev/sdk/commit/8adef702c7136b0b4a15f150b3d7ca6f649b30a2))
12
+ * @applitools/core bumped to 4.57.1
13
+ #### Bug Fixes
14
+
15
+ * remove checkNetwork from public API, add unit tests ([#3598](https://github.com/Applitools-Dev/sdk/issues/3598)) ([d0a70a3](https://github.com/Applitools-Dev/sdk/commit/d0a70a3b7319aab6e1ca9dbca5e6a94069955447))
16
+
17
+
18
+
19
+
3
20
  ## [1.0.1](https://github.com/Applitools-Dev/sdk/compare/js/core-universal@1.0.0...js/core-universal@1.0.1) (2026-03-02)
4
21
 
5
22
 
package/dist/cli/cli.js CHANGED
@@ -42,7 +42,6 @@ void yargs_1.default
42
42
  ['eyes universal --port 8080', 'Run Eyes Universal server on port 8080'],
43
43
  ['eyes universal --no-singleton', 'Run Eyes Universal server on a non-singleton mode'],
44
44
  ['eyes universal --shutdown-mode stdin', 'Run Eyes Universal server which will close once stdin stream will end'],
45
- ['eyes check-network', ''],
46
45
  ])
47
46
  .version(JSON.parse(fs_1.default.readFileSync(require.resolve('../../package.json'), 'utf-8')).version)
48
47
  .command({
@@ -150,11 +149,5 @@ void yargs_1.default
150
149
  console.log(JSON.stringify(logs, null, 2));
151
150
  }
152
151
  },
153
- })
154
- .command({
155
- command: 'check-network',
156
- handler: async () => {
157
- await (0, core_1.checkNetwork)();
158
- },
159
152
  })
160
153
  .wrap(yargs_1.default.terminalWidth()).argv;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core-universal",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -40,7 +40,7 @@
40
40
  "test:bin": "MOCHA_GROUP=bin run --top-level mocha './test/bin/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15} --require ./test/mocha-global-setup.js"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/core": "4.57.0",
43
+ "@applitools/core": "4.57.1",
44
44
  "@applitools/driver": "1.25.1",
45
45
  "@applitools/logger": "2.2.8",
46
46
  "@applitools/socket": "1.3.9",