@fmsim/board 1.0.31 → 1.0.32
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/custom-elements.json +901 -901
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fmsim/board",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.32",
|
|
4
4
|
"description": "보드 구성을 위한 기본 UI (웹)컴포넌트들을 제공합니다.",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@custom-elements-manifest/analyzer": "^0.10.4",
|
|
112
112
|
"@hatiolab/prettier-config": "^1.0.0",
|
|
113
|
-
"@hatiolab/things-scene": "^9.0.0-beta.
|
|
113
|
+
"@hatiolab/things-scene": "^9.0.0-beta.24",
|
|
114
114
|
"@material/mwc-fab": "^0.27.0",
|
|
115
115
|
"@material/mwc-icon": "^0.27.0",
|
|
116
116
|
"@open-wc/eslint-config": "^12.0.3",
|
|
@@ -146,5 +146,5 @@
|
|
|
146
146
|
"prettier --write"
|
|
147
147
|
]
|
|
148
148
|
},
|
|
149
|
-
"gitHead": "
|
|
149
|
+
"gitHead": "a28f051c0f8e88ba47edcb70ea39f7d97869da9f"
|
|
150
150
|
}
|