@tidepool/viz 1.33.1 → 1.33.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tidepool/viz",
3
- "version": "1.33.1",
3
+ "version": "1.33.2",
4
4
  "description": "Tidepool data visualization for diabetes device data.",
5
5
  "keywords": [
6
6
  "data visualization"
@@ -1,15 +0,0 @@
1
- {
2
- // Use IntelliSense to learn about possible attributes.
3
- // Hover to view descriptions of existing attributes.
4
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
- "version": "0.2.0",
6
- "configurations": [
7
- {
8
- "type": "chrome",
9
- "request": "attach",
10
- "name": "Attach to Chrome",
11
- "port": 9222,
12
- "webRoot": "${workspaceFolder}"
13
- },
14
- ]
15
- }