@droneey/devkit-ts-syncpack 1.10.1 → 1.11.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/index.d.ts +3 -0
- package/package.json +7 -2
package/index.d.ts
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@droneey/devkit-ts-syncpack",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.2",
|
|
4
4
|
"description": "Shared Syncpack configuration: the order of the fields in package.json and the version ranges of the dependencies.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"config",
|
|
@@ -23,10 +23,15 @@
|
|
|
23
23
|
"directory": "packages/typescript/libs/syncpack"
|
|
24
24
|
},
|
|
25
25
|
"type": "module",
|
|
26
|
+
"types": "./index.d.ts",
|
|
26
27
|
"exports": {
|
|
27
|
-
".":
|
|
28
|
+
".": {
|
|
29
|
+
"types": "./index.d.ts",
|
|
30
|
+
"default": "./index.mjs"
|
|
31
|
+
}
|
|
28
32
|
},
|
|
29
33
|
"files": [
|
|
34
|
+
"index.d.ts",
|
|
30
35
|
"index.mjs"
|
|
31
36
|
],
|
|
32
37
|
"peerDependencies": {
|