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