create-react-router 0.0.0-experimental-b3337fc38 → 0.0.0-experimental-d4ee0faac
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 +6 -0
- package/dist/cli.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# `create-react-router`
|
|
2
2
|
|
|
3
|
+
## 7.7.0-pre.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Add Deno as a supported and detectable package manager. Note that this detection will only work with Deno versions 2.0.5 and above. If you are using an older version version of Deno then you must specify the --package-manager CLI flag set to `deno`. ([#12327](https://github.com/remix-run/react-router/pull/12327))
|
|
8
|
+
|
|
3
9
|
## 7.6.3
|
|
4
10
|
|
|
5
11
|
_No changes_
|
package/dist/cli.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/**
|
|
3
|
-
* create-react-router v0.0.0-experimental-
|
|
3
|
+
* create-react-router v0.0.0-experimental-d4ee0faac
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) Remix Software Inc.
|
|
6
6
|
*
|
|
@@ -49,7 +49,7 @@ var semver = __toESM(require("semver"));
|
|
|
49
49
|
var import_sort_package_json = __toESM(require("sort-package-json"));
|
|
50
50
|
|
|
51
51
|
// package.json
|
|
52
|
-
var version = "0.0.0-experimental-
|
|
52
|
+
var version = "0.0.0-experimental-d4ee0faac";
|
|
53
53
|
|
|
54
54
|
// prompt.ts
|
|
55
55
|
var import_node_process3 = __toESM(require("process"));
|