@carddb/client 0.1.5 → 0.2.5
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 +1 -1
- package/dist/index.cjs +1352 -67
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +658 -3
- package/dist/index.d.ts +658 -3
- package/dist/index.js +1349 -68
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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
|
|
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
|