@atlaskit/inline-dialog
Advanced tools
Comparing version 12.0.1 to 12.0.2
[ | ||
{ | ||
"team": "core", | ||
"package": "@atlaskit/inline-dialog", | ||
"version": "12.0.0", | ||
"dependent": true, | ||
"id": "src.main", | ||
"name": "main", | ||
"stats": { | ||
"size": 4518, | ||
"gzipSize": 1949 | ||
"size": 4519, | ||
"gzipSize": 1795 | ||
} | ||
}, | ||
{ | ||
"team": "core", | ||
"package": "@atlaskit/inline-dialog", | ||
"version": "12.0.0", | ||
"dependent": true, | ||
"id": "node_modules.main", | ||
"name": "node_modules [main]", | ||
"stats": { | ||
"size": 53597, | ||
"gzipSize": 17122 | ||
"size": 53599, | ||
"gzipSize": 17125 | ||
} | ||
}, | ||
{ | ||
"team": "core", | ||
"package": "@atlaskit/inline-dialog", | ||
"version": "12.0.0", | ||
"dependent": true, | ||
"id": "atlaskit.core.main", | ||
"name": "main", | ||
"stats": { | ||
"size": 20194, | ||
"gzipSize": 5345 | ||
"size": 20969, | ||
"gzipSize": 5502 | ||
} | ||
}, | ||
{ | ||
"team": "core", | ||
"package": "@atlaskit/inline-dialog", | ||
"version": "12.0.0", | ||
"dependent": true, | ||
"id": "combined.main", | ||
"name": "main", | ||
"stats": { | ||
"size": 74903, | ||
"gzipSize": 22516 | ||
"size": 75787, | ||
"gzipSize": 22727 | ||
} | ||
} | ||
] |
# @atlaskit/inline-dialog | ||
## 12.0.2 | ||
### Patch Changes | ||
- [patch][93bcf314c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93bcf314c6): | ||
Added missing tslib dep | ||
## 12.0.1 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "12.0.1", | ||
"version": "12.0.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "12.0.1", | ||
"version": "12.0.2", | ||
"description": "An inline dialog React component for secondary content and controls that are displayed on user request", | ||
@@ -28,3 +28,4 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.0.0", | ||
"react-node-resolver": "^1.0.1" | ||
"react-node-resolver": "^1.0.1", | ||
"tslib": "^1.9.3" | ||
}, | ||
@@ -40,3 +41,3 @@ "peerDependencies": { | ||
"@atlaskit/docs": "^8.1.2", | ||
"@atlaskit/icon": "^18.0.0", | ||
"@atlaskit/icon": "^18.0.3", | ||
"@atlaskit/select": "^9.1.5", | ||
@@ -43,0 +44,0 @@ "@atlaskit/single-select": "^8.0.4", |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "12.0.1", | ||
"version": "12.0.2", | ||
"sideEffects": false | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39871
275
8
+ Addedtslib@^1.9.3