frida 17.2.2 → 17.2.4

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.
@@ -656,7 +656,6 @@ export enum PackageInstallPhase {
656
656
  DownloadingPackage = "downloading-package",
657
657
  PackageInstalled = "package-installed",
658
658
  ResolvingAndInstallingAll = "resolving-and-installing-all",
659
- AwaitingCompletion = "awaiting-completion",
660
659
  DependenciesProcessed = "dependencies-processed",
661
660
  FinalizingManifests = "finalizing-manifests",
662
661
  Complete = "complete"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frida",
3
- "version": "17.2.2",
3
+ "version": "17.2.4",
4
4
  "authors": [
5
5
  "Frida Developers"
6
6
  ],
@@ -1,6 +1,6 @@
1
1
  [wrap-git]
2
2
  url = https://github.com/frida/frida-core.git
3
- revision = 17.2.2
3
+ revision = 17.2.4
4
4
  depth = 1
5
5
 
6
6
  [provide]