@shell-shock/plugin-upgrade 0.1.4 → 0.1.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.
@@ -19,18 +19,34 @@ declare function GetPackageManagerFunctionDeclaration(): _alloy_js_core0.Childre
19
19
  */
20
20
  declare function FetchNpmPackageFunctionDeclaration(): _alloy_js_core0.Children;
21
21
  /**
22
- * The `getLatest` handler function declaration code for the Shell Shock project.
22
+ * The `getLatestVersion` handler function declaration code for the Shell Shock project.
23
23
  */
24
- declare function GetLatestFunctionDeclaration(): _alloy_js_core0.Children;
24
+ declare function GetLatestVersionFunctionDeclaration(): _alloy_js_core0.Children;
25
25
  /**
26
- * The `install` handler function declaration code for the Shell Shock project.
26
+ * The `upgrade` handler function declaration code for the Shell Shock project.
27
27
  */
28
- declare function InstallFunctionDeclaration(): _alloy_js_core0.Children;
28
+ declare function GetUpgradeCommandFunctionDeclaration(): _alloy_js_core0.Children;
29
+ /**
30
+ * The `upgrade` handler function declaration code for the Shell Shock project.
31
+ */
32
+ declare function UpgradeFunctionDeclaration(): _alloy_js_core0.Children;
33
+ /**
34
+ * The `updateVersionCheckFile` handler function declaration code for the Shell Shock project.
35
+ */
36
+ declare function UpdateVersionCheckFileFunctionDeclaration(): _alloy_js_core0.Children;
37
+ /**
38
+ * The `isCheckForUpdatesRequired` handler function declaration code for the Shell Shock project.
39
+ */
40
+ declare function IsCheckForUpdatesRequiredFunctionDeclaration(): _alloy_js_core0.Children;
41
+ /**
42
+ * The `checkForUpdates` handler function declaration code for the Shell Shock project.
43
+ */
44
+ declare function CheckForUpdatesFunctionDeclaration(): _alloy_js_core0.Children;
29
45
  interface UpgradeBuiltinProps extends Omit<BuiltinFileProps, "id" | "description"> {}
30
46
  /**
31
47
  * A built-in upgrade module for Shell Shock.
32
48
  */
33
49
  declare function UpgradeBuiltin(props: UpgradeBuiltinProps): _alloy_js_core0.Children;
34
50
  //#endregion
35
- export { FetchNpmPackageFunctionDeclaration, GetLatestFunctionDeclaration, GetPackageManagerFunctionDeclaration, InstallFunctionDeclaration, LocateLockfileFunctionDeclaration, LocatePackageJsonFunctionDeclaration, UpgradeBuiltin, UpgradeBuiltinProps };
51
+ export { CheckForUpdatesFunctionDeclaration, FetchNpmPackageFunctionDeclaration, GetLatestVersionFunctionDeclaration, GetPackageManagerFunctionDeclaration, GetUpgradeCommandFunctionDeclaration, IsCheckForUpdatesRequiredFunctionDeclaration, LocateLockfileFunctionDeclaration, LocatePackageJsonFunctionDeclaration, UpdateVersionCheckFileFunctionDeclaration, UpgradeBuiltin, UpgradeBuiltinProps, UpgradeFunctionDeclaration };
36
52
  //# sourceMappingURL=upgrade-builtin.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"upgrade-builtin.d.cts","names":[],"sources":["../../src/components/upgrade-builtin.tsx"],"sourcesContent":[],"mappings":";;;;;;;AA2CgB,iBAAA,oCAAA,CAAA,CAAoC,EAAA,eAAA,CAAA,QAAA;AAwEpD;AAwFA;AAyIA;AA6KgB,iBA9YA,iCAAA,CAAA,CA8Y4B,EA9YK,eAAA,CAAA,QA8YL;AAwC5C;AAgFA;AAQA;iBAtbgB,oCAAA,CAAA,GAAoC,eAAA,CAAA;;;;iBAyIpC,kCAAA,CAAA,GAAkC,eAAA,CAAA;;;;iBA6KlC,4BAAA,CAAA,GAA4B,eAAA,CAAA;;;;iBAwC5B,0BAAA,CAAA,GAA0B,eAAA,CAAA;UAgFzB,mBAAA,SAA4B,KAC3C;;;;iBAOc,cAAA,QAAsB,sBAAmB,eAAA,CAAA"}
