@coinbase/cdp-agentkit-core
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -29,4 +29,5 @@ "use strict"; | ||
Object.defineProperty(exports, "WrapEthAction", { enumerable: true, get: function () { return wrap_eth_1.WrapEthAction; } }); | ||
const morpho_1 = require("./defi/morpho"); | ||
const pyth_1 = require("./data/pyth"); | ||
const wow_1 = require("./defi/wow"); | ||
const pyth_1 = require("./data/pyth"); | ||
/** | ||
@@ -54,2 +55,5 @@ * Retrieves all CDP action instances. | ||
} | ||
exports.CDP_ACTIONS = getAllCdpActions().concat(wow_1.WOW_ACTIONS).concat(pyth_1.PYTH_ACTIONS); | ||
exports.CDP_ACTIONS = getAllCdpActions() | ||
.concat(morpho_1.MORPHO_ACTIONS) | ||
.concat(pyth_1.PYTH_ACTIONS) | ||
.concat(wow_1.WOW_ACTIONS); |
@@ -5,3 +5,3 @@ { | ||
"repository": "https://github.com/coinbase/agentkit", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"author": "Coinbase Inc.", | ||
@@ -11,5 +11,3 @@ "license": "Apache-2.0", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"files": ["dist"], | ||
"scripts": { | ||
@@ -16,0 +14,0 @@ "build": "tsc", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
176849
82
4775
0
11
2