@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 +7 -0
- package/dist/deploy/graphql/build-cancel.d.ts +1 -1
- package/dist/deploy/graphql/build-initiate.d.ts +1 -1
- package/dist/deploy/graphql/deployment-cancel.d.ts +1 -1
- package/dist/deploy/graphql/deployment-complete.d.ts +1 -1
- package/dist/deploy/graphql/deployment-initiate.d.ts +1 -1
- package/dist/deploy/types.d.ts +1 -1
- package/dist/oxygen-cli.d.ts +0 -0
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -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 };
|
package/dist/deploy/types.d.ts
CHANGED
|
@@ -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 };
|
package/dist/oxygen-cli.d.ts
CHANGED
|
File without changes
|
package/oclif.manifest.json
CHANGED
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.
|
|
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.
|
|
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.
|
|
57
|
+
"tsup": "^7.3.0",
|
|
58
58
|
"typescript": "^5.2.2",
|
|
59
59
|
"vite": "^4.4.10",
|
|
60
60
|
"vitest": "^0.34.6"
|