crud-storage
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "crud-storage", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Set of storages implementing simple CRUD interface. Contains storage for both the client and the server.", | ||
@@ -14,3 +14,5 @@ "type": "module", | ||
"files": [ | ||
"./packages/**/dist/**/*" | ||
"./packages/core/dist/**/*", | ||
"./packages/mongo/dist/**/*", | ||
"./packages/client/dist/**/*" | ||
], | ||
@@ -17,0 +19,0 @@ "repository": { |
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
6477
1