@3cr/viewer-browser 0.0.18 → 0.0.21

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3cr/viewer-browser",
3
- "version": "0.0.18",
3
+ "version": "0.0.21",
4
4
  "main": "./dist/Viewer3CR.umd.js",
5
5
  "module": "dist/Viewer3CR.umd.js",
6
6
  "homepage": "https://docs.3cr.singular.health",
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8" />
6
6
  <link rel="icon" href="/favicon.ico" />
7
- <script src="https://cdn.jsdelivr.net/npm/@3cr/viewer-browser"> </script>
7
+ <script src="https://cdn.jsdelivr.net/npm/@3cr/viewer-browser@0.0.19/dist/Viewer3CR.umd.js"> </script>
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
9
9
  <title>3CR Viewer Playground</title>
10
10
  </head>
package/vite.config.mts CHANGED
@@ -39,7 +39,6 @@ export default defineConfig({
39
39
  formats: ['cjs', 'es', 'umd'],
40
40
  },
41
41
  rollupOptions: {
42
- treeshake: 'smallest',
43
42
  // make sure to externalize deps that shouldn't be bundled
44
43
  // into your library
45
44
  external: [