@jsfkit/types 1.2.0 → 1.4.0
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/dist/index.d.ts +1379 -216
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsfkit/types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "TypeScript types for JSF: a JSON spreadsheet representation",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"release": "PACKAGE_VERSION=$(jq -r .version package.json) && echo \"About to tag and push v$PACKAGE_VERSION. Continue? (y/n)\" && read -r REPLY && [ \"$REPLY\" = \"y\" ] && git tag --annotate v$PACKAGE_VERSION --message=v$PACKAGE_VERSION && git push origin v$PACKAGE_VERSION"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@borgar/eslint-config": "^4.0.
|
|
44
|
+
"@borgar/eslint-config": "^4.0.1",
|
|
45
45
|
"@eslint/js": "^9.38.0",
|
|
46
46
|
"eslint": "^9.38.0",
|
|
47
|
-
"globals": "^
|
|
48
|
-
"tsup": "^8.5.
|
|
49
|
-
"typedoc": "^0.28.
|
|
47
|
+
"globals": "^17.3.0",
|
|
48
|
+
"tsup": "^8.5.1",
|
|
49
|
+
"typedoc": "^0.28.17",
|
|
50
50
|
"typescript": "^5.9.3",
|
|
51
|
-
"typescript-eslint": "^8.
|
|
51
|
+
"typescript-eslint": "^8.56.0"
|
|
52
52
|
}
|
|
53
53
|
}
|