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