Skip to content

Commit a40c35f

Browse files
committed
Update typing information for style integrations to use their own type files DD-2628
1 parent 50ba75c commit a40c35f

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

datatables.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
"css/stateRestore.jqueryui.min.css"
1111
],
1212
"types": [
13-
"types/stateRestore.jqueryui.d.ts",
14-
"types/types.d.ts"
13+
"types/stateRestore.jqueryui.d.ts"
1514
],
1615
"src-repo": "http://github.com/DataTables/StateRestore",
1716
"last-tag": "1.2.2",
18-
"last-sync": "c8e4eb357a28a8736642c423ff145a9f7e90a66c"
19-
}
17+
"last-sync": ""
18+
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "js/stateRestore.jqueryui.js",
55
"module": "js/stateRestore.jqueryui.mjs",
66
"style": "css/stateRestore.jqueryui.css",
7-
"types": "./types/types.d.ts",
7+
"types": "./types/stateRestore.jqueryui.d.ts",
88
"version": "1.2.2",
99
"files": [
1010
"css/**/*.css",
@@ -14,20 +14,20 @@
1414
],
1515
"keywords": [
1616
"StateRestore",
17-
"stateSave",
18-
"state",
19-
"reload",
17+
"stateSave",
18+
"state",
19+
"reload",
2020
"jQuery UI",
21-
"jQueryUI",
21+
"jQueryUI",
2222
"Datatables",
2323
"jQuery",
2424
"table",
2525
"filter",
2626
"sort"
2727
],
2828
"dependencies": {
29-
"datatables.net-staterestore": ">=1.1.1",
30-
"datatables.net-jqui": ">=1.12.1",
29+
"datatables.net-staterestore": ">=1.2.2",
30+
"datatables.net-jqui": ">=1.13.4",
3131
"jquery": ">=1.7"
3232
},
3333
"moduleType": [
@@ -51,4 +51,4 @@
5151
"type": "git",
5252
"url": "https://github.com/DataTables/Dist-DataTables-StateRestore-jQueryUI.git"
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)