@remix-run/routes-option-adapter 2.16.0 → 2.16.1-pre.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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # `@remix-run/routes-option-adapter`
2
2
 
3
+ ## 2.16.1-pre.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - `@remix-run/dev@2.16.1-pre.0`
9
+ - `@remix-run/route-config@2.16.1-pre.0`
10
+
3
11
  ## 2.16.0
4
12
 
5
13
  No significant changes to this package were made in this release. [See the repo `CHANGELOG.md`](https://github.com/remix-run/remix/blob/main/CHANGELOG.md) for an overview of all changes in v2.16.0.
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/routes-option-adapter v2.16.0
2
+ * @remix-run/routes-option-adapter v2.16.1-pre.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remix-run/routes-option-adapter",
3
- "version": "2.16.0",
3
+ "version": "2.16.1-pre.0",
4
4
  "description": "Adapter for Remix's \"routes\" config option, for use within routes.ts",
5
5
  "bugs": {
6
6
  "url": "https://github.com/remix-run/remix/issues"
@@ -15,12 +15,12 @@
15
15
  "typings": "dist/index.d.ts",
16
16
  "devDependencies": {
17
17
  "typescript": "^5.1.6",
18
- "@remix-run/dev": "2.16.0",
19
- "@remix-run/route-config": "2.16.0"
18
+ "@remix-run/dev": "2.16.1-pre.0",
19
+ "@remix-run/route-config": "2.16.1-pre.0"
20
20
  },
21
21
  "peerDependencies": {
22
- "@remix-run/dev": "^2.16.0",
23
- "@remix-run/route-config": "^2.16.0",
22
+ "@remix-run/dev": "^2.16.1-pre.0",
23
+ "@remix-run/route-config": "^2.16.1-pre.0",
24
24
  "typescript": "^5.1.0"
25
25
  },
26
26
  "peerDependenciesMeta": {