shadow-dom-selector 4.1.0 → 4.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.
- package/package.json +15 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shadow-dom-selector",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"description": "A very small JavaScript utility to query DOM elements through the Shadow Dom subtrees in a sync or an async way",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"query-selector",
|
|
@@ -35,6 +35,10 @@
|
|
|
35
35
|
],
|
|
36
36
|
"author": "ElChiniNet",
|
|
37
37
|
"license": "Apache-2.0",
|
|
38
|
+
"repository": {
|
|
39
|
+
"type": "git",
|
|
40
|
+
"url": "git+https://github.com/elchininet/shadow-dom-selector"
|
|
41
|
+
},
|
|
38
42
|
"scripts": {
|
|
39
43
|
"build": "rollup --config rollup.config.js --bundleConfigAsCjs",
|
|
40
44
|
"clean": "rm -rf dist .nyc_output coverage || true",
|
|
@@ -52,18 +56,18 @@
|
|
|
52
56
|
"postversion": "git push && git push --tags"
|
|
53
57
|
},
|
|
54
58
|
"devDependencies": {
|
|
55
|
-
"@cypress/code-coverage": "^3.12.
|
|
56
|
-
"@types/eslint": "^8.44.
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
58
|
-
"@typescript-eslint/parser": "^6.
|
|
59
|
-
"cypress": "^13.
|
|
60
|
-
"eslint": "^8.
|
|
61
|
-
"rollup": "^4.
|
|
59
|
+
"@cypress/code-coverage": "^3.12.15",
|
|
60
|
+
"@types/eslint": "^8.44.9",
|
|
61
|
+
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
|
62
|
+
"@typescript-eslint/parser": "^6.15.0",
|
|
63
|
+
"cypress": "^13.6.1",
|
|
64
|
+
"eslint": "^8.56.0",
|
|
65
|
+
"rollup": "^4.9.1",
|
|
62
66
|
"rollup-plugin-istanbul": "^5.0.0",
|
|
63
|
-
"rollup-plugin-serve": "^2.0.
|
|
67
|
+
"rollup-plugin-serve": "^2.0.3",
|
|
64
68
|
"rollup-plugin-terser": "^7.0.2",
|
|
65
69
|
"rollup-plugin-ts": "^3.4.5",
|
|
66
|
-
"start-server-and-test": "^2.0.
|
|
67
|
-
"typescript": "^5.
|
|
70
|
+
"start-server-and-test": "^2.0.3",
|
|
71
|
+
"typescript": "^5.3.3"
|
|
68
72
|
}
|
|
69
73
|
}
|