bimplus-websdk 1.0.9 → 1.0.11
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/README.md +3 -0
- package/dist/bimplus-websdk.js +1 -1
- package/package.json +12 -11
- package/types/bimplus-websdk.d.ts +268 -0
package/README.md
CHANGED
|
@@ -113,3 +113,6 @@ Content of the confluence file can be inserted into Confluence page :
|
|
|
113
113
|
- in popup window choose to Insert Markdown format
|
|
114
114
|
- copy content of the converted confluence markdown file into the field in Confluence
|
|
115
115
|
- save it (Please note that page links doesn't work in page preview mode)
|
|
116
|
+
|
|
117
|
+
### Typescript definitions
|
|
118
|
+
- typescript definition file is located in subfolder 'types'
|