@indra.ai/deva 1.1.32 → 1.1.33

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -125,7 +125,6 @@ class Deva {
125
125
  const ap = this._agent.profile;
126
126
  const akey = this._agent.key;
127
127
 
128
- console.log('AP NAME', ap);
129
128
  const _states = {
130
129
  uid: `${security.label}:UID ${cp.name} made a #uid with ${ap.name}`,
131
130
  hash: `${security.label}:HASH ${cp.name} made a #hash with ${ap.name}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.32",
3
+ "version": "1.1.33",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {