@fmsim/board 1.0.79 → 1.0.80
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 +540 -540
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fmsim/board",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.80",
|
|
4
4
|
"description": "보드 구성을 위한 기본 UI (웹)컴포넌트들을 제공합니다.",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"build-storybook": "storybook build"
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@fmsim/api": "^1.0.
|
|
91
|
+
"@fmsim/api": "^1.0.80",
|
|
92
92
|
"@open-wc/scoped-elements": "^3.0.5",
|
|
93
93
|
"@operato/app": "^1.3.7",
|
|
94
94
|
"@operato/data-grist": "^1.3.5",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@custom-elements-manifest/analyzer": "^0.10.4",
|
|
116
116
|
"@hatiolab/prettier-config": "^1.0.0",
|
|
117
|
-
"@hatiolab/things-scene": "^9.0.0
|
|
117
|
+
"@hatiolab/things-scene": "^9.0.0",
|
|
118
118
|
"@material/mwc-fab": "^0.27.0",
|
|
119
119
|
"@material/mwc-icon": "^0.27.0",
|
|
120
120
|
"@open-wc/eslint-config": "^12.0.3",
|
|
@@ -150,5 +150,5 @@
|
|
|
150
150
|
"prettier --write"
|
|
151
151
|
]
|
|
152
152
|
},
|
|
153
|
-
"gitHead": "
|
|
153
|
+
"gitHead": "7a6e545d267c247b4d3535394d8dab0cb210e34c"
|
|
154
154
|
}
|