@modern-js/devtools-client 2.58.0 → 2.58.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.
Files changed (51) hide show
  1. package/dist/modern.config.json +1 -279
  2. package/dist/public/sw-proxy.js +1 -1
  3. package/dist/routes-manifest.json +86 -86
  4. package/dist/static/html/client/index.html +3 -3
  5. package/dist/static/html/mount/index.html +3 -3
  6. package/dist/static/js/{130.a055ee6f.js → 130.4d7909c0.js} +1 -1
  7. package/dist/static/js/456.1b493c94.js +18 -0
  8. package/dist/static/js/{37.3b6855a6.js → 528.0757a5be.js} +3 -3
  9. package/dist/static/js/async/client_config/(toolkit).(type)/{page.f4f25669.js → page.e44d0d9c.js} +1 -1
  10. package/dist/static/js/async/client_context/builder/{page.fa63dd48.js → page.f7717f3f.js} +1 -1
  11. package/dist/static/js/async/client_context/framework/{page.1e92d092.js → page.5ccc0a92.js} +1 -1
  12. package/dist/static/js/async/client_doctor/{page.1bce9053.js → page.298f37a3.js} +1 -1
  13. package/dist/static/js/async/client_headers/editor/page.1683de25.js +1 -0
  14. package/dist/static/js/async/client_headers/welcome/page.3c8b3f1b.js +1 -0
  15. package/dist/static/js/async/client_overview/page.5e39c429.js +1 -0
  16. package/dist/static/js/async/client_pages/{page.a4020deb.js → page.47f412c0.js} +1 -1
  17. package/dist/static/js/async/client_react/offscreen/page.eea7ad51.js +1 -0
  18. package/dist/static/js/async/client_storage/preset/(id)/{page.d9ba689e.js → page.809f2586.js} +1 -1
  19. package/dist/static/js/async/client_storage/preset/layout.c9ad0e98.js +1 -0
  20. package/dist/static/js/async/client_storage/preset/page.ff5bddca.js +1 -0
  21. package/dist/static/js/{builder-runtime.694bc54b.js → builder-runtime.c254aec0.js} +1 -1
  22. package/dist/static/js/client.bd139d6f.js +1 -0
  23. package/dist/static/js/components.4fa01740.js +1 -0
  24. package/dist/static/js/lib-polyfill.04944fd7.js +1 -0
  25. package/dist/static/js/mount.691cfe25.js +1 -0
  26. package/package.json +12 -14
  27. package/dist/static/js/396.3a03c91e.js +0 -18
  28. package/dist/static/js/async/client_headers/editor/page.4194fbba.js +0 -1
  29. package/dist/static/js/async/client_headers/welcome/page.7fec5e79.js +0 -1
  30. package/dist/static/js/async/client_overview/page.8f02d776.js +0 -1
  31. package/dist/static/js/async/client_react/offscreen/page.2511e7a7.js +0 -1
  32. package/dist/static/js/async/client_storage/preset/layout.f6253a54.js +0 -1
  33. package/dist/static/js/async/client_storage/preset/page.4f048c94.js +0 -1
  34. package/dist/static/js/client.28c8f27c.js +0 -1
  35. package/dist/static/js/components.75879e60.js +0 -1
  36. package/dist/static/js/lib-polyfill.3df5a348.js +0 -1
  37. package/dist/static/js/mount.02a9d3ac.js +0 -1
  38. /package/dist/static/css/{396.861d0891.css → 456.dd13d5e1.css} +0 -0
  39. /package/dist/static/css/{37.e744b37c.css → 528.09221f91.css} +0 -0
  40. /package/dist/static/css/async/client_doctor/{page.f1527f16.css → page.7495ae2e.css} +0 -0
  41. /package/dist/static/css/async/client_headers/editor/{page.47215f0e.css → page.eefd3ad3.css} +0 -0
  42. /package/dist/static/css/async/client_overview/{page.a2667b2a.css → page.1124d48a.css} +0 -0
  43. /package/dist/static/css/async/client_pages/{page.1e9bbc9d.css → page.b278053d.css} +0 -0
  44. /package/dist/static/css/async/client_storage/preset/(id)/{page.79a266f3.css → page.24f1112c.css} +0 -0
  45. /package/dist/static/css/async/client_storage/preset/{layout.d4eb2799.css → layout.2aa19b14.css} +0 -0
  46. /package/dist/static/css/async/client_storage/preset/{page.d4eb2799.css → page.2aa19b14.css} +0 -0
  47. /package/dist/static/css/{client.d5e84e85.css → client.ac9f19d9.css} +0 -0
  48. /package/dist/static/css/{components.41191267.css → components.625b4936.css} +0 -0
  49. /package/dist/static/css/{mount.8fe89093.css → mount.cff5017b.css} +0 -0
  50. /package/dist/static/js/{396.3a03c91e.js.LICENSE.txt → 456.1b493c94.js.LICENSE.txt} +0 -0
  51. /package/dist/static/js/{37.3b6855a6.js.LICENSE.txt → 528.0757a5be.js.LICENSE.txt} +0 -0
