@meshmakers/shared-ui-legacy 3.4.1050 → 3.4.1080

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 +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,11 +18,10 @@ npm run build:shared-ui-legacy
18
18
 
19
19
  # Lint
20
20
  npm run lint:shared-ui-legacy
21
-
22
- # Run tests
23
- npm test -- --project=@meshmakers/shared-ui-legacy --watch=false
24
21
  ```
25
22
 
23
+ This project has no unit tests.
24
+
26
25
  ## Architecture
27
26
 
28
27
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshmakers/shared-ui-legacy",
3
- "version": "3.4.1050",
3
+ "version": "3.4.1080",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^22.0.0",
6
6
  "@angular/common": "^22.0.0",