ywana-core8 0.0.333 → 0.0.334

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.
package/dist/index.cjs CHANGED
@@ -7,7 +7,6 @@ var ResumableJS = require('resumablejs');
7
7
  var reactNotificationsComponent = require('react-notifications-component');
8
8
  require('react-notifications-component/dist/theme.css');
9
9
  var equal = require('deep-equal');
10
- var ywanaCore8 = require('ywana-core8');
11
10
 
12
11
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
13
12
 
@@ -5041,12 +5040,12 @@ var EntityViewer = function EntityViewer(props) {
5041
5040
  var QUERY = {
5042
5041
  id: {
5043
5042
  id: "id",
5044
- type: ywanaCore8.TYPES.STRING,
5043
+ type: TYPES.STRING,
5045
5044
  editable: false
5046
5045
  },
5047
5046
  name: {
5048
5047
  id: "name",
5049
- type: ywanaCore8.TYPES.STRING,
5048
+ type: TYPES.STRING,
5050
5049
  required: true,
5051
5050
  label: "Name"
5052
5051
  }