@@ -1,279 +1 @@
1
- {
2
- "autoLoadPlugins": false,
3
- "source": {
4
- "entries": {
5
- "mount": {
6
- "entry": "./src/entries/mount/index.tsx",
7
- "disableMount": true
8
- }
9
- },
10
- "mainEntryName": "client",
11
- "enableAsyncEntry": false,
12
- "enableCustomEntry": false,
13
- "disableDefaultEntries": false,
14
- "entriesDir": "./src/entries",
15
- "configDir": "./config",
16
- "globalVars": {
17
- "process.env.MODERN_JS_VERSION": "2.58.0",
18
- "process.env.IS_REACT18": "true",
19
- "process.env.VERSION": "2.58.0",
20
- "process.env.PKG_VERSION": "2.58.0",
21
- "process.env.DEVTOOLS_MARK": "nRnbuF2BlrrWZq4Nio6go"
22
- },
23
- "alias": {
24
- "@_modern_js_internal": "/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/.modern-js",
25
- "@_modern_js_src": "/home/runner/work/modern.js/modern.js/packages/devtools/client/src",
26
- "@": "/home/runner/work/modern.js/modern.js/packages/devtools/client/src",
27
- "@shared": "/home/runner/work/modern.js/modern.js/packages/devtools/client/shared",
28
- "styled-components": "/home/runner/work/modern.js/modern.js/node_modules/.pnpm/styled-components@5.3.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js",
29
- "@modern-js/runtime/plugins": "/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/.modern-js/.runtime-exports/plugins.js",
30
- "@meta/runtime/browser": "@modern-js/runtime/browser",
31
- "@meta/runtime/react": "@modern-js/runtime/react",
32
- "@meta/runtime/context": "@modern-js/runtime/context",
33
- "@meta/runtime": "@modern-js/runtime",
34
- "@modern-js/runtime-utils/node$": "/home/runner/work/modern.js/modern.js/packages/toolkit/runtime-utils/dist/cjs/node/index.js",
35
- "react": "/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/react-exp",
36
- "react-dom": "/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/react-dom-exp"
37
- },
38
- "include": [
39
- {},
40
- {},
41
- {},
42
- "/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/.modern-js"
43
- ],
44
- "preEntry": [
45
- "/home/runner/work/modern.js/modern.js/node_modules/.pnpm/modern-normalize@1.1.0/node_modules/modern-normalize/modern-normalize.css",
46
- "/home/runner/work/modern.js/modern.js/node_modules/.pnpm/@radix-ui+themes@3.0.5_@types+react-dom@18.0.6_@types+react@18.0.21_react-dom@18.2.0_react@18.2.0/node_modules/@radix-ui/themes/styles.css"
47
- ],
48
- "define": {
49
- "__REACT_DEVTOOLS_GLOBAL_HOOK__": {
50
- "isDisabled": true
51
- }
52
- }
53
- },
54
- "output": {
55
- "distPath": {
56
- "root": "dist",
57
- "html": "static/html",
58
- "js": "static/js",
59
- "css": "static/css",
60
- "server": "bundles",
61
- "worker": "worker"
62
- },
63
- "cleanDistPath": true,
64
- "disableNodePolyfill": true,
65
- "enableInlineRouteManifests": true,
66
- "disableInlineRouteManifests": false,
67
- "assetPrefix": "/",
68
- "disableInlineRuntimeChunk": true,
69
- "disableSourceMap": true
70
- },
71
- "server": {
72
- "baseUrl": "/",
73
- "port": 8080
74
- },
75
- "dev": {
76
- "port": 8780,
77
- "assetPrefix": "http://localhost:8780"
78
- },
79
- "html": {
80
- "title": "",
81
- "mountId": "root",
82
- "meta": {
83
- "charset": {
84
- "charset": "utf-8"
85
- },
86
- "viewport": "width=device-width, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no",
87
- "http-equiv": {
88
- "http-equiv": "x-ua-compatible",
89
- "content": "ie=edge"
90
- },
91
- "renderer": "webkit",
92
- "layoutmode": "standard",
93
- "imagemode": "force",
94
- "wap-font-scale": "no",
95
- "format-detection": "telephone=no"
96
- }
97
- },
98
- "tools": {
99
- "tsChecker": {
100
- "issue": {
101
- "exclude": [
102
- {
103
- "file": "**/api/lambda/**/*"
104
- }
105
- ]
106
- }
107
- },
108
- "styledComponents": {
109
- "topLevelImportPaths": [
110
- "@modern-js/runtime/styled"
111
- ]
112
- }
113
- },
114
- "plugins": [
115
- {
116
- "name": "@modern-js/app-tools",
117
- "post": [
118
- "@modern-js/plugin-initialize",
119
- "@modern-js/plugin-analyze",
120
- "@modern-js/plugin-ssr",
121
- "@modern-js/plugin-document",
122
- "@modern-js/plugin-state",
123
- "@modern-js/plugin-router",
124
- "@modern-js/plugin-router-v5",
125
- "@modern-js/plugin-polyfill"
126
- ],
127
- "registerHook": {
128
- "_internalRuntimePlugins": {},
129
- "modifyFileSystemRoutes": {},
130
- "modifyServerRoutes": {},
131
- "modifyEntrypoints": {},
132
- "checkEntryPoint": {},
133
- "generateEntryCode": {},
134
- "htmlPartials": {},
135
- "beforeGenerateRoutes": {},
136
- "addDefineTypes": {},
137
- "collectServerPlugins": {},
138
- "_internalServerPlugins": {},
139
- "beforeDev": {},
140
- "afterDev": {},
141
- "beforeCreateCompiler": {},
142
- "afterCreateCompiler": {},
143
- "beforePrintInstructions": {},
144
- "beforeBuild": {},
145
- "afterBuild": {},
146
- "beforeDeploy": {},
147
- "deploy": {},
148
- "afterDeploy": {},
149
- "beforeRestart": {},
150
- "registerDev": {},
151
- "beforeDevTask": {},
152
- "registerBuildPlatform": {},
153
- "beforeBuildPlatform": {}
154
- },
155
- "usePlugins": [
156
- {
157
- "name": "@modern-js/plugin-initialize",
158
- "post": [
159
- "@modern-js/plugin-ssr",
160
- "@modern-js/plugin-document",
161
- "@modern-js/plugin-state",
162
- "@modern-js/plugin-router",
163
- "@modern-js/plugin-router-v5",
164
- "@modern-js/plugin-polyfill"
165
- ]
166
- },
167
- {
168
- "name": "@modern-js/plugin-analyze",
169
- "post": [
170
- "@modern-js/runtime"
171
- ]
172
- },
173
- {
174
- "name": "@modern-js/server-build"
175
- },
176
- {
177
- "name": "@modern-js/plugin-lint"
178
- },
179
- {
180
- "name": "@modern-js/plugin-deploy"
181
- }
182
- ]
183
- }
184
- ],
185
- "builderPlugins": [
186
- {
187
- "name": "@modern-js/builder-plugin-ssr"
188
- }
189
- ],
190
- "runtime": {
191
- "router": {
192
- "supportHtml5History": false
193
- }
194
- },
195
- "runtimeByEntries": {},
196
- "performance": {
197
- "chunkSplit": {
198
- "strategy": "split-by-experience",
199
- "override": {
200
- "cacheGroups": {
201
- "components": {
202
- "test": {},
203
- "chunks": "all",
204
- "name": "components",
205
- "enforce": true,
206
- "priority": 9999
207
- }
208
- }
209
- }
210
- }
211
- },
212
- "_raw": {
213
- "runtime": {
214
- "router": {
215
- "supportHtml5History": false
216
- }
217
- },
218
- "dev": {
219
- "port": 8780,
220
- "assetPrefix": "http://localhost:8780"
221
- },
222
- "source": {
223
- "mainEntryName": "client",
224
- "entriesDir": "./src/entries",
225
- "entries": {
226
- "mount": {
227
- "entry": "./src/entries/mount/index.tsx",
228
- "disableMount": true
229
- }
230
- },
231
- "preEntry": "[Circular preEntry]",
232
- "define": {
233
- "__REACT_DEVTOOLS_GLOBAL_HOOK__": {
234
- "isDisabled": true
235
- }
236
- },
237
- "globalVars": {
238
- "process.env.VERSION": "2.58.0",
239
- "process.env.PKG_VERSION": "2.58.0",
240
- "process.env.DEVTOOLS_MARK": "nRnbuF2BlrrWZq4Nio6go"
241
- },
242
- "alias": {
243
- "react": "/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/react-exp",
244
- "react-dom": "/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/react-dom-exp"
245
- }
246
- },
247
- "output": {
248
- "distPath": {
249
- "html": "static/html"
250
- },
251
- "assetPrefix": "/",
252
- "disableInlineRuntimeChunk": true,
253
- "disableSourceMap": true
254
- },
255
- "performance": {
256
- "chunkSplit": {
257
- "strategy": "split-by-experience",
258
- "override": {
259
- "cacheGroups": {
260
- "components": {
261
- "test": "[Circular test]",
262
- "chunks": "all",
263
- "name": "components",
264
- "enforce": true,
265
- "priority": 9999
266
- }
267
- }
268
- }
269
- }
270
- },
271
- "tools": {},
272
- "plugins": [
273
- "[Circular 0]"
274
- ]
275
- },
276
- "bff": {},
277
- "testing": {},
278
- "deploy": {}
279
- }
1
+ [{"autoLoadPlugins":false,"source":"1","output":"2","server":"3","dev":"4","html":"5","tools":"6","plugins":"7","builderPlugins":"8","runtime":"9","runtimeByEntries":"10","performance":"11","_raw":"12","bff":"13","testing":"14","deploy":"15"},{"entries":"16","mainEntryName":"17","enableAsyncEntry":false,"enableCustomEntry":false,"disableDefaultEntries":false,"entriesDir":"18","configDir":"19","globalVars":"20","alias":"21","include":"22","preEntry":"23","define":"24"},{"distPath":"25","cleanDistPath":true,"disableNodePolyfill":true,"enableInlineRouteManifests":true,"disableInlineRouteManifests":false,"assetPrefix":"26","disableInlineRuntimeChunk":true,"disableSourceMap":true},{"baseUrl":"26","port":8080},{"port":8780,"assetPrefix":"27"},{"title":"28","mountId":"29","meta":"30"},{"tsChecker":"31","styledComponents":"32","bundlerChain":"33"},["34"],["35"],{"router":"36"},{},{"chunkSplit":"37"},{"runtime":"38","dev":"39","source":"40","output":"41","performance":"42","tools":"43","plugins":"44"},{},{},{},{"mount":"45"},"client","./src/entries","./config",{"process.env.MODERN_JS_VERSION":"46","process.env.IS_REACT18":"47","process.env.VERSION":"46","process.env.PKG_VERSION":"46","process.env.DEVTOOLS_MARK":"48"},{"@_modern_js_internal":"49","@_modern_js_src":"50","@":"50","@shared":"51","styled-components":"52","@modern-js/runtime/plugins":"53","@meta/runtime/browser":"54","@meta/runtime/react":"55","@meta/runtime/context":"56","@meta/runtime":"57","@modern-js/runtime-utils/node$":"58","react":"59","react-dom":"60"},["61","62","63","49"],["64","65"],{"__REACT_DEVTOOLS_GLOBAL_HOOK__":"66"},{"root":"67","html":"68","js":"69","css":"70","server":"71","worker":"72"},"/","http://localhost:8780","","root",{"charset":"73","viewport":"74","http-equiv":"75","renderer":"76","layoutmode":"77","imagemode":"78","wap-font-scale":"79","format-detection":"80"},{"issue":"81"},{"topLevelImportPaths":"82"},[null,null,null],{"name":"83","post":"84","registerHook":"85","usePlugins":"86"},{"name":"87"},{"supportHtml5History":false},{"strategy":"88","override":"89"},{"router":"90"},{"port":8780,"assetPrefix":"27"},{"mainEntryName":"17","entriesDir":"18","entries":"91","preEntry":"23","define":"92","globalVars":"93","alias":"94"},{"distPath":"95","assetPrefix":"26","disableInlineRuntimeChunk":true,"disableSourceMap":true},{"chunkSplit":"96"},{},["34"],{"entry":"97","disableMount":true},"2.58.2","true","vMubI3T7ePod1JbXH3IXr","/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/.modern-js","/home/runner/work/modern.js/modern.js/packages/devtools/client/src","/home/runner/work/modern.js/modern.js/packages/devtools/client/shared","/home/runner/work/modern.js/modern.js/node_modules/.pnpm/styled-components@5.3.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js","/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/.modern-js/.runtime-exports/plugins.js","@modern-js/runtime/browser","@modern-js/runtime/react","@modern-js/runtime/context","@modern-js/runtime","/home/runner/work/modern.js/modern.js/packages/toolkit/runtime-utils/dist/cjs/node/index.js","/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/react-exp","/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/react-dom-exp",{},{},{},"/home/runner/work/modern.js/modern.js/node_modules/.pnpm/modern-normalize@1.1.0/node_modules/modern-normalize/modern-normalize.css","/home/runner/work/modern.js/modern.js/node_modules/.pnpm/@radix-ui+themes@3.0.5_@types+react-dom@18.0.6_@types+react@18.0.21_react-dom@18.2.0_react@18.2.0/node_modules/@radix-ui/themes/styles.css",{"isDisabled":true},"dist","static/html","static/js","static/css","bundles","worker",{"charset":"98"},"width=device-width, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no",{"http-equiv":"99","content":"100"},"webkit","standard","force","no","telephone=no",{"exclude":"101"},["102"],"@modern-js/app-tools",["103","104","105","106","107","108","109","110"],{"_internalRuntimePlugins":"111","modifyFileSystemRoutes":"112","modifyServerRoutes":"113","modifyEntrypoints":"114","checkEntryPoint":"115","generateEntryCode":"116","htmlPartials":"117","beforeGenerateRoutes":"118","addDefineTypes":"119","collectServerPlugins":"120","_internalServerPlugins":"121","beforeDev":"122","afterDev":"123","beforeCreateCompiler":"124","afterCreateCompiler":"125","beforePrintInstructions":"126","beforeBuild":"127","afterBuild":"128","beforeDeploy":"129","deploy":"130","afterDeploy":"131","beforeRestart":"132","registerDev":"133","beforeDevTask":"134","registerBuildPlatform":"135","beforeBuildPlatform":"136"},["137","138","139","140","141"],"@modern-js/builder-plugin-ssr","split-by-experience",{"cacheGroups":"142"},{"supportHtml5History":false},{"mount":"143"},{"__REACT_DEVTOOLS_GLOBAL_HOOK__":"144"},{"process.env.VERSION":"46","process.env.PKG_VERSION":"46","process.env.DEVTOOLS_MARK":"48"},{"react":"59","react-dom":"60"},{"html":"68"},{"strategy":"88","override":"145"},"./src/entries/mount/index.tsx","utf-8","x-ua-compatible","ie=edge",["146"],"@modern-js/runtime/styled","@modern-js/plugin-initialize","@modern-js/plugin-analyze","@modern-js/plugin-ssr","@modern-js/plugin-document","@modern-js/plugin-state","@modern-js/plugin-router","@modern-js/plugin-router-v5","@modern-js/plugin-polyfill",{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{"name":"103","post":"147"},{"name":"104","post":"148"},{"name":"149"},{"name":"150"},{"name":"151"},{"components":"152"},{"entry":"97","disableMount":true},{"isDisabled":true},{"cacheGroups":"153"},{"file":"154"},["105","106","107","108","109","110"],["57"],"@modern-js/server-build","@modern-js/plugin-lint","@modern-js/plugin-deploy",{"test":"155","chunks":"156","name":"157","enforce":true,"priority":9999},{"components":"158"},"**/api/lambda/**/*",{},"all","components",{"test":"155","chunks":"156","name":"157","enforce":true,"priority":9999}]
@@ -1 +1 @@
1
- (()=>{"use strict";var e={},t={};function r(s){var o=t[s];if(void 0!==o)return o.exports;var n=t[s]={exports:{}};return e[s](n,n.exports,r),n.exports}r.rv=function(){return"1.0.0-beta.1"},r.ruid="bundler=rspack@1.0.0-beta.1";let s="2.58.0",o=new URL(location.href).searchParams.get("rules");if(!s)throw Error("[Modern.js DevTools] failed to load version");let n=o?JSON.parse(o):[],i="http://".concat(location.host,"/__devtools/service/unregister");self.addEventListener("install",e=>{console.log("[Modern.js DevTools] service worker installed with rules:",JSON.stringify(n,null,2)),e.waitUntil(self.skipWaiting())}),self.addEventListener("activate",e=>{console.log("[Modern.js DevTools] service worker activated, click to unregister: ".concat(i)),e.waitUntil(self.clients.claim())}),self.addEventListener("fetch",e=>{let t=new URL(e.request.url);if(t.host===location.host){if("/__devtools/service/status"===t.pathname){let t=new Response(JSON.stringify({href:location.href,rules:n,version:s},null,2));e.respondWith(t);return}if("/__devtools/service/unregister"===t.pathname){e.respondWith(Promise.resolve().then(async()=>{let e=await self.registration.unregister();return e&&(n.length=0),new Response(null,{status:e?200:500})}));return}}let r={};for(let{test:t,key:s,value:o}of(e.request.headers.forEach((e,t)=>{r[t]=e}),n))(void 0===t||t===e.request.url)&&(r[s]=o);let o=new Request(e.request,{headers:r});e.respondWith(fetch(o))})})();
1
+ (()=>{"use strict";var e={},t={};function r(s){var o=t[s];if(void 0!==o)return o.exports;var n=t[s]={exports:{}};return e[s](n,n.exports,r),n.exports}r.rv=function(){return"1.0.0-beta.5"},r.ruid="bundler=rspack@1.0.0-beta.5";let s="2.58.2",o=new URL(location.href).searchParams.get("rules");if(!s)throw Error("[Modern.js DevTools] failed to load version");let n=o?JSON.parse(o):[],i="http://".concat(location.host,"/__devtools/service/unregister");self.addEventListener("install",e=>{console.log("[Modern.js DevTools] service worker installed with rules:",JSON.stringify(n,null,2)),e.waitUntil(self.skipWaiting())}),self.addEventListener("activate",e=>{console.log("[Modern.js DevTools] service worker activated, click to unregister: ".concat(i)),e.waitUntil(self.clients.claim())}),self.addEventListener("fetch",e=>{let t=new URL(e.request.url);if(t.host===location.host){if("/__devtools/service/status"===t.pathname){let t=new Response(JSON.stringify({href:location.href,rules:n,version:s},null,2));e.respondWith(t);return}if("/__devtools/service/unregister"===t.pathname){e.respondWith(Promise.resolve().then(async()=>{let e=await self.registration.unregister();return e&&(n.length=0),new Response(null,{status:e?200:500})}));return}}let r={};for(let{test:t,key:s,value:o}of(e.request.headers.forEach((e,t)=>{r[t]=e}),n))(void 0===t||t===e.request.url)&&(r[s]=o);let o=new Request(e.request,{headers:r});e.respondWith(fetch(o))})})();
@@ -8,32 +8,32 @@
8
8
  "126",
9
9
  "707",
10
10
  "118",
11
- "396",
12
- "37",
11
+ "456",
12
+ "528",
13
13
  "130",
14
14
  "462"
15
15
  ],
