pacquet 0.2.2-2 → 0.2.2-3

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.
Files changed (2) hide show
  1. package/bin/pacquet +1 -1
  2. package/package.json +7 -7
package/bin/pacquet CHANGED
@@ -41,7 +41,7 @@ if (binPath) {
41
41
  } else {
42
42
  console.error(
43
43
  "The pacquet CLI package doesn't ship with prebuilt binaries for your platform yet. " +
44
- "You can create an issue at https://github.com/anonrig/pacquet/issues for support."
44
+ "You can create an issue at https://github.com/pnpm/pacquet/issues for support."
45
45
  );
46
46
  process.exitCode = 1;
47
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pacquet",
3
- "version": "0.2.2-2",
3
+ "version": "0.2.2-3",
4
4
  "description": "The official pnpm rewrite in Rust (preview, not production-ready)",
5
5
  "keywords": [
6
6
  "pnpm"
@@ -24,12 +24,12 @@
24
24
  "bin/pacquet"
25
25
  ],
26
26
  "optionalDependencies": {
27
- "@pacquet/win32-x64": "0.2.2-2",
28
- "@pacquet/win32-arm64": "0.2.2-2",
29
- "@pacquet/darwin-x64": "0.2.2-2",
30
- "@pacquet/darwin-arm64": "0.2.2-2",
31
- "@pacquet/linux-x64": "0.2.2-2",
32
- "@pacquet/linux-arm64": "0.2.2-2"
27
+ "@pacquet/win32-x64": "0.2.2-3",
28
+ "@pacquet/win32-arm64": "0.2.2-3",
29
+ "@pacquet/darwin-x64": "0.2.2-3",
30
+ "@pacquet/darwin-arm64": "0.2.2-3",
31
+ "@pacquet/linux-x64": "0.2.2-3",
32
+ "@pacquet/linux-arm64": "0.2.2-3"
33
33
  },
34
34
  "bin": {
35
35
  "pacquet": "bin/pacquet"