@economic/taco 1.1.4 → 1.1.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 +2 -3
- package/types.json +2603 -7007
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@economic/taco",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.6",
|
4
4
|
"description": "> TODO: description",
|
5
5
|
"author": "Matt Daly <matthew.daly@visma.com>",
|
6
6
|
"homepage": "https://github.com/e-conomic/taco#readme",
|
@@ -27,7 +27,6 @@
|
|
27
27
|
"url": "git+https://github.com/e-conomic/taco.git"
|
28
28
|
},
|
29
29
|
"scripts": {
|
30
|
-
"prewatch": "npm run generate-typedoc",
|
31
30
|
"watch": "tsdx watch",
|
32
31
|
"build": "tsdx build",
|
33
32
|
"postbuild": "npm run generate-typedoc",
|
@@ -107,7 +106,7 @@
|
|
107
106
|
"svgo": "^1.3.2",
|
108
107
|
"tailwindcss": "^3.0.1",
|
109
108
|
"tsdx": "^0.13.2",
|
110
|
-
"typedoc": "
|
109
|
+
"typedoc": "0.18.0",
|
111
110
|
"typescript": "^4.4.4"
|
112
111
|
},
|
113
112
|
"jest": {
|