Comparing version 0.2.1-alpha to 0.2.2-alpha
{ | ||
"name": "rr-apilib", | ||
"version": "0.2.1-alpha", | ||
"version": "0.2.2-alpha", | ||
"description": "Library for interact with RR-API", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"docgen": "typedoc src/index.ts", | ||
"u-typedoc": "npm uninstall typedoc", | ||
"local-docgen": "npm i typedoc && npm run docgen && npm run u-typedoc" | ||
"docgen:local": "npm i typedoc && npm run docgen && npm uninstall typedoc" | ||
}, | ||
@@ -26,8 +25,7 @@ "keywords": [], | ||
"files": [ | ||
"dist/**/*", | ||
"lib/**/*", | ||
"package.json", | ||
"package-lock.json", | ||
"README.md", | ||
"LICENSE" | ||
] | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
109866
1496
1