@shopify/oxygen-cli 2.6.2 → 2.6.4-unstable.202311171556.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,12 @@
1
1
  # @shopify/oxygen-cli
2
2
 
3
+ ## 2.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 5e047ea: Update tsup from 7.2.0 to 7.3.0
8
+ - 3f4b1e0: Update @types/node from 20.9.0 to 20.9.1
9
+
3
10
  ## 2.6.2
4
11
 
5
12
  ### Patch Changes
@@ -11,4 +11,4 @@ interface BuildCancelResponse {
11
11
  userErrors: OxygenError[];
12
12
  }
13
13
 
14
- export { BuildCancelQuery, BuildCancelQueryData, BuildCancelResponse };
14
+ export { BuildCancelQuery, type BuildCancelQueryData, type BuildCancelResponse };
@@ -12,4 +12,4 @@ interface BuildInitiateResponse {
12
12
  userErrors: OxygenError[];
13
13
  }
14
14
 
15
- export { BuildInitiateQuery, BuildInitiateQueryData, BuildInitiateResponse };
15
+ export { BuildInitiateQuery, type BuildInitiateQueryData, type BuildInitiateResponse };
@@ -11,4 +11,4 @@ interface DeploymentCancelResponse {
11
11
  userErrors: OxygenError[];
12
12
  }
13
13
 
14
- export { DeploymentCancelQuery, DeploymentCancelQueryData, DeploymentCancelResponse };
14
+ export { DeploymentCancelQuery, type DeploymentCancelQueryData, type DeploymentCancelResponse };
@@ -13,4 +13,4 @@ interface Deployment {
13
13
  url: string;
14
14
  }
15
15
 
16
- export { DeploymentCompleteQuery, DeploymentCompleteQueryData, DeploymentCompleteResponse };
16
+ export { DeploymentCompleteQuery, type DeploymentCompleteQueryData, type DeploymentCompleteResponse };
@@ -24,4 +24,4 @@ interface DeploymentInitiateParameters {
24
24
  value: string;
25
25
  }
26
26
 
27
- export { DeploymentInitiateQuery, DeploymentInitiateQueryData, DeploymentInitiateResponse, DeploymentTargetResponse };
27
+ export { DeploymentInitiateQuery, type DeploymentInitiateQueryData, type DeploymentInitiateResponse, type DeploymentTargetResponse };
@@ -65,4 +65,4 @@ interface OxygenError {
65
65
  declare class VerificationError extends Error {
66
66
  }
67
67
 
68
- export { Build, ClientError, DeploymentConfig, DeploymentHooks, DeploymentManifestFile, DeploymentToken, EnvironmentInput, FileType, OxygenError, VerificationError };
68
+ export { type Build, type ClientError, type DeploymentConfig, type DeploymentHooks, type DeploymentManifestFile, type DeploymentToken, type EnvironmentInput, FileType, type OxygenError, VerificationError };
File without changes
@@ -167,5 +167,5 @@
167
167
  ]
168
168
  }
169
169
  },
170
- "version": "2.6.2"
170
+ "version": "2.6.4-unstable.202311171556.0"
171
171
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "@shopify:registry": "https://registry.npmjs.org"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "2.6.2",
8
+ "version": "2.6.4-unstable.202311171556.0",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -49,12 +49,12 @@
49
49
  "@shopify/eslint-plugin": "^43.0.0",
50
50
  "@shopify/prettier-config": "^1.1.2",
51
51
  "@types/async": "^3.2.23",
52
- "@types/node": "^20.9.0",
52
+ "@types/node": "^20.9.1",
53
53
  "eslint": "^8.53.0",
54
54
  "eslint-plugin-prettier": "^5.0.1",
55
55
  "node-fetch": "^3.3.2",
56
56
  "oclif": "^4",
57
- "tsup": "^7.2.0",
57
+ "tsup": "^7.3.0",
58
58
  "typescript": "^5.2.2",
59
59
  "vite": "^4.4.10",
60
60
  "vitest": "^0.34.6"