@warp-ds/elements 1.3.0-next.2 → 1.3.1-next.1
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 +14 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-ds/elements",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1-next.1",
|
|
5
5
|
"description": "Custom elements for Warp",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./dist/index.js",
|
|
@@ -26,8 +26,9 @@
|
|
|
26
26
|
"types": "dist/index.d.ts",
|
|
27
27
|
"scripts": {
|
|
28
28
|
"build:docs": "vite build",
|
|
29
|
+
"build:eik": "node build.js eik",
|
|
29
30
|
"build:npm": "node build.js npm",
|
|
30
|
-
"build": "rimraf dist && tsc && vite build --mode lib && pnpm run build:npm",
|
|
31
|
+
"build": "rimraf dist && rimraf eik && tsc && vite build --mode lib && pnpm run build:npm && pnpm build:eik",
|
|
31
32
|
"commit": "cz",
|
|
32
33
|
"dev": "vite",
|
|
33
34
|
"format": "prettier --write . --ignore-path .gitignore",
|
|
@@ -53,6 +54,8 @@
|
|
|
53
54
|
"@babel/core": "7.22.5",
|
|
54
55
|
"@babel/eslint-parser": "7.22.5",
|
|
55
56
|
"@chbphone55/classnames": "2.0.0",
|
|
57
|
+
"@eik/cli": "^2.0.22",
|
|
58
|
+
"@eik/esbuild-plugin": "^1.1.43",
|
|
56
59
|
"@lingui/cli": "^4.5.0",
|
|
57
60
|
"@lingui/conf": "^4.5.0",
|
|
58
61
|
"@open-wc/testing": "3.2.0",
|
|
@@ -68,7 +71,7 @@
|
|
|
68
71
|
"eslint": "8.43.0",
|
|
69
72
|
"express": "4.18.2",
|
|
70
73
|
"fastify": "4.18.0",
|
|
71
|
-
"glob": "
|
|
74
|
+
"glob": "10.3.10",
|
|
72
75
|
"html-format": "1.1.2",
|
|
73
76
|
"lerna": "7.0.2",
|
|
74
77
|
"lit": "2.8.0",
|
|
@@ -99,6 +102,14 @@
|
|
|
99
102
|
"publishConfig": {
|
|
100
103
|
"access": "public"
|
|
101
104
|
},
|
|
105
|
+
"eik": {
|
|
106
|
+
"server": "https://assets.finn.no",
|
|
107
|
+
"type": "package",
|
|
108
|
+
"files": "eik",
|
|
109
|
+
"import-map": [
|
|
110
|
+
"https://assets.finn.no/map/custom-elements/v2"
|
|
111
|
+
]
|
|
112
|
+
},
|
|
102
113
|
"config": {
|
|
103
114
|
"commitizen": {
|
|
104
115
|
"path": "./node_modules/cz-conventional-changelog"
|