16
16
  "assets": [
17
- "/static/js/builder-runtime.694bc54b.js",
18
- "/static/js/components.75879e60.js",
19
- "/static/css/components.41191267.css",
17
+ "/static/js/builder-runtime.c254aec0.js",
18
+ "/static/js/components.4fa01740.js",
19
+ "/static/css/components.625b4936.css",
20
20
  "/static/js/lib-react.0049ff32.js",
21
- "/static/js/lib-polyfill.3df5a348.js",
21
+ "/static/js/lib-polyfill.04944fd7.js",
22
22
  "/static/js/lib-lodash.8ad2ccf0.js",
23
23
  "/static/js/lib-router.425f945d.js",
24
- "/static/js/396.3a03c91e.js",
25
- "/static/css/396.861d0891.css",
26
- "/static/js/37.3b6855a6.js",
27
- "/static/css/37.e744b37c.css",
28
- "/static/js/130.a055ee6f.js",
29
- "/static/css/client.d5e84e85.css",
30
- "/static/js/client.28c8f27c.js"
24
+ "/static/css/456.dd13d5e1.css",
25
+ "/static/js/456.1b493c94.js",
26
+ "/static/js/528.0757a5be.js",
27
+ "/static/css/528.09221f91.css",
28
+ "/static/js/130.4d7909c0.js",
29
+ "/static/js/client.bd139d6f.js",
30
+ "/static/css/client.ac9f19d9.css"
31
31
  ],