1
+ {"version":3,"file":"upgrade-builtin.d.cts","names":[],"sources":["../../src/components/upgrade-builtin.tsx"],"sourcesContent":[],"mappings":";;;;;;;AA6CgB,iBAAA,oCAAA,CAAA,CAAoC,EAAA,eAAA,CAAA,QAAA;AAgGpD;AAuFA;AAkJA;AA6KgB,iBAtZA,iCAAA,CAAA,CAsZmC,EAtZF,eAAA,CAAA,QAsZE;AA2CnD;AAyEA;AAyFA;AA6BgB,iBAziBA,oCAAA,CAAA,CAyiB4C,EAziBR,eAAA,CAAA,QAyiBQ;AAuD5D;AAoIA;AAQA;iBA1lBgB,kCAAA,CAAA,GAAkC,eAAA,CAAA;;;;iBA6KlC,mCAAA,CAAA,GAAmC,eAAA,CAAA;;;;iBA2CnC,oCAAA,CAAA,GAAoC,eAAA,CAAA;;;;iBAyEpC,0BAAA,CAAA,GAA0B,eAAA,CAAA;;;;iBAyF1B,yCAAA,CAAA,GAAyC,eAAA,CAAA;;;;iBA6BzC,4CAAA,CAAA,GAA4C,eAAA,CAAA;;;;iBAuD5C,kCAAA,CAAA,GAAkC,eAAA,CAAA;UAoIjC,mBAAA,SAA4B,KAC3C;;;;iBAOc,cAAA,QAAsB,sBAAmB,eAAA,CAAA"}
@@ -19,18 +19,34 @@ declare function GetPackageManagerFunctionDeclaration(): _alloy_js_core0.Childre
19
19
  */
20
20
  declare function FetchNpmPackageFunctionDeclaration(): _alloy_js_core0.Children;
21
21
  /**
22
- * The `getLatest` handler function declaration code for the Shell Shock project.
22
+ * The `getLatestVersion` handler function declaration code for the Shell Shock project.
23
23
  */
24
- declare function GetLatestFunctionDeclaration(): _alloy_js_core0.Children;
24
+ declare function GetLatestVersionFunctionDeclaration(): _alloy_js_core0.Children;
25
25
  /**
26
- * The `install` handler function declaration code for the Shell Shock project.
26
+ * The `upgrade` handler function declaration code for the Shell Shock project.
27
27
  */
28
- declare function InstallFunctionDeclaration(): _alloy_js_core0.Children;
28
+ declare function GetUpgradeCommandFunctionDeclaration(): _alloy_js_core0.Children;
29
+ /**
30
+ * The `upgrade` handler function declaration code for the Shell Shock project.
31
+ */
32
+ declare function UpgradeFunctionDeclaration(): _alloy_js_core0.Children;
33
+ /**
34
+ * The `updateVersionCheckFile` handler function declaration code for the Shell Shock project.
35
+ */
36
+ declare function UpdateVersionCheckFileFunctionDeclaration(): _alloy_js_core0.Children;
37
+ /**
38
+ * The `isCheckForUpdatesRequired` handler function declaration code for the Shell Shock project.
39
+ */
40
+ declare function IsCheckForUpdatesRequiredFunctionDeclaration(): _alloy_js_core0.Children;
41
+ /**
42
+ * The `checkForUpdates` handler function declaration code for the Shell Shock project.
43
+ */
44
+ declare function CheckForUpdatesFunctionDeclaration(): _alloy_js_core0.Children;
29
45
  interface UpgradeBuiltinProps extends Omit<BuiltinFileProps, "id" | "description"> {}
