@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. 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
@@ -3,7 +3,7 @@
3
3
  "description": "Shared adapter primitives for Ripple metaframework adapters",
4
4
  "license": "MIT",
5
5
  "author": "Dominic Gannaway",
6
- "version": "0.2.208",
6
+ "version": "0.2.210",
7
7
  "type": "module",
8
8
  "module": "src/index.js",
9
9
  "main": "src/index.js",