@seeka-labs/cli-apps-azure 3.9.7 → 3.9.8
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/dist/index.cjs +2 -2
- package/dist/init-template.zip +0 -0
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -5730,7 +5730,7 @@ var require_commander = __commonJS({
|
|
|
5730
5730
|
var version;
|
|
5731
5731
|
var init_package = __esm({
|
|
5732
5732
|
"../cli-apps/package.json"() {
|
|
5733
|
-
version = "3.9.
|
|
5733
|
+
version = "3.9.8";
|
|
5734
5734
|
}
|
|
5735
5735
|
});
|
|
5736
5736
|
|
|
@@ -104465,7 +104465,7 @@ npmScopes:
|
|
|
104465
104465
|
var version2;
|
|
104466
104466
|
var init_package2 = __esm({
|
|
104467
104467
|
"package.json"() {
|
|
104468
|
-
version2 = "3.9.
|
|
104468
|
+
version2 = "3.9.8";
|
|
104469
104469
|
}
|
|
104470
104470
|
});
|
|
104471
104471
|
|
package/dist/init-template.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seeka-labs/cli-apps-azure",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Seeka - Apps CLI - Azure",
|
|
6
6
|
"author": "SEEKA <platform@seeka.co>",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@jest/globals": "^30",
|
|
35
35
|
"@octokit/rest": "^22.0.1",
|
|
36
|
-
"@seeka-labs/cli-apps": "^3.9.
|
|
36
|
+
"@seeka-labs/cli-apps": "^3.9.8",
|
|
37
37
|
"@types/cross-spawn": "^6",
|
|
38
38
|
"@types/jest": "^30",
|
|
39
39
|
"@types/libsodium-wrappers": "^0.7",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"ts-node": "^10",
|
|
54
54
|
"typescript": "^5"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "118327e9c72dd941fe3aec9ec69088fb59c51d08"
|
|
57
57
|
}
|