wacom 20.3.5 → 20.3.6
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 +18 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wacom",
|
|
3
|
-
"version": "20.3.
|
|
3
|
+
"version": "20.3.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "WebArtWork/wacom",
|
|
6
6
|
"funding": [
|
|
@@ -13,6 +13,23 @@
|
|
|
13
13
|
"url": "https://opencollective.com/wawjs"
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
|
+
"peerDependencies": {
|
|
17
|
+
"@angular/core": ">=16.0.0",
|
|
18
|
+
"@angular/common": ">=16.0.0",
|
|
19
|
+
"@angular/forms": ">=16.0.0",
|
|
20
|
+
"@angular/platform-browser": ">=16.0.0",
|
|
21
|
+
"@angular/animations": ">=16.0.0",
|
|
22
|
+
"@angular/router": ">=16.0.0",
|
|
23
|
+
"rxjs": ">=7.5.0"
|
|
24
|
+
},
|
|
25
|
+
"engines": {
|
|
26
|
+
"node": ">=18.18.0",
|
|
27
|
+
"npm": ">=9.0.0"
|
|
28
|
+
},
|
|
29
|
+
"publishConfig": {
|
|
30
|
+
"access": "public"
|
|
31
|
+
},
|
|
32
|
+
"sideEffects": false,
|
|
16
33
|
"keywords": [
|
|
17
34
|
"Angular",
|
|
18
35
|
"Platform Detection",
|
|
@@ -108,7 +125,6 @@
|
|
|
108
125
|
"default": "./fesm2022/wacom.mjs"
|
|
109
126
|
}
|
|
110
127
|
},
|
|
111
|
-
"sideEffects": false,
|
|
112
128
|
"dependencies": {
|
|
113
129
|
"tslib": "^2.3.0"
|
|
114
130
|
}
|