@symbo.ls/connect 3.4.1 → 3.4.3

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,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "Symbols Connect",
4
- "version": "3.4.0",
4
+ "version": "3.4.2",
5
5
  "description": "symbols.app connect — DOMQL Inspector and element grabber for the Symbols design system",
6
6
  "permissions": [
7
7
  "scripting",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/connect",
3
- "version": "3.4.1",
3
+ "version": "3.4.3",
4
4
  "description": "Symbols Connect — Chrome extension for DOMQL inspection and element grabbing",
5
5
  "main": "dist/content.js",
6
6
  "scripts": {
@@ -15,6 +15,6 @@
15
15
  "chokidar": "^3.5.3"
16
16
  },
17
17
  "dependencies": {
18
- "@domql/utils": "^3.4.1"
18
+ "@domql/utils": "^3.4.3"
19
19
  }
20
20
  }