@rocketh/export 0.10.4 → 0.10.6

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,18 @@
1
1
  # @rocketh/export
2
2
 
3
+ ## 0.10.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - rocketh@0.10.12
9
+
10
+ ## 0.10.5
11
+
12
+ ### Patch Changes
13
+
14
+ - forgot to build
15
+
3
16
  ## 0.10.4
4
17
 
5
18
  ### 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.5";
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.5";
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.6",
4
4
  "description": "export deployments",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -31,14 +31,14 @@
31
31
  "typescript": "^5.4.5"
32
32
  },
33
33
  "peerDependencies": {
34
- "rocketh": "0.10.11"
34
+ "rocketh": "0.10.12"
35
35
  },
36
36
  "dependencies": {
37
37
  "@types/fs-extra": "^11.0.4",
38
38
  "chalk": "4.1.2",
39
39
  "commander": "^12.0.0",
40
40
  "fs-extra": "^11.2.0",
41
- "rocketh": "0.10.11"
41
+ "rocketh": "0.10.12"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "rimraf dist && pkgroll --sourcemap",