30
46
  /**
31
47
  * A built-in upgrade module for Shell Shock.
32
48
  */
33
49
  declare function UpgradeBuiltin(props: UpgradeBuiltinProps): _alloy_js_core0.Children;
34
50
  //#endregion
35
- export { FetchNpmPackageFunctionDeclaration, GetLatestFunctionDeclaration, GetPackageManagerFunctionDeclaration, InstallFunctionDeclaration, LocateLockfileFunctionDeclaration, LocatePackageJsonFunctionDeclaration, UpgradeBuiltin, UpgradeBuiltinProps };
51
+ export { CheckForUpdatesFunctionDeclaration, FetchNpmPackageFunctionDeclaration, GetLatestVersionFunctionDeclaration, GetPackageManagerFunctionDeclaration, GetUpgradeCommandFunctionDeclaration, IsCheckForUpdatesRequiredFunctionDeclaration, LocateLockfileFunctionDeclaration, LocatePackageJsonFunctionDeclaration, UpdateVersionCheckFileFunctionDeclaration, UpgradeBuiltin, UpgradeBuiltinProps, UpgradeFunctionDeclaration };
36
52
  //# sourceMappingURL=upgrade-builtin.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"upgrade-builtin.d.mts","names":[],"sources":["../../src/components/upgrade-builtin.tsx"],"sourcesContent":[],"mappings":";;;;;;;AA2CgB,iBAAA,oCAAA,CAAA,CAAoC,EAAA,eAAA,CAAA,QAAA;AAwEpD;AAwFA;AAyIA;AA6KgB,iBA9YA,iCAAA,CAAA,CA8Y4B,EA9YK,eAAA,CAAA,QA8YL;AAwC5C;AAgFA;AAQA;iBAtbgB,oCAAA,CAAA,GAAoC,eAAA,CAAA;;;;iBAyIpC,kCAAA,CAAA,GAAkC,eAAA,CAAA;;;;iBA6KlC,4BAAA,CAAA,GAA4B,eAAA,CAAA;;;;iBAwC5B,0BAAA,CAAA,GAA0B,eAAA,CAAA;UAgFzB,mBAAA,SAA4B,KAC3C;;;;iBAOc,cAAA,QAAsB,sBAAmB,eAAA,CAAA"}
1
+ {"version":3,"file":"upgrade-builtin.d.mts","names":[],"sources":["../../src/components/upgrade-builtin.tsx"],"sourcesContent":[],"mappings":";;;;;;;AA6CgB,iBAAA,oCAAA,CAAA,CAAoC,EAAA,eAAA,CAAA,QAAA;AAgGpD;AAuFA;AAkJA;AA6KgB,iBAtZA,iCAAA,CAAA,CAsZmC,EAtZF,eAAA,CAAA,QAsZE;AA2CnD;AAyEA;AAyFA;AA6BgB,iBAziBA,oCAAA,CAAA,CAyiB4C,EAziBR,eAAA,CAAA,QAyiBQ;AAuD5D;AAoIA;AAQA;iBA1lBgB,kCAAA,CAAA,GAAkC,eAAA,CAAA;;;;iBA6KlC,mCAAA,CAAA,GAAmC,eAAA,CAAA;;;;iBA2CnC,oCAAA,CAAA,GAAoC,eAAA,CAAA;;;;iBAyEpC,0BAAA,CAAA,GAA0B,eAAA,CAAA;;;;iBAyF1B,yCAAA,CAAA,GAAyC,eAAA,CAAA;;;;iBA6BzC,4CAAA,CAAA,GAA4C,eAAA,CAAA;;;;iBAuD5C,kCAAA,CAAA,GAAkC,eAAA,CAAA;UAoIjC,mBAAA,SAA4B,KAC3C;;;;iBAOc,cAAA,QAAsB,sBAAmB,eAAA,CAAA"}