32
32
  "referenceCssAssets": [
33
- "/static/css/components.41191267.css",
34
- "/static/css/396.861d0891.css",
35
- "/static/css/37.e744b37c.css",
36
- "/static/css/client.d5e84e85.css"
33
+ "/static/css/components.625b4936.css",
34
+ "/static/css/456.dd13d5e1.css",
35
+ "/static/css/528.09221f91.css",
36
+ "/static/css/client.ac9f19d9.css"
37
37
  ]
38
38
  },
39
39
  "client_config/(toolkit).(type)/page": {
@@ -43,13 +43,13 @@
43
43
  "288"
44
44
  ],
45
45
  "assets": [
46
- "/static/js/components.75879e60.js",
47
- "/static/css/components.41191267.css",
46
+ "/static/js/components.4fa01740.js",
47
+ "/static/css/components.625b4936.css",
48
48
  "/static/js/async/474.a626e358.js",
49
- "/static/js/async/client_config/(toolkit).(type)/page.f4f25669.js"
49
+ "/static/js/async/client_config/(toolkit).(type)/page.e44d0d9c.js"
50
50
  ],
51
51
  "referenceCssAssets": [
52
- "/static/css/components.41191267.css"
52
+ "/static/css/components.625b4936.css"
53
53
  ]
54
54
  },
