@openpkg-ts/sdk 0.54.3 → 0.54.4
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.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -5271,7 +5271,7 @@ var TS_PRIMITIVE_NORMALIZATIONS = {
|
|
|
5271
5271
|
never: () => ({ not: {} }),
|
|
5272
5272
|
any: () => ({}),
|
|
5273
5273
|
unknown: () => ({ "x-ts-type": "unknown" }),
|
|
5274
|
-
undefined: () => ({ type: "null" }),
|
|
5274
|
+
undefined: () => ({ type: "null", "x-ts-type": "undefined" }),
|
|
5275
5275
|
bigint: () => ({ type: "integer", "x-ts-type": "bigint" }),
|
|
5276
5276
|
symbol: () => ({ type: "string", "x-ts-type": "symbol" })
|
|
5277
5277
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openpkg-ts/sdk",
|
|
3
|
-
"version": "0.54.
|
|
3
|
+
"version": "0.54.4",
|
|
4
4
|
"description": "TypeScript API extraction SDK - programmatic primitives for OpenPkg specs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"openpkg",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"test": "bun test"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@openpkg-ts/spec": "^0.
|
|
46
|
+
"@openpkg-ts/spec": "^0.54.4",
|
|
47
47
|
"picomatch": "4.0.3",
|
|
48
48
|
"typescript": "^5.0.0 || ^6.0.0"
|
|
49
49
|
},
|