@datadog/vis-fetch
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@datadog/vis-fetch", | ||
"description": "Datadog Data Visualization SDK - Data fetching / parsing functions for Datadog APIs", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"type": "module", | ||
@@ -11,5 +11,6 @@ "source": "src/index.ts", | ||
"unpkg": "./dist/index.umd.js", | ||
"types": "./dist/index.d.ts", | ||
"types": "./types/index.d.ts", | ||
"files": [ | ||
"dist/", | ||
"types/", | ||
"README.md" | ||
@@ -19,3 +20,3 @@ ], | ||
"@datadog/ui-apps-sdk": "^0.13.0", | ||
"@datadog/vis-core": "0.2.0" | ||
"@datadog/vis-core": "0.2.1" | ||
}, | ||
@@ -26,4 +27,5 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "microbundle --no-sourcemap", | ||
"clean": "rm -rf dist/", | ||
"build": "microbundle --no-sourcemap && yarn run move-types", | ||
"move-types": "./move-types.sh", | ||
"clean": "rm -rf dist/ types/", | ||
"dev": "microbundle watch", | ||
@@ -30,0 +32,0 @@ "format-check": "prettier --check ./src", |
7324
6
23
+ Added@datadog/vis-core@0.2.1(transitive)
- Removed@datadog/vis-core@0.2.0(transitive)
Updated@datadog/vis-core@0.2.1