@filerobot/provider-views
Advanced tools
Comparing version 1.0.72 to 1.0.73
@@ -0,0 +0,0 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } |
@@ -0,0 +0,0 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } |
{ | ||
"name": "@filerobot/provider-views", | ||
"description": "View library for Filerobot remote provider plugins.", | ||
"version": "1.0.72", | ||
"version": "1.0.73", | ||
"license": "MIT", | ||
@@ -18,5 +18,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@filerobot/common": "1.0.72", | ||
"@filerobot/icons": "1.0.72", | ||
"@filerobot/utils": "1.0.72", | ||
"@filerobot/common": "1.0.73", | ||
"@filerobot/icons": "1.0.73", | ||
"@filerobot/utils": "1.0.73", | ||
"classnames": "^2.2.6" | ||
@@ -29,3 +29,3 @@ }, | ||
"peerDependencies": { | ||
"@filerobot/core": "1.0.72", | ||
"@filerobot/core": "1.0.73", | ||
"react": "^17.0.1", | ||
@@ -32,0 +32,0 @@ "react-dom": "^17.0.1" |
# `@filerobot/provider-views` | ||
The main view of Filerobot widget by showing the items browser including top bar and side navigations. |
@@ -0,0 +0,0 @@ import CompanionClient = require('@filerobot/companion-client') |
Sorry, the diff of this file is not supported yet
337404
+ Added@filerobot/common@1.0.73(transitive)
+ Added@filerobot/core@1.0.73(transitive)
+ Added@filerobot/icons@1.0.73(transitive)
+ Added@filerobot/store-default@1.0.73(transitive)
+ Added@filerobot/utils@1.0.73(transitive)
- Removed@filerobot/common@1.0.72(transitive)
- Removed@filerobot/core@1.0.72(transitive)
- Removed@filerobot/icons@1.0.72(transitive)
- Removed@filerobot/store-default@1.0.72(transitive)
- Removed@filerobot/utils@1.0.72(transitive)
Updated@filerobot/common@1.0.73
Updated@filerobot/icons@1.0.73
Updated@filerobot/utils@1.0.73