@celerity-sdk/types 0.2.1 → 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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Shared TypeScript interfaces and types for the Celerity Node SDK.
|
|
4
4
|
|
|
5
|
-
This is the foundation package
|
|
5
|
+
This is the foundation package that all other `@celerity-sdk/*` packages depend on. It contains **no runtime code**, only type definitions and behavioral interfaces.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -28,4 +28,4 @@ pnpm add @celerity-sdk/types
|
|
|
28
28
|
|
|
29
29
|
## Part of the Celerity Framework
|
|
30
30
|
|
|
31
|
-
See [celerityframework.
|
|
31
|
+
See [celerityframework.io](https://celerityframework.io) for full documentation.
|