@ripple-ts/adapter 0.2.208 → 0.2.210
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/CHANGELOG.md +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# @ripple-ts/adapter
|
|
2
|
+
|
|
3
|
+
## 0.2.210
|
|
4
|
+
|
|
5
|
+
## 0.2.209
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- [#696](https://github.com/Ripple-TS/ripple/pull/696)
|
|
10
|
+
[`cc23cc0`](https://github.com/Ripple-TS/ripple/commit/cc23cc03e2a264944d1d0f2edac6852528a07d10)
|
|
11
|
+
Thanks [@WebEferen](https://github.com/WebEferen)! - Extract shared adapter
|
|
12
|
+
primitives and types into `@ripple-ts/adapter`, then use them from both
|
|
13
|
+
`@ripple-ts/adapter-node` and `@ripple-ts/adapter-bun`.
|
|
14
|
+
|
|
15
|
+
- [#700](https://github.com/Ripple-TS/ripple/pull/700)
|
|
16
|
+
[`45e0689`](https://github.com/Ripple-TS/ripple/commit/45e0689b648b6a63ee0d9eb192344a9889787b48)
|
|
17
|
+
Thanks [@WebEferen](https://github.com/WebEferen)! - Add a shared
|
|
18
|
+
`ServeStaticDirectoryOptions` type in `@ripple-ts/adapter` and update node/bun
|
|
19
|
+
adapters to consume it instead of redefining the same
|
|
20
|
+
`ServeStaticOptions & { dir?: string }` shape locally.
|
package/package.json
CHANGED