55
55
  "client_config/layout": {
@@ -77,13 +77,13 @@
77
77
  "958"
78
78
  ],
79
79
  "assets": [
80
- "/static/js/components.75879e60.js",
81
- "/static/css/components.41191267.css",
80
+ "/static/js/components.4fa01740.js",
81
+ "/static/css/components.625b4936.css",
82
82
  "/static/js/async/474.a626e358.js",
83
- "/static/js/async/client_context/builder/page.fa63dd48.js"
83
+ "/static/js/async/client_context/builder/page.f7717f3f.js"
84
84
  ],
85
85
  "referenceCssAssets": [
86
- "/static/css/components.41191267.css"
86
+ "/static/css/components.625b4936.css"
87
87
  ]
88
88
  },
89
89
  "client_context/framework/page": {
@@ -93,13 +93,13 @@
93
93
  "818"
94
94
  ],
95
95
  "assets": [
96
- "/static/js/components.75879e60.js",
97
- "/static/css/components.41191267.css",
96
+ "/static/js/components.4fa01740.js",
97
+ "/static/css/components.625b4936.css",
98
98
  "/static/js/async/474.a626e358.js",
99
- "/static/js/async/client_context/framework/page.1e92d092.js"
99
+ "/static/js/async/client_context/framework/page.5ccc0a92.js"
100
100
  ],
