@panneau/actions 3.0.225 → 3.0.228

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