@digital-realty/app-shell 13.0.4 → 13.0.5-IXUAT-10996.538379
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 +43 -40
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digital-realty/app-shell",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.5-IXUAT-10996.538379",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"contributors": [
|
|
6
6
|
"DLR"
|
|
@@ -18,42 +18,6 @@
|
|
|
18
18
|
"files": [
|
|
19
19
|
"dist"
|
|
20
20
|
],
|
|
21
|
-
"workspaces": [
|
|
22
|
-
"../lib-components/packages/*"
|
|
23
|
-
],
|
|
24
|
-
"scripts": {
|
|
25
|
-
"build:local": "npm run build --env=local",
|
|
26
|
-
"build:workspace": "npm run build",
|
|
27
|
-
"prepack": "npm run build",
|
|
28
|
-
"generate-import-map-localhost": "ix-import-map write-import-map --cdn=http://localhost:8081 && node build_scripts/inject-mfe-importmap.cjs",
|
|
29
|
-
"generate-import-map": "ix-import-map write-import-map --latest-packages=true && node build_scripts/inject-mfe-importmap.cjs",
|
|
30
|
-
"inject-mfe-importmap": "node build_scripts/inject-mfe-importmap.cjs",
|
|
31
|
-
"build": "run-s build:step:*",
|
|
32
|
-
"build:step:generate": "npm run generate-api:notifications && npm run compile-less-to-styles && npm run tailwindcss:build && npm run twlit:build",
|
|
33
|
-
"build:step:package": "rimraf dist && tsc && rollup -c rollup.config.mjs",
|
|
34
|
-
"serve:dist": "web-dev-server --config web-dist-server.config.mjs",
|
|
35
|
-
"ts:watch": "concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"npm run tailwindcss:watch\" \"npm run twlit:watch\"",
|
|
36
|
-
"start": "npm run start:pre-serve && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\" \"npm run tailwindcss:watch\" \"npm run twlit:watch\"",
|
|
37
|
-
"start:pre-serve": "rimraf lib && rollup -c preserve.rollup.config.mjs && tsc",
|
|
38
|
-
"start:serve": "web-dev-server",
|
|
39
|
-
"compile-less-to-styles": "rimraf --glob \"src/styles/*.js\" && node build_scripts/compile-less-to-styles.cjs",
|
|
40
|
-
"serve": "npm run build && prpl-server --root dist",
|
|
41
|
-
"test": "npm run test:prebuild && web-test-runner --coverage",
|
|
42
|
-
"test:prebuild": "rimraf lib && tsc && rollup -c preserve.rollup.config.mjs && npm run compile-less-to-styles && npm run tailwindcss:build && npm run twlit:build",
|
|
43
|
-
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
|
|
44
|
-
"lint": "npm run lint:eslint && npm run lint:prettier",
|
|
45
|
-
"lint:eslint": "eslint --ext .js,.html .",
|
|
46
|
-
"lint:prettier": "prettier \"**/*.js\" --list-different || (echo '↑↑ these files are not prettier formatted ↑↑' && exit 1)",
|
|
47
|
-
"format": "npm run format:eslint && npm run format:prettier",
|
|
48
|
-
"format:eslint": "eslint --ext .js,.html . --fix",
|
|
49
|
-
"format:prettier": "prettier \"**/*.js\" --write",
|
|
50
|
-
"pipelines-npm-audit": "node build_scripts/pipelines-npm-audit.cjs",
|
|
51
|
-
"tailwindcss:build": "tailwind -i ./src/tailwindlib.css -o ./src/styles/tw.css",
|
|
52
|
-
"tailwindcss:watch": "tailwind -i ./src/tailwindlib.css -o ./src/styles/tw.css --watch",
|
|
53
|
-
"twlit:build": "ix-twlit --input ./src/styles/tw.css --output ./src/styles/tw.js",
|
|
54
|
-
"twlit:watch": "ix-twlit --input ./src/styles/tw.css --output ./src/styles/tw.js --watch",
|
|
55
|
-
"generate-api:notifications": "openapi-generator-cli generate -i src/components/notifications/api/notifications-api.yaml -g typescript-fetch -o src/components/notifications/api/notifications-api --additional-properties=typescriptThreePlus=true,importFileExtension=.js"
|
|
56
|
-
},
|
|
57
21
|
"resolutions": {
|
|
58
22
|
"ini": "1.3.6",
|
|
59
23
|
"minimist": "1.2.5"
|
|
@@ -62,11 +26,15 @@
|
|
|
62
26
|
"@adobe/lit-mobx": "^2.2.2",
|
|
63
27
|
"@digital-realty/ix-account-switcher": "^1.1.6",
|
|
64
28
|
"@digital-realty/ix-app-logic": "^2.0.1",
|
|
29
|
+
"@digital-realty/ix-button": "^3.5.3",
|
|
30
|
+
"@digital-realty/ix-date": "^1.3.1",
|
|
65
31
|
"@digital-realty/ix-divider": "^1.2.3",
|
|
32
|
+
"@digital-realty/ix-drawer": "^1.3.3",
|
|
66
33
|
"@digital-realty/ix-icon": "^1.1.3",
|
|
67
34
|
"@digital-realty/ix-icon-button": "1.2.2",
|
|
68
35
|
"@digital-realty/ix-intraportal-nav": "^1.0.1",
|
|
69
36
|
"@digital-realty/ix-menu": "1.0.4",
|
|
37
|
+
"@digital-realty/ix-switch": "^2.4.1",
|
|
70
38
|
"@digital-realty/ix-toast": "1.0.27",
|
|
71
39
|
"@digital-realty/ix-tooltip": "^1.1.3",
|
|
72
40
|
"@digital-realty/theme": "^3.0.1",
|
|
@@ -105,7 +73,6 @@
|
|
|
105
73
|
"redux-persist": "^6.0.0",
|
|
106
74
|
"toastify-js": "^1.12.0",
|
|
107
75
|
"tslib": "^2.8.1",
|
|
108
|
-
"uuid": "^10.0.0",
|
|
109
76
|
"validator": "^13.12.0",
|
|
110
77
|
"workbox-window": "^7.3.0"
|
|
111
78
|
},
|
|
@@ -113,6 +80,7 @@
|
|
|
113
80
|
"@babel/eslint-parser": "^7.25.8",
|
|
114
81
|
"@custom-elements-manifest/analyzer": "^0.10.3",
|
|
115
82
|
"@digital-realty/ix-twlit": "1.0.1",
|
|
83
|
+
"@esm-bundle/chai": "^4.3.4-fix.0",
|
|
116
84
|
"@open-wc/eslint-config": "^12.0.3",
|
|
117
85
|
"@open-wc/testing": "^4.0.0",
|
|
118
86
|
"@openapitools/openapi-generator-cli": "^2.13.4",
|
|
@@ -134,6 +102,7 @@
|
|
|
134
102
|
"@web/storybook-builder": "^0.1.16",
|
|
135
103
|
"@web/storybook-framework-web-components": "^0.1.2",
|
|
136
104
|
"@web/test-runner": "^0.18.2",
|
|
105
|
+
"@web/test-runner-commands": "^0.9.0",
|
|
137
106
|
"@web/test-runner-junit-reporter": "^0.8.0",
|
|
138
107
|
"@web/test-runner-playwright": "^0.11.1",
|
|
139
108
|
"babel-plugin-template-html-minifier": "^4.1.0",
|
|
@@ -147,6 +116,7 @@
|
|
|
147
116
|
"lint-staged": "^15.2.7",
|
|
148
117
|
"minimist": "^1.2.8",
|
|
149
118
|
"npm-run-all": "^4.1.5",
|
|
119
|
+
"playwright": "^1.60.0",
|
|
150
120
|
"prettier": "^3.3.2",
|
|
151
121
|
"rimraf": "^5.0.9",
|
|
152
122
|
"rollup": "^4.18.1",
|
|
@@ -155,10 +125,43 @@
|
|
|
155
125
|
"rollup-plugin-modify": "^3.0.0",
|
|
156
126
|
"rollup-plugin-workbox": "^8.1.0",
|
|
157
127
|
"sinon": "^15.0.1",
|
|
158
|
-
"tailwindcss": "^3.3.5"
|
|
128
|
+
"tailwindcss": "^3.3.5",
|
|
129
|
+
"typescript": "^5.5.4"
|
|
159
130
|
},
|
|
160
131
|
"optionalDependencies": {
|
|
161
132
|
"@rollup/rollup-darwin-x64": "^4.24.0",
|
|
162
133
|
"@rollup/rollup-win32-x64-msvc": "^4.24.0"
|
|
134
|
+
},
|
|
135
|
+
"scripts": {
|
|
136
|
+
"build:local": "pnpm run build --env=local",
|
|
137
|
+
"build:workspace": "pnpm run build",
|
|
138
|
+
"generate-import-map-localhost": "ix-import-map write-import-map --cdn=http://localhost:8081 && node build_scripts/inject-mfe-importmap.cjs",
|
|
139
|
+
"generate-import-map": "ix-import-map write-import-map --latest-packages=true && node build_scripts/inject-mfe-importmap.cjs",
|
|
140
|
+
"inject-mfe-importmap": "node build_scripts/inject-mfe-importmap.cjs",
|
|
141
|
+
"build": "run-s build:step:*",
|
|
142
|
+
"build:step:generate": "pnpm run generate-api:notifications && pnpm run compile-less-to-styles && pnpm run tailwindcss:build && pnpm run twlit:build",
|
|
143
|
+
"build:step:package": "rimraf dist && tsc && rollup -c rollup.config.mjs",
|
|
144
|
+
"serve:dist": "web-dev-server --config web-dist-server.config.mjs",
|
|
145
|
+
"ts:watch": "concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"pnpm run tailwindcss:watch\" \"pnpm run twlit:watch\"",
|
|
146
|
+
"start": "pnpm run start:pre-serve && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\" \"pnpm run tailwindcss:watch\" \"pnpm run twlit:watch\"",
|
|
147
|
+
"start:pre-serve": "rimraf lib && rollup -c preserve.rollup.config.mjs && tsc",
|
|
148
|
+
"start:serve": "web-dev-server",
|
|
149
|
+
"compile-less-to-styles": "rimraf --glob \"src/styles/*.js\" && node build_scripts/compile-less-to-styles.cjs",
|
|
150
|
+
"serve": "pnpm run build && prpl-server --root dist",
|
|
151
|
+
"test": "pnpm run test:prebuild && web-test-runner --coverage",
|
|
152
|
+
"test:prebuild": "rimraf lib && tsc && rollup -c preserve.rollup.config.mjs && pnpm run compile-less-to-styles && pnpm run tailwindcss:build && pnpm run twlit:build",
|
|
153
|
+
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
|
|
154
|
+
"lint": "pnpm run lint:eslint && pnpm run lint:prettier",
|
|
155
|
+
"lint:eslint": "eslint --ext .js,.html .",
|
|
156
|
+
"lint:prettier": "prettier \"**/*.js\" --list-different || (echo '↑↑ these files are not prettier formatted ↑↑' && exit 1)",
|
|
157
|
+
"format": "pnpm run format:eslint && pnpm run format:prettier",
|
|
158
|
+
"format:eslint": "eslint --ext .js,.html . --fix",
|
|
159
|
+
"format:prettier": "prettier \"**/*.js\" --write",
|
|
160
|
+
"pipelines-npm-audit": "node build_scripts/pipelines-npm-audit.cjs",
|
|
161
|
+
"tailwindcss:build": "tailwind -i ./src/tailwindlib.css -o ./src/styles/tw.css",
|
|
162
|
+
"tailwindcss:watch": "tailwind -i ./src/tailwindlib.css -o ./src/styles/tw.css --watch",
|
|
163
|
+
"twlit:build": "ix-twlit --input ./src/styles/tw.css --output ./src/styles/tw.js",
|
|
164
|
+
"twlit:watch": "ix-twlit --input ./src/styles/tw.css --output ./src/styles/tw.js --watch",
|
|
165
|
+
"generate-api:notifications": "openapi-generator-cli generate -i src/components/notifications/api/notifications-api.yaml -g typescript-fetch -o src/components/notifications/api/notifications-api --additional-properties=typescriptThreePlus=true,importFileExtension=.js"
|
|
163
166
|
}
|
|
164
|
-
}
|
|
167
|
+
}
|