101
101
  "referenceCssAssets": [
102
- "/static/css/components.41191267.css"
102
+ "/static/css/components.625b4936.css"
103
103
  ]
104
104
  },
105
105
  "client_context/layout": {
@@ -126,14 +126,14 @@
126
126
  "488"
127
127
  ],
128
128
  "assets": [
129
- "/static/js/components.75879e60.js",
130
- "/static/css/components.41191267.css",
131
- "/static/js/async/client_doctor/page.1bce9053.js",
132
- "/static/css/async/client_doctor/page.f1527f16.css"
129
+ "/static/js/components.4fa01740.js",
130
+ "/static/css/components.625b4936.css",
131
+ "/static/css/async/client_doctor/page.7495ae2e.css",
132
+ "/static/js/async/client_doctor/page.298f37a3.js"
133
133
  ],
134
134
  "referenceCssAssets": [
135
- "/static/css/components.41191267.css",
136
- "/static/css/async/client_doctor/page.f1527f16.css"
135
+ "/static/css/components.625b4936.css",
136
+ "/static/css/async/client_doctor/page.7495ae2e.css"
137
137
  ]
138
138
  },
139
139
  "client_external/$": {
@@ -160,14 +160,14 @@
160
160
  "730"
161
161
  ],
162
162
  "assets": [
163
- "/static/js/components.75879e60.js",
164
- "/static/css/components.41191267.css",
165
- "/static/css/async/client_headers/editor/page.47215f0e.css",
166
- "/static/js/async/client_headers/editor/page.4194fbba.js"
163
+ "/static/js/components.4fa01740.js",
164
+ "/static/css/components.625b4936.css",
165
+ "/static/js/async/client_headers/editor/page.1683de25.js",
166
+ "/static/css/async/client_headers/editor/page.eefd3ad3.css"
167
167
  ],
