@omelhorsite/sdk 0.5.0 → 0.5.1
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 -2
- package/dist/types/resources/admin.d.ts +0 -1841
- package/dist/types/resources/content.d.ts +0 -2775
- package/dist/types/resources/library.d.ts +0 -1433
- package/dist/types/resources/movies.d.ts +0 -1160
- package/dist/types/resources/social.d.ts +0 -1348
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omelhorsite/sdk",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "TypeScript SDK for the omelhorsite API. Isolate-safe: no node builtins, no environment access, no stdout.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"typecheck": "tsc --noEmit -p . && tsc --noEmit -p tsconfig.test.json",
|
|
21
21
|
"check:isolate": "bun run scripts/check-isolate.ts",
|
|
22
22
|
"test": "bun run check:isolate && bun test",
|
|
23
|
-
"build": "bun build src/index.ts --target node --format esm --outdir dist --external uqr && tsc -p tsconfig.build.json",
|
|
23
|
+
"build": "rm -rf dist && bun build src/index.ts --target node --format esm --outdir dist --external uqr && tsc -p tsconfig.build.json",
|
|
24
24
|
"prepublishOnly": "bun run build",
|
|
25
25
|
"typecheck:tests": "tsc --noEmit -p tsconfig.test.json"
|
|
26
26
|
},
|