api app component context hooks and utils files are missing on CDN
We are receiving 404 errors for the paths that are referred here: https://cdn.jsdelivr.net/npm/@vue/devtools-api/lib/esm/api/index.js
https://cdn.jsdelivr.net/npm/@vue/devtools-api/lib/esm/api/api https://cdn.jsdelivr.net/npm/@vue/devtools-api/lib/esm/api/app https://cdn.jsdelivr.net/npm/@vue/devtools-api/lib/esm/api/component https://cdn.jsdelivr.net/npm/@vue/devtools-api/lib/esm/api/context https://cdn.jsdelivr.net/npm/@vue/devtools-api/lib/esm/api/util https://cdn.jsdelivr.net/npm/@vue/devtools-api/lib/esm/api/hooks
Have these been intentionally removed from the CDN please?
We made a refactor when upgrading from v6 to v7, and you can continue to access them by join the v6 version number, for example: https://cdn.jsdelivr.net/npm/@vue/[email protected]/lib/esm/api/hooks.js