168
168
  "referenceCssAssets": [
169
- "/static/css/components.41191267.css",
170
- "/static/css/async/client_headers/editor/page.47215f0e.css"
169
+ "/static/css/components.625b4936.css",
170
+ "/static/css/async/client_headers/editor/page.eefd3ad3.css"
171
171
  ]
172
172
  },
173
173
  "client_headers/layout": {
@@ -193,7 +193,7 @@
193
193
  "860"
194
194
  ],
195
195
  "assets": [
196
- "/static/js/async/client_headers/welcome/page.7fec5e79.js"
196
+ "/static/js/async/client_headers/welcome/page.3c8b3f1b.js"
197
197
  ],
198
198
  "referenceCssAssets": []
199
199
  },
@@ -212,14 +212,14 @@
212
212
  "161"
213
213
  ],
214
214
  "assets": [
215
- "/static/js/components.75879e60.js",
216
- "/static/css/components.41191267.css",
217
- "/static/css/async/client_overview/page.a2667b2a.css",
218
- "/static/js/async/client_overview/page.8f02d776.js"
215
+ "/static/js/components.4fa01740.js",
216
+ "/static/css/components.625b4936.css",
217
+ "/static/css/async/client_overview/page.1124d48a.css",
218
+ "/static/js/async/client_overview/page.5e39c429.js"
219
219
  ],
220
220
  "referenceCssAssets": [
221
- "/static/css/components.41191267.css",
222
- "/static/css/async/client_overview/page.a2667b2a.css"
221
+ "/static/css/components.625b4936.css",
222
+ "/static/css/async/client_overview/page.1124d48a.css"
223
223
  ]
224
224
  },
225
225
  "client_page": {
@@ -246,14 +246,14 @@
246
246
  "718"
247
247
  ],
248
248
  "assets": [
249
- "/static/js/components.75879e60.js",
250
- "/static/css/components.41191267.css",
251
- "/static/css/async/client_pages/page.1e9bbc9d.css",
252
- "/static/js/async/client_pages/page.a4020deb.js"
249
+ "/static/js/components.4fa01740.js",
250
+ "/static/css/components.625b4936.css",
251
+ "/static/js/async/client_pages/page.47f412c0.js",
252
+ "/static/css/async/client_pages/page.b278053d.css"
253
253
  ],
254
254
  "referenceCssAssets": [
255
- "/static/css/components.41191267.css",
256
- "/static/css/async/client_pages/page.1e9bbc9d.css"
255
+ "/static/css/components.625b4936.css",
256
+ "/static/css/async/client_pages/page.b278053d.css"
257
257
  ]
258
258
  },
259
259
  "client_react/(tab)/layout": {
@@ -279,7 +279,7 @@
279
279
  "752"
280
280
  ],
281
281
  "assets": [
282
- "/static/js/async/client_react/offscreen/page.2511e7a7.js"
282
+ "/static/js/async/client_react/offscreen/page.eea7ad51.js"
283
283
  ],
284
284
  "referenceCssAssets": []
285
285
  },
@@ -298,14 +298,14 @@
298
298
  "244"
299
299
  ],
