@indra.ai/deva 1.2.13 → 1.2.15

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/LICENSE.md CHANGED
@@ -1,7 +1,7 @@
1
- ## PRIVATE LICENSE
2
-
3
1
  Copyright (c) 2023 Quinn Michaels
4
2
 
5
- DUE TO GROSS MISUSE OF QUINN MICHAELS TECHNOLOGY THE DEVA CORE REQUIRES A PERSONAL LEGAL SIGNATURE FOR AUTHORIZED USE. THIS MEANS YOU CAN USE IT AT YOUR OWN RISK BECAUSE THE CODE IS PUBLIC, BUT FOR AUTHORIZED USAGE A LEGAL PHYSICAL SIGNED AGREEMENT IS REQUIRED.
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
6
 
7
- For licensing please contact @quinnmichaels over #Twitter or at his public email of quinnmichaels@gmail.com for more information.
7
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/config.json CHANGED
@@ -125,8 +125,10 @@
125
125
  "prompt": "Prompt",
126
126
  "issue": "Issue",
127
127
  "find": "Find",
128
+ "view": "View",
128
129
  "insert": "Insert",
129
130
  "update": "Update",
131
+ "delete": "Delete",
130
132
  "info": "Information",
131
133
  "status": "Status",
132
134
  "func": "Function",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.2.13",
3
+ "version": "1.2.15",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -18,7 +18,7 @@
18
18
  "deva",
19
19
  "ai"
20
20
  ],
21
- "license": "SEE LICENSE IN LICENSE.md",
21
+ "license": "MIT",
22
22
  "author": {
23
23
  "name": "Quinn Michaels",
24
24
  "email": "quinnmichaels@gmail.com",