Skip to content

Commit eaaaf7f

Browse files
Merge pull request #27 from oracle/smd_v261_fixes4
Smd v261 fixes4
2 parents ace962a + f7bfb3d commit eaaaf7f

File tree

5 files changed

+4107
-1054
lines changed

5 files changed

+4107
-1054
lines changed

RELEASE_NOTES.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
### New Features
1717

18-
- **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.
1918
- **Improved custom component scaffolding**: Custom components created with the CLI now use the `async` syntax rather than the deprecated `done` callback.
2019

2120
### Fixed Issues

bin/templates/components/custom/template.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
'use strict';
22

3-
const {CustomComponentContext} = require('@oracle/bots-node-sdk/lib'); // eslint-disable-line no-unused-vars
4-
53
// 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.
64
// Documentation can be found at https://www.npmjs.com/package/node-fetch
75
// Un-comment the next line if you want to make REST calls using node-fetch.

bin/templates/components/entityeventhandler/template.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
'use strict';
22

3-
const {EntityPublishMessageEvent, EntityBaseEvent, EntityResolutionContext} = require('@oracle/bots-node-sdk/lib'); // eslint-disable-line no-unused-vars
4-
53
// 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.
64
// Documentation can be found at https://www.npmjs.com/package/node-fetch
75
// Un-comment the next line if you want to make REST calls using node-fetch.

0 commit comments

Comments
 (0)