300
300
  "assets": [
301
- "/static/js/components.75879e60.js",
302
- "/static/css/components.41191267.css",
303
- "/static/js/async/client_storage/preset/(id)/page.d9ba689e.js",
304
- "/static/css/async/client_storage/preset/(id)/page.79a266f3.css"
301
+ "/static/js/components.4fa01740.js",
302
+ "/static/css/components.625b4936.css",
303
+ "/static/js/async/client_storage/preset/(id)/page.809f2586.js",
304
+ "/static/css/async/client_storage/preset/(id)/page.24f1112c.css"
305
305
  ],
306
306
  "referenceCssAssets": [
307
- "/static/css/components.41191267.css",
308
- "/static/css/async/client_storage/preset/(id)/page.79a266f3.css"
307
+ "/static/css/components.625b4936.css",
308
+ "/static/css/async/client_storage/preset/(id)/page.24f1112c.css"
309
309
  ]
310
310
  },
311
311
  "client_storage/preset/layout": {
@@ -314,14 +314,14 @@
314
314
  "470"
315
315
  ],
316
316
  "assets": [
317
- "/static/js/components.75879e60.js",
318
- "/static/css/components.41191267.css",
319
- "/static/js/async/client_storage/preset/layout.f6253a54.js",
320
- "/static/css/async/client_storage/preset/layout.d4eb2799.css"
317
+ "/static/js/components.4fa01740.js",
318
+ "/static/css/components.625b4936.css",
319
+ "/static/css/async/client_storage/preset/layout.2aa19b14.css",
320
+ "/static/js/async/client_storage/preset/layout.c9ad0e98.js"
321
321
  ],
322
322
  "referenceCssAssets": [
323
- "/static/css/components.41191267.css",
324
- "/static/css/async/client_storage/preset/layout.d4eb2799.css"
323
+ "/static/css/components.625b4936.css",
324
+ "/static/css/async/client_storage/preset/layout.2aa19b14.css"
325
325
  ]
326
326
  },
327
327
  "client_storage/preset/page": {
@@ -330,14 +330,14 @@
330
330
  "146"
331
331
  ],
332
332
  "assets": [
333
- "/static/js/components.75879e60.js",
334
- "/static/css/components.41191267.css",
335
- "/static/css/async/client_storage/preset/page.d4eb2799.css",
336
- "/static/js/async/client_storage/preset/page.4f048c94.js"
333
+ "/static/js/components.4fa01740.js",
334
+ "/static/css/components.625b4936.css",
335
+ "/static/css/async/client_storage/preset/page.2aa19b14.css",
336
+ "/static/js/async/client_storage/preset/page.ff5bddca.js"
337
337
  ],
338
338
  "referenceCssAssets": [
339
- "/static/css/components.41191267.css",
340
- "/static/css/async/client_storage/preset/page.d4eb2799.css"
339
+ "/static/css/components.625b4936.css",
340
+ "/static/css/async/client_storage/preset/page.2aa19b14.css"
341
341
  ]
342
342
  },
343
343
  "mount": {
@@ -347,29 +347,29 @@
347
347
  "58",
348
348
  "126",
349
349
  "707",
350
- "396",
350
+ "456",
351
351
  "991",
352
352
  "130",
353
353
  "400"
354
354
  ],
355
355
  "assets": [
356
- "/static/js/builder-runtime.694bc54b.js",
357
- "/static/js/components.75879e60.js",
358
- "/static/css/components.41191267.css",
356
+ "/static/js/builder-runtime.c254aec0.js",
357
+ "/static/js/components.4fa01740.js",
358
+ "/static/css/components.625b4936.css",
359
359
  "/static/js/lib-react.0049ff32.js",
360
- "/static/js/lib-polyfill.3df5a348.js",
360
+ "/static/js/lib-polyfill.04944fd7.js",
361
361
  "/static/js/lib-lodash.8ad2ccf0.js",
362
- "/static/js/396.3a03c91e.js",
363
- "/static/css/396.861d0891.css",
362
+ "/static/css/456.dd13d5e1.css",
363
+ "/static/js/456.1b493c94.js",
364
364
  "/static/js/991.3248741e.js",
365
- "/static/js/130.a055ee6f.js",
366
- "/static/js/mount.02a9d3ac.js",
367
- "/static/css/mount.8fe89093.css"
365
+ "/static/js/130.4d7909c0.js",
366
+ "/static/css/mount.cff5017b.css",
367
+ "/static/js/mount.691cfe25.js"
368
368
  ],
369
369
  "referenceCssAssets": [
370
- "/static/css/components.41191267.css",
371
- "/static/css/396.861d0891.css",
372
- "/static/css/mount.8fe89093.css"
370
+ "/static/css/components.625b4936.css",
371
+ "/static/css/456.dd13d5e1.css",
372
+ "/static/css/mount.cff5017b.css"
373
373
  ]
374
374
  }
375
375
  }