@rocketh/export 0.10.4 → 0.10.5

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,11 @@
1
1
  # @rocketh/export
2
2
 
3
+ ## 0.10.5
4
+
5
+ ### Patch Changes
6
+
7
+ - forgot to build
8
+
3
9
  ## 0.10.4
4
10
 
5
11
  ### Patch Changes
package/dist/cli.cjs CHANGED
@@ -8,7 +8,7 @@ require('node:fs');
8
8
  require('node:path');
9
9
 
10
10
  var name = "@rocketh/export";
11
- var version = "0.10.2";
11
+ var version = "0.10.4";
12
12
  var description = "export deployments";
13
13
  var publishConfig = {
14
14
  access: "public"
@@ -33,7 +33,7 @@ var peerDependencies = {
33
33
  };
34
34
  var dependencies = {
35
35
  "@types/fs-extra": "^11.0.4",
36
- chalk: "^5.3.0",
36
+ chalk: "4.1.2",
37
37
  commander: "^12.0.0",
38
38
  "fs-extra": "^11.2.0",
39
39
  rocketh: "workspace:*"
package/dist/cli.mjs CHANGED
@@ -5,7 +5,7 @@ import 'node:fs';
5
5
  import 'node:path';
6
6
 
7
7
  var name = "@rocketh/export";
8
- var version = "0.10.2";
8
+ var version = "0.10.4";
9
9
  var description = "export deployments";
10
10
  var publishConfig = {
11
11
  access: "public"
@@ -30,7 +30,7 @@ var peerDependencies = {
30
30
  };
31
31
  var dependencies = {
32
32
  "@types/fs-extra": "^11.0.4",
33
- chalk: "^5.3.0",
33
+ chalk: "4.1.2",
34
34
  commander: "^12.0.0",
35
35
  "fs-extra": "^11.2.0",
36
36
  rocketh: "workspace:*"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocketh/export",
3
- "version": "0.10.4",
3
+ "version": "0.10.5",
4
4
  "description": "export deployments",
5
5
  "publishConfig": {
6
6
  "access": "public"