@exabugs/dynamodb-client 0.1.0 → 0.1.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.
package/README.md CHANGED
@@ -17,28 +17,12 @@ DynamoDB Single-Table Client SDK with MongoDB-like API, Shadow Records, and Lamb
17
17
 
18
18
  ## Installation
19
19
 
20
- ### From GitHub Packages (Private Repository)
21
-
22
- 1. Create a Personal Access Token with `read:packages` scope
23
- 2. Configure `.npmrc`:
24
-
25
- ```bash
26
- @exabugs:registry=https://npm.pkg.github.com
27
- //npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN
28
- ```
29
-
30
- 3. Install the package:
31
-
32
- ```bash
33
- npm install @exabugs/dynamodb-client
34
- ```
35
-
36
- For detailed instructions, see [Private Package Usage Guide](docs/PRIVATE_PACKAGE_USAGE.md).
37
-
38
- ### From npm (Public - Coming Soon)
39
-
40
20
  ```bash
41
21
  npm install @exabugs/dynamodb-client
22
+ # or
23
+ pnpm add @exabugs/dynamodb-client
24
+ # or
25
+ yarn add @exabugs/dynamodb-client
42
26
  ```
43
27
 
44
28
  ## Quick Start
@@ -1,5 +1,5 @@
1
- // @exabugs/dynamodb-client v0.1.0
2
- // Built: 2025-11-29T11:32:31.073Z
1
+ // @exabugs/dynamodb-client v0.1.1
2
+ // Built: 2025-11-29T12:43:41.992Z
3
3
  "use strict";
4
4
  var __create = Object.create;
5
5
  var __defProp = Object.defineProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exabugs/dynamodb-client",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "DynamoDB Single-Table Client SDK with MongoDB-like API, Shadow Records, and Lambda implementation for serverless applications",
5
5
  "author": "exabugs",
6
6
  "license": "MIT",
Binary file