@carddb/client 0.2.0 → 0.3.0

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/README.md CHANGED
@@ -11,7 +11,7 @@ This package provides the core client implementation shared between browser and
11
11
  - **CardDBClient**: Main client class with resource accessors
12
12
  - **Connection**: HTTP/GraphQL connection handling
13
13
  - **Configuration**: Client configuration management
14
- - **Resources**: Publisher, Game, Dataset, and Record resource classes
14
+ - **Resources**: Publisher, Game, Dataset, Record, Import Format, Import, Export, File, Deck, and Rule resource classes
15
15
  - **Cache utilities**: Cache key generation and read/write helpers
16
16
 
17
17
  ## Usage