@3cr/viewer-browser 0.0.1 → 0.0.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.
@@ -6,6 +6,7 @@
6
6
  <component name="ChangeListManager">
7
7
  <list default="true" id="feb68f38-3ed5-44bb-a81b-c68f1e9d5e48" name="Changes" comment="initial">
8
8
  <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
9
+ <change beforePath="$PROJECT_DIR$/vite.config.mts" beforeDir="false" afterPath="$PROJECT_DIR$/vite.config.mts" afterDir="false" />
9
10
  </list>
10
11
  <option name="SHOW_DIALOG" value="false" />
11
12
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -121,7 +122,7 @@
121
122
  <option name="number" value="Default" />
122
123
  <option name="presentableId" value="Default" />
123
124
  <updated>1712197208124</updated>
124
- <workItem from="1712197209295" duration="29120000" />
125
+ <workItem from="1712197209295" duration="29964000" />
125
126
  </task>
126
127
  <task id="LOCAL-00001" summary="initial">
127
128
  <option name="closed" value="true" />
@@ -147,7 +148,15 @@
147
148
  <option name="project" value="LOCAL" />
148
149
  <updated>1712542100525</updated>
149
150
  </task>
150
- <option name="localTasksCounter" value="4" />
151
+ <task id="LOCAL-00004" summary="initial">
152
+ <option name="closed" value="true" />
153
+ <created>1712542119883</created>
154
+ <option name="number" value="00004" />
155
+ <option name="presentableId" value="LOCAL-00004" />
156
+ <option name="project" value="LOCAL" />
157
+ <updated>1712542119883</updated>
158
+ </task>
159
+ <option name="localTasksCounter" value="5" />
151
160
  <servers />
152
161
  </component>
153
162
  <component name="TypeScriptGeneratedFilesManager">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3cr/viewer-browser",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "main": "./dist/3cr-viewer-browser.common.js",
5
5
  "module": "dist/3cr-viewer-browser.umd.js",
6
6
  "homepage": "https://docs.3cr.singular.health",
package/vite.config.mts CHANGED
@@ -48,7 +48,7 @@ export default defineConfig({
48
48
  // Provide global variables to use in the UMD build
49
49
  // for externalized deps
50
50
  globals: {
51
- vue: 'Vue',
51
+ // vue: 'Vue',
52
52
  },
53
53
  },
54
54
  },