@panneau/actions 3.0.243 → 3.0.245

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.
Files changed (2) hide show
  1. package/es/index.js +3 -1
  2. package/package.json +10 -9
package/es/index.js CHANGED
@@ -6,15 +6,17 @@ import { ComponentsProvider, ACTIONS_NAMESPACE } from '@panneau/core/contexts';
6
6
  import actionDelete from '@panneau/action-delete';
7
7
  import actionDuplicate from '@panneau/action-duplicate';
8
8
  import actionEdit from '@panneau/action-edit';
9
+ import actionImport from '@panneau/action-import';
9
10
  import actionRestore from '@panneau/action-restore';
10
- import actionUpload from '@panneau/action-upload';
11
11
  import actionShow from '@panneau/action-show';
12
+ import actionUpload from '@panneau/action-upload';
12
13
 
13
14
  var components = /*#__PURE__*/Object.freeze({
14
15
  __proto__: null,
15
16
  Delete: actionDelete,
16
17
  Duplicate: actionDuplicate,
17
18
  Edit: actionEdit,
19
+ Import: actionImport,
18
20
  Restore: actionRestore,
19
21
  Show: actionShow,
20
22
  Upload: actionUpload
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/actions",
3
- "version": "3.0.243",
3
+ "version": "3.0.245",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -57,17 +57,18 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@babel/runtime": "^7.12.5",
60
- "@panneau/action-delete": "^3.0.228",
61
- "@panneau/action-duplicate": "^3.0.228",
62
- "@panneau/action-edit": "^3.0.228",
63
- "@panneau/action-restore": "^3.0.228",
64
- "@panneau/action-show": "^3.0.228",
65
- "@panneau/action-upload": "^3.0.243",
66
- "@panneau/core": "^3.0.228",
60
+ "@panneau/action-delete": "^3.0.244",
61
+ "@panneau/action-duplicate": "^3.0.244",
62
+ "@panneau/action-edit": "^3.0.244",
63
+ "@panneau/action-import": "^3.0.245",
64
+ "@panneau/action-restore": "^3.0.244",
65
+ "@panneau/action-show": "^3.0.244",
66
+ "@panneau/action-upload": "^3.0.245",
67
+ "@panneau/core": "^3.0.244",
67
68
  "prop-types": "^15.7.2"
68
69
  },
69
70
  "publishConfig": {
70
71
  "access": "public"
71
72
  },
72
- "gitHead": "b20b77f55310f013af47c9082b6f75d73074f4f5"
73
+ "gitHead": "9365cf9236eaa94e879099b12cccb5cf22645e1e"
73
74
  }