@atlaskit/analytics-namespaced-context
Advanced tools
Comparing version 3.0.1 to 3.0.2
# @atlaskit/analytics-namespaced-context | ||
## 3.0.2 | ||
- [patch] [3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c): | ||
- @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next supplied from itself. | ||
## 3.0.1 | ||
@@ -4,0 +9,0 @@ - [patch] [1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991): |
{ | ||
"name": "@atlaskit/analytics-namespaced-context", | ||
"version": "3.0.1" | ||
"version": "3.0.2" | ||
} |
{ | ||
"name": "@atlaskit/analytics-namespaced-context", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Provides a namespace for AnalyticsContext data (@atlaskit/analytics-next)", | ||
@@ -12,4 +12,3 @@ "config": { | ||
"dependencies": { | ||
"@atlaskit/analytics-next": "^4.0.1", | ||
"@atlaskit/analytics-next-types": "^4.0.0", | ||
"@atlaskit/analytics-next": "^4.0.5", | ||
"tslib": "^1.8.0" | ||
@@ -30,3 +29,3 @@ }, | ||
"devDependencies": { | ||
"@atlaskit/analytics-listeners": "^5.0.1", | ||
"@atlaskit/analytics-listeners": "^5.0.4", | ||
"@atlaskit/docs": "^7.0.1", | ||
@@ -33,0 +32,0 @@ "enzyme": "^3.7.0", |
@@ -13,8 +13,4 @@ { | ||
"baseUrl": "./", | ||
"paths": { | ||
"@atlaskit/analytics-next": [ | ||
"node_modules/@atlaskit/analytics-next-types" | ||
] | ||
} | ||
} | ||
} |
{ | ||
"name": "@atlaskit/analytics-namespaced-context", | ||
"version": "3.0.1" | ||
"version": "3.0.2" | ||
} |
Sorry, the diff of this file is not supported yet
13194
3
168
- Removed@atlaskit/analytics-next-types@4.0.1(transitive)
- Removed@atlaskit/type-helpers@3.0.2(transitive)