@collabdt/core 0.0.40 → 0.0.42
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<br />
|
|
3
|
-
<img src="
|
|
3
|
+
<img src="https://github.com/collabdt/docs/raw/main/static/img/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.
|
|
3
|
+
"version": "0.0.42",
|
|
4
4
|
"description": "CDT Core contains all the core technology for your CDT platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"test": "jest",
|
|
39
39
|
"test:unit": "vitest run",
|
|
40
40
|
"test:unit:watch": "vitest",
|
|
41
|
-
"patch": "git add . && git commit -m \"$npm_config_m\" && git push && npm version patch",
|
|
42
|
-
"minor": "git add . && git commit -m \"$npm_config_m\" && git push && npm version minor",
|
|
41
|
+
"patch": "git add . && git commit -m \"$npm_config_m\" && git push && npm version patch && npm publish",
|
|
42
|
+
"minor": "git add . && git commit -m \"$npm_config_m\" && git push && npm version minor && npm publish",
|
|
43
43
|
"major": "git add . && git commit -m \"$npm_config_m\" && git push && npm version major"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
@@ -195,4 +195,4 @@
|
|
|
195
195
|
"vitest": "^4.1.8",
|
|
196
196
|
"web-ifc": "0.0.77"
|
|
197
197
|
}
|
|
198
|
-
}
|
|
198
|
+
}
|