@lobehub/market-sdk 0.0.4 → 0.0.5

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.mts CHANGED
@@ -219,4 +219,4 @@ declare class MarketSDK {
219
219
  clearAuthToken(): void;
220
220
  }
221
221
 
222
- export { type ConnectionConfig, type ConnectionType, ConnectionTypeEnum, type DeploymentOption, type DiscoveryDocument, type InstallationMethod, InstallationMethodEnum, MarketSDK, type MarketSDKOptions, type PluginCompatibility, type PluginItem, type PluginListResponse, type PluginManifest, type PluginPrompt, type PluginResource, type PluginTool, type PluginType, PluginTypeEnum, type PromptArgument, type SystemDependency, MarketSDK as default };
222
+ export { type ConnectionConfig, type ConnectionType, ConnectionTypeEnum, type DeploymentOption, type DiscoveryDocument, type InstallationMethod, InstallationMethodEnum, MarketSDK, type MarketSDKOptions, type PluginCompatibility, type PluginItem, type PluginListResponse, type PluginManifest, type PluginPrompt, type PluginResource, type PluginTool, type PluginType, PluginTypeEnum, type PromptArgument, type SystemDependency };
package/dist/index.mjs CHANGED
@@ -123,7 +123,6 @@ export {
123
123
  ConnectionTypeEnum,
124
124
  InstallationMethodEnum,
125
125
  MarketSDK,
126
- PluginTypeEnum,
127
- MarketSDK as default
126
+ PluginTypeEnum
128
127
  };
129
128
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/market-sdk",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "LobeHub Market JavaScript SDK",
5
5
  "keywords": [
6
6
  "lobehub",
@@ -28,7 +28,7 @@
28
28
  "build": "tsup",
29
29
  "dev": "tsup --watch",
30
30
  "prepublishOnly": "npm run build",
31
- "publish": "npm publish"
31
+ "release": "npm publish"
32
32
  },
33
33
  "devDependencies": {
34
34
  "tsup": "^8.4.0",