Skip to content

Commit

Permalink
[CMP-1740] Updated index.js and package with 0.6.9-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nisarga-cb committed Apr 16, 2024
1 parent d09b538 commit 736414d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbolt/js-sdk",
"version": "0.6.9-beta.1",
"version": "0.6.9-beta.2",
"description": "CloudBolt Javascript package for interacting with the CloudBolt API",
"scripts": {
"husky:install": "husky install",
Expand Down
2 changes: 2 additions & 0 deletions src/api/services/v3/cmp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import ServerActionsService from './ServerActionsService'
import ServerService from './ServerService'
import ServerSummaryService from './ServerSummaryService'
import SettingsService from './SettingsService'
import StructuredResourcesService from './StructuredResourcesService'
import SystemService from './SystemService'
import UiExtensionComponentsService from './UiExtensionComponentsService'
import UserService from './UserService'
Expand Down Expand Up @@ -88,6 +89,7 @@ export default {
serverSummary: ServerSummaryService,
servers: ServerService,
settings: SettingsService,
structuredResources: StructuredResourcesService,
uiExtensionComponents: UiExtensionComponentsService,
users: UserService
}
1 change: 1 addition & 0 deletions src/api/services/v3/cmp/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const services = [
'serverSummary',
'servers',
'settings',
'structuredResources',
'uiExtensionComponents',
'users'
]
Expand Down

0 comments on commit 736414d

Please sign in to comment.