@serenityjs/plugins 0.3.2 → 0.3.3-beta-20240610230957

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/dist/index.js +3 -3
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -218,9 +218,9 @@ var Plugins = class extends import_emitter.default {
218
218
  );
219
219
  const s = plugins.length > 1 ? "s" : "";
220
220
  this.logger.success(
221
- `Successfully initialized a total of ${plugins.length} plugin${s}! ${plugins.join(
222
- ", "
223
- )}`
221
+ `Successfully initialized a total of ${plugins.length} plugin${s}! \xA7c${plugins.join(
222
+ "\xA7r, \xA7c"
223
+ )}\xA7r`
224
224
  );
225
225
  }
226
226
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenityjs/plugins",
3
- "version": "0.3.2",
3
+ "version": "0.3.3-beta-20240610230957",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "repository": "https://github.com/SerenityJS/serenity",
@@ -18,9 +18,9 @@
18
18
  "preset": "@serenityjs/jest-presets/jest/node"
19
19
  },
20
20
  "devDependencies": {
21
- "@serenityjs/eslint-config": "*",
22
- "@serenityjs/jest-presets": "*",
23
- "@serenityjs/typescript-config": "*",
21
+ "@serenityjs/eslint-config": "0.3.3-beta-20240610230957",
22
+ "@serenityjs/jest-presets": "0.3.3-beta-20240610230957",
23
+ "@serenityjs/typescript-config": "0.3.3-beta-20240610230957",
24
24
  "@types/jest": "^29.5.12",
25
25
  "@types/node": "^20.11.24",
26
26
  "jest": "^29.7.0",
@@ -28,7 +28,7 @@
28
28
  "typescript": "^5.4.2"
29
29
  },
30
30
  "dependencies": {
31
- "@serenityjs/emitter": "*",
32
- "@serenityjs/logger": "*"
31
+ "@serenityjs/emitter": "0.3.3-beta-20240610230957",
32
+ "@serenityjs/logger": "0.3.3-beta-20240610230957"
33
33
  }
34
34
  }