@indra.ai/deva 1.3.10 → 1.3.11

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/index.js +0 -20
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -696,44 +696,24 @@ class Deva {
696
696
  }).then(() => {
697
697
  return this.Client(client, resolve, reject);
698
698
  }).then(part => {
699
- this.state('done', 'client');
700
- this.action('done', 'client');
701
699
  return this.Security(resolve, reject);
702
700
  }).then(part => {
703
- this.state('done', 'security');
704
- this.action('done', 'security');
705
701
  return this.Support(resolve, reject);
706
702
  }).then(() => {
707
- this.state('done', 'support');
708
- this.action('done', 'support');
709
703
  return this.Services(resolve, reject);
710
704
  }).then(() => {
711
- this.state('done', 'services');
712
- this.action('done', 'services');
713
705
  return this.Systems(resolve, reject);
714
706
  }).then(() => {
715
- this.state('done', 'systems');
716
- this.action('done', 'systems');
717
707
  return this.Networks(resolve, reject);
718
708
  }).then(() => {
719
- this.state('done', 'networks');
720
- this.action('done', 'networks');
721
709
  return this.Legal(resolve, reject);
722
710
  }).then(() => {
723
- this.state('done', 'legal');
724
- this.action('done', 'legal');
725
711
  return this.Authority(resolve, reject);
726
712
  }).then(() => {
727
- this.state('done', 'authority');
728
- this.action('done', 'authority');
729
713
  return this.Justice(resolve, reject);
730
714
  }).then(() => {
731
- this.state('done', 'justice');
732
- this.action('done', 'justice');
733
715
  return this.Defense(resolve, reject);
734
716
  }).then(() => {
735
- this.state('done', 'defense');
736
- this.action('done', 'defense');
737
717
  return this.Done(resolve, reject);
738
718
  }).then(() => {
739
719
  const hasOnInit = this.onInit && typeof this.onInit === 'function';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.3.10",
3
+ "version": "1.3.11",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "type": "module",