@aerostack/core 0.10.0 → 0.10.1

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,17 +47,17 @@ The RPC interface exposes the following service namespaces:
47
47
  | `services` | `invoke` |
48
48
  | `auth` | `signup`, `signin` |
49
49
  | `collections` | `list`, `get`, `create`, `update`, `delete` |
50
- | `ecommerce` | `config`, `products`, `categories`, `cart` |
50
+
51
51
 
52
52
  ### Type Definitions
53
53
 
54
54
  Exports TypeScript interfaces used across all SDKs:
55
55
 
56
56
  ```typescript
57
- import type { User, Project, Product, Order, Cart, Job } from '@aerostack/core';
57
+ import type { User, Project, Job } from '@aerostack/core';
58
58
  ```
59
59
 
60
- **Available types:** `User`, `Project`, `Component`, `Page`, `Product`, `ProductVariant`, `Order`, `Cart`, `CartItem`, `Customer`, `Job`, `Collection`, `Store`, `Category`, `StorageObject`, `CacheKeyEntry`, and more.
60
+ **Available types:** `User`, `Project`, `Job`, `Collection`, `Store`, `Category`, `StorageObject`, `CacheKeyEntry`, and more.
61
61
 
62
62
  ### Validation Schemas
63
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aerostack/core",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Shared types and RPC client for Aerostack SDKs",
5
5
  "sideEffects": false,
6
6
  "main": "dist/index.js",