Skip to content

Commit

Permalink
Merge pull request #27 from oracle/smd_v261_fixes4
Browse files Browse the repository at this point in the history
Smd v261 fixes4
  • Loading branch information
stevendavelaar committed Mar 24, 2022
2 parents ace962a + f7bfb3d commit eaaaf7f
Show file tree
Hide file tree
Showing 5 changed files with 4,107 additions and 1,054 deletions.
1 change: 0 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

### New Features

- **Support for code completion in Visual Studio Code**: When using a JavaScript-based component package, you now get code insight and code completion on newly created component services when using Visual Studio Code as your editor.
- **Improved custom component scaffolding**: Custom components created with the CLI now use the `async` syntax rather than the deprecated `done` callback.

### Fixed Issues
Expand Down
2 changes: 0 additions & 2 deletions bin/templates/components/custom/template.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

const {CustomComponentContext} = require('@oracle/bots-node-sdk/lib'); // eslint-disable-line no-unused-vars

// You can use your favorite http client package to make REST calls, however, the node fetch API is pre-installed with the bots-node-sdk.
// Documentation can be found at https://www.npmjs.com/package/node-fetch
// Un-comment the next line if you want to make REST calls using node-fetch.
Expand Down
2 changes: 0 additions & 2 deletions bin/templates/components/entityeventhandler/template.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

const {EntityPublishMessageEvent, EntityBaseEvent, EntityResolutionContext} = require('@oracle/bots-node-sdk/lib'); // eslint-disable-line no-unused-vars

// You can use your favorite http client package to make REST calls, however, the node fetch API is pre-installed with the bots-node-sdk.
// Documentation can be found at https://www.npmjs.com/package/node-fetch
// Un-comment the next line if you want to make REST calls using node-fetch.
Expand Down
Loading

0 comments on commit eaaaf7f

Please sign in to comment.