|
1 | 1 | { |
2 | 2 | "name": "@googlemaps/extended-component-library", |
3 | | - "version": "0.6.13", |
| 3 | + "version": "0.6.12", |
4 | 4 | "description": "Web Components for building rich experiences with the Google Maps JavaScript API.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "homepage": "https://github.com/googlemaps/extended-component-library", |
|
72 | 72 | }, |
73 | 73 | "devDependencies": { |
74 | 74 | "@custom-elements-manifest/analyzer": "^0.8.4", |
75 | | - "@playwright/test": "^1.38.1", |
| 75 | + "@playwright/test": "^1.52.0", |
76 | 76 | "@rollup/plugin-node-resolve": "^15.2.1", |
77 | 77 | "@rollup/plugin-replace": "^5.0.2", |
78 | 78 | "@rollup/plugin-terser": "^0.4.3", |
|
88 | 88 | "rollup-plugin-summary": "^2.0.0", |
89 | 89 | "typescript": "^5.2.2", |
90 | 90 | "web-test-runner-jasmine": "^0.0.5", |
91 | | - "wireit": "^0.14.0" |
| 91 | + "wireit": "^0.14.12" |
92 | 92 | }, |
93 | 93 | "wireit": { |
94 | 94 | "cem": { |
|
100 | 100 | "!**/*_test.ts", |
101 | 101 | "!src/testing/*.ts" |
102 | 102 | ], |
103 | | - "output": [ |
104 | | - "custom-elements.json" |
105 | | - ] |
| 103 | + "output": ["custom-elements.json"] |
106 | 104 | }, |
107 | 105 | "docs": { |
108 | 106 | "command": "node build/make_docs.js", |
109 | | - "dependencies": [ |
110 | | - "cem" |
111 | | - ], |
112 | | - "files": [ |
113 | | - "**/doc_src/*", |
114 | | - "build/make_docs.js", |
115 | | - "custom-elements.json" |
116 | | - ], |
117 | | - "output": [ |
118 | | - "README.md", |
119 | | - "src/**/README.md", |
120 | | - "!src/react/README.md" |
121 | | - ] |
| 107 | + "dependencies": ["cem"], |
| 108 | + "files": ["**/doc_src/*", "build/make_docs.js", "custom-elements.json"], |
| 109 | + "output": ["README.md", "src/**/README.md", "!src/react/README.md"] |
122 | 110 | }, |
123 | 111 | "build": { |
124 | | - "dependencies": [ |
125 | | - "build:ts" |
126 | | - ] |
| 112 | + "dependencies": ["build:ts"] |
127 | 113 | }, |
128 | 114 | "build:react": { |
129 | 115 | "command": "node build/make_react.js", |
130 | | - "dependencies": [ |
131 | | - "cem" |
132 | | - ], |
133 | | - "files": [ |
134 | | - "build/make_react.js", |
135 | | - "custom-elements.json" |
136 | | - ], |
137 | | - "output": [ |
138 | | - "src/react/index.ts" |
139 | | - ] |
| 116 | + "dependencies": ["cem"], |
| 117 | + "files": ["build/make_react.js", "custom-elements.json"], |
| 118 | + "output": ["src/react/index.ts"] |
140 | 119 | }, |
141 | 120 | "build:ts": { |
142 | 121 | "command": "tsc", |
143 | | - "dependencies": [ |
144 | | - "build:react" |
145 | | - ], |
146 | | - "files": [ |
147 | | - "tsconfig.json", |
148 | | - "src/**/*.ts" |
149 | | - ], |
150 | | - "output": [ |
151 | | - ".tsbuildinfo", |
152 | | - "lib/**/*" |
153 | | - ], |
| 122 | + "dependencies": ["build:react"], |
| 123 | + "files": ["tsconfig.json", "src/**/*.ts"], |
| 124 | + "output": [".tsbuildinfo", "lib/**/*"], |
154 | 125 | "clean": "if-file-deleted" |
155 | 126 | }, |
156 | 127 | "build:package": { |
157 | 128 | "command": ". build/finalize_package.sh", |
158 | | - "dependencies": [ |
159 | | - "build:ts" |
160 | | - ], |
161 | | - "files": [ |
162 | | - "build/finalize_package.sh", |
163 | | - "lib/base/constants.js" |
164 | | - ], |
165 | | - "output": [ |
166 | | - "lib/**/*.js", |
167 | | - "lib/**/*.md" |
168 | | - ], |
| 129 | + "dependencies": ["build:ts"], |
| 130 | + "files": ["build/finalize_package.sh", "lib/base/constants.js"], |
| 131 | + "output": ["lib/**/*.js", "lib/**/*.md"], |
169 | 132 | "clean": false |
170 | 133 | }, |
171 | 134 | "build:bundle": { |
172 | 135 | "command": "rollup -c build/rollup.config.js", |
173 | | - "dependencies": [ |
174 | | - "build:package" |
175 | | - ], |
176 | | - "files": [ |
177 | | - "build/rollup.config.js", |
178 | | - "lib/**/*.js" |
179 | | - ], |
180 | | - "output": [ |
181 | | - "dist/index.min.js" |
182 | | - ] |
| 136 | + "dependencies": ["build:package"], |
| 137 | + "files": ["build/rollup.config.js", "lib/**/*.js"], |
| 138 | + "output": ["dist/index.min.js"] |
183 | 139 | }, |
184 | 140 | "example:prepare": { |
185 | 141 | "command": "chmod +x build/start_example.sh" |
|
189 | 145 | "env": { |
190 | 146 | "PORT": "8001" |
191 | 147 | }, |
192 | | - "dependencies": [ |
193 | | - "build:package", |
194 | | - "example:prepare" |
195 | | - ], |
| 148 | + "dependencies": ["build:package", "example:prepare"], |
196 | 149 | "service": { |
197 | 150 | "readyWhen": { |
198 | 151 | "lineMatches": "You can now view \\S+ in the browser" |
|
204 | 157 | "env": { |
205 | 158 | "PORT": "8002" |
206 | 159 | }, |
207 | | - "dependencies": [ |
208 | | - "build:bundle", |
209 | | - "example:prepare" |
210 | | - ], |
| 160 | + "dependencies": ["build:bundle", "example:prepare"], |
211 | 161 | "service": { |
212 | 162 | "readyWhen": { |
213 | 163 | "lineMatches": "Web Dev Server started" |
|
219 | 169 | "env": { |
220 | 170 | "PORT": "8003" |
221 | 171 | }, |
222 | | - "dependencies": [ |
223 | | - "build:package", |
224 | | - "example:prepare" |
225 | | - ], |
| 172 | + "dependencies": ["build:package", "example:prepare"], |
226 | 173 | "service": { |
227 | 174 | "readyWhen": { |
228 | 175 | "lineMatches": "Angular Live Development Server is listening on localhost" |
|
236 | 183 | "example:js_sample_app", |
237 | 184 | "example:angular_sample_app" |
238 | 185 | ], |
239 | | - "files": [ |
240 | | - "e2e/**/*.js" |
241 | | - ], |
| 186 | + "files": ["e2e/**/*.js"], |
242 | 187 | "output": [] |
243 | 188 | }, |
244 | 189 | "test": { |
245 | 190 | "command": "wtr", |
246 | | - "dependencies": [ |
247 | | - "build:ts" |
248 | | - ], |
249 | | - "files": [ |
250 | | - "web-test-runner.config.js" |
251 | | - ], |
| 191 | + "dependencies": ["build:ts"], |
| 192 | + "files": ["web-test-runner.config.js"], |
252 | 193 | "output": [] |
253 | 194 | } |
254 | 195 | } |
|
0 commit comments