@indra.ai/deva.security 0.0.120 → 0.0.121

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.test.js +9 -9
  2. package/package.json +1 -1
package/index.test.js CHANGED
@@ -4,18 +4,18 @@
4
4
  // Distributed under VLA:45249771785697968797 LICENSE.md
5
5
 
6
6
  const {expect} = require('chai')
7
- const :key: = require('./index.js');
7
+ const SecurityDeva = require('./index.js');
8
8
 
9
- describe(:key:.me.name, () => {
9
+ describe(SecurityDeva.me.name, () => {
10
10
  beforeEach(() => {
11
- return :key:.init()
11
+ return SecurityDeva.init()
12
12
  });
13
13
  it('Check the DEVA Object', () => {
14
- expect(:key:).to.be.an('object');
15
- expect(:key:).to.have.property('agent');
16
- expect(:key:).to.have.property('vars');
17
- expect(:key:).to.have.property('listeners');
18
- expect(:key:).to.have.property('methods');
19
- expect(:key:).to.have.property('modules');
14
+ expect(SecurityDeva).to.be.an('object');
15
+ expect(SecurityDeva).to.have.property('agent');
16
+ expect(SecurityDeva).to.have.property('vars');
17
+ expect(SecurityDeva).to.have.property('listeners');
18
+ expect(SecurityDeva).to.have.property('methods');
19
+ expect(SecurityDeva).to.have.property('modules');
20
20
  });
21
21
  })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "45249771785697968797",
3
3
  "name": "@indra.ai/deva.security",
4
- "version": "0.0.120",
4
+ "version": "0.0.121",
5
5
  "license": "VLA:45249771785697968797 LICENSE.md",
6
6
  "VLA": {
7
7
  "uid": "45249771785697968797",