@bounded-sh/core 0.0.22 → 0.0.23

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
@@ -1,16 +1,16 @@
1
- # @tarobase/core
1
+ # @bounded-sh/core
2
2
 
3
3
  Core functionality for Tarobase SDKs. This package provides the shared functionality used by both the web and server SDKs.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install @tarobase/core
8
+ npm install @bounded-sh/core
9
9
  ```
10
10
 
11
11
  ## Usage
12
12
 
13
- This package is typically not used directly, but is instead used as a dependency by `@tarobase/web` and `@tarobase/server`. If you're building a browser application, use `@tarobase/web`. If you're building a server application, use `@tarobase/server`.
13
+ This package is typically not used directly, but is instead used as a dependency by `@bounded-sh/client` and `@bounded-sh/server`. If you're building a browser application, use `@bounded-sh/client`. If you're building a server application, use `@bounded-sh/server`.
14
14
 
15
15
  ## API Reference
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bounded-sh/core",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "Core functionality for Poof SDK",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",