pubm 0.0.0-alpha.13 → 0.0.0-alpha.14

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.
@@ -1 +1 @@
1
- 1c6ab800220010cccc00a20fefb9b039f33ed35e5c4c7289b4824faaefdc3d7668ac308ef610826bc7b5a148c30e1c1d
1
+ 2c2abf8d3c256c379227aa11b4fd4fa9135c8a95045eea658710f7f8b9fb142ad31c524b5a440994494d785cd19991a9
package/bin/cli.js CHANGED
@@ -1070,7 +1070,7 @@ var jsrAvailableCheckTasks = {
1070
1070
  type: "password",
1071
1071
  message: `Please enter the jsr ${color3.bold("API token")}`,
1072
1072
  footer: `
1073
- Generate a token from ${color3.bold(link("jsr.io", "https://jsr.io/account/tokens/create/"))}. ${color3.red("You should select")} ${color3.bold("'Interact with the JSR API'")}.`
1073
+ Generate a token from ${color3.bold(link("jsr.io", "https://jsr.io/account/tokens/create"))}. ${color3.red("You should select")} ${color3.bold("'Interact with the JSR API'")}.`
1074
1074
  });
1075
1075
  try {
1076
1076
  if (await jsr.client.user()) break;
@@ -1510,7 +1510,7 @@ var requiredConditionsCheckTask = (options2) => createListr({
1510
1510
  },
1511
1511
  {
1512
1512
  title: "Checking if test and build scripts exist",
1513
- skip: (ctx) => !ctx.jsrOnly,
1513
+ skip: (ctx) => ctx.jsrOnly,
1514
1514
  task: async (ctx) => {
1515
1515
  const { scripts } = await getPackageJson();
1516
1516
  const errors = [];
package/dist/index.cjs CHANGED
@@ -1100,7 +1100,7 @@ var jsrAvailableCheckTasks = {
1100
1100
  type: "password",
1101
1101
  message: `Please enter the jsr ${import_listr24.color.bold("API token")}`,
1102
1102
  footer: `
1103
- Generate a token from ${import_listr24.color.bold(link("jsr.io", "https://jsr.io/account/tokens/create/"))}. ${import_listr24.color.red("You should select")} ${import_listr24.color.bold("'Interact with the JSR API'")}.`
1103
+ Generate a token from ${import_listr24.color.bold(link("jsr.io", "https://jsr.io/account/tokens/create"))}. ${import_listr24.color.red("You should select")} ${import_listr24.color.bold("'Interact with the JSR API'")}.`
1104
1104
  });
1105
1105
  try {
1106
1106
  if (await jsr.client.user()) break;
@@ -1541,7 +1541,7 @@ var requiredConditionsCheckTask = (options) => createListr({
1541
1541
  },
1542
1542
  {
1543
1543
  title: "Checking if test and build scripts exist",
1544
- skip: (ctx) => !ctx.jsrOnly,
1544
+ skip: (ctx) => ctx.jsrOnly,
1545
1545
  task: async (ctx) => {
1546
1546
  const { scripts } = await getPackageJson();
1547
1547
  const errors = [];
package/dist/index.js CHANGED
@@ -1064,7 +1064,7 @@ var jsrAvailableCheckTasks = {
1064
1064
  type: "password",
1065
1065
  message: `Please enter the jsr ${color3.bold("API token")}`,
1066
1066
  footer: `
1067
- Generate a token from ${color3.bold(link("jsr.io", "https://jsr.io/account/tokens/create/"))}. ${color3.red("You should select")} ${color3.bold("'Interact with the JSR API'")}.`
1067
+ Generate a token from ${color3.bold(link("jsr.io", "https://jsr.io/account/tokens/create"))}. ${color3.red("You should select")} ${color3.bold("'Interact with the JSR API'")}.`
1068
1068
  });
1069
1069
  try {
1070
1070
  if (await jsr.client.user()) break;
@@ -1504,7 +1504,7 @@ var requiredConditionsCheckTask = (options) => createListr({
1504
1504
  },
1505
1505
  {
1506
1506
  title: "Checking if test and build scripts exist",
1507
- skip: (ctx) => !ctx.jsrOnly,
1507
+ skip: (ctx) => ctx.jsrOnly,
1508
1508
  task: async (ctx) => {
1509
1509
  const { scripts } = await getPackageJson();
1510
1510
  const errors = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pubm",
3
- "version": "0.0.0-alpha.13",
3
+ "version": "0.0.0-alpha.14",
4
4
  "engines": {
5
5
  "node": ">=18",
6
6
  "git": ">=2.11.0"