mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
chore: Update the types for the sdk
This commit is contained in:
@@ -2,15 +2,15 @@
|
|||||||
"name": "@start9labs/start-sdk",
|
"name": "@start9labs/start-sdk",
|
||||||
"version": "0.4.0-rev0.lib0.rc8.beta10",
|
"version": "0.4.0-rev0.lib0.rc8.beta10",
|
||||||
"description": "Software development kit to facilitate packaging services for StartOS",
|
"description": "Software development kit to facilitate packaging services for StartOS",
|
||||||
"main": "./cjs/lib/index.js",
|
"main": "./cjs/sdk/lib/index.js",
|
||||||
"types": "./cjs/lib/index.d.ts",
|
"types": "./cjs/sdk/lib/index.d.ts",
|
||||||
"module": "./mjs/lib/index.js",
|
"module": "./mjs/sdk/lib/index.js",
|
||||||
"sideEffects": true,
|
"sideEffects": true,
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": "./mjs/lib/index.js",
|
"import": "./mjs/sdk/lib/index.js",
|
||||||
"require": "./cjs/lib/index.js",
|
"require": "./cjs/sdk/lib/index.js",
|
||||||
"types": "./cjs/lib/index.d.ts"
|
"types": "./cjs/sdk/lib/index.d.ts"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"typesVersion": {
|
"typesVersion": {
|
||||||
@@ -56,4 +56,4 @@
|
|||||||
"tsx": "^4.7.1",
|
"tsx": "^4.7.1",
|
||||||
"typescript": "^5.0.4"
|
"typescript": "^5.0.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user