@vived/component-pneumatic-panel 2.0.0 → 3.0.0

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/package.json CHANGED
@@ -1,11 +1,17 @@
1
1
  {
2
2
  "name": "@vived/component-pneumatic-panel",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
4
4
  "description": "Pneumatic Panel — VIVED Smart Component",
5
5
  "private": false,
6
+ "license": "UNLICENSED",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
6
10
  "type": "module",
7
11
  "files": [
8
- "dist"
12
+ "dist",
13
+ "COMPONENT_KNOWLEDGE.md",
14
+ "CHANGELOG.md"
9
15
  ],
10
16
  "main": "./dist/index.js",
11
17
  "types": "./dist/index.d.ts",
@@ -28,6 +34,7 @@
28
34
  },
29
35
  "peerDependencies": {
30
36
  "@babylonjs/core": "^9.0.0",
37
+ "@vived/app": "^6.2.0",
31
38
  "@vived/core": "^2.0.0"
32
39
  },
33
40
  "devDependencies": {
package/dist/.gitkeep DELETED
File without changes
Binary file
package/dist/studio.env DELETED
Binary file