@clerk/dev-cli 0.0.7-snapshot.v8948001 → 0.0.7
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 +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @clerk/dev-cli
|
|
2
2
|
|
|
3
|
+
## 0.0.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Print error when the `root` property of the configuration file is `null` ([#3967](https://github.com/clerk/javascript/pull/3967)) by [@dstaley](https://github.com/dstaley)
|
|
8
|
+
|
|
9
|
+
- Warn when `publishableKey` or `secretKey` are invalid ([#3967](https://github.com/clerk/javascript/pull/3967)) by [@dstaley](https://github.com/dstaley)
|
|
10
|
+
|
|
11
|
+
- Warn if configuration file already exists when running `clerk-dev init` ([#3967](https://github.com/clerk/javascript/pull/3967)) by [@dstaley](https://github.com/dstaley)
|
|
12
|
+
|
|
3
13
|
## 0.0.6
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clerk/dev-cli",
|
|
3
3
|
"description": "CLI tool designed to simplify the process of iterating on packages within the clerk/javascript repository",
|
|
4
|
-
"version": "0.0.7
|
|
4
|
+
"version": "0.0.7",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "Clerk",
|