@furo/open-models 0.0.0-alpha.1 → 0.0.0-alpha.2
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 +15825 -0
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -5,13 +5,14 @@
|
|
|
5
5
|
"homepage": "https://github.com/eclipse/eclipsefuro-web/tree/main/packages",
|
|
6
6
|
"repository": "git@github.com:eclipse/eclipsefuro-web.git",
|
|
7
7
|
"author": "eclipse furo",
|
|
8
|
-
"version": "0.0.0-alpha.
|
|
8
|
+
"version": "0.0.0-alpha.2",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"main": "dist/index.js",
|
|
11
11
|
"module": "dist/index.js",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"start": "npm run build && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"tsc -p ./tsconfig.test.components.json --watch --preserveWatchOutput\" \"web-dev-server\"",
|
|
14
|
-
"
|
|
14
|
+
"analyze": "cem analyze --litelement --globs ./src/* --outdir ./",
|
|
15
|
+
"build": "npm run build:src && npm run build:transport && npm run build:model && npm run analyze",
|
|
15
16
|
"build:src": "tsc && tsc-alias -p ./tsconfig.json",
|
|
16
17
|
"build:pages:components": "tsc -p ./tsconfig.test.components.json && tsc-alias -p ./tsconfig.test.components.json",
|
|
17
18
|
"build:model": "tsc -p ./tsconfig.models.json && tsc-alias -p ./tsconfig.models.json",
|