@collabdt/core 0.0.40 → 0.0.41

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
  <br />
3
- <img src="src/resources/cdt-logo-stroke.svg" alt="Collab Digital Twins Logo" height="72" />
3
+ <img src="cdt-logo.svg" alt="Collab Digital Twins Logo" height="72" />
4
4
  <br /><br />
5
5
 
6
6
  <h1>COLLAB DIGITAL TWINS</h1>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@collabdt/core",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "description": "CDT Core contains all the core technology for your CDT platform",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -195,4 +195,4 @@
195
195
  "vitest": "^4.1.8",
196
196
  "web-ifc": "0.0.77"
197
197
  }
198
- }
198
+ }