@sapphire/bitfield 1.2.3-next.cd7e6b59 → 1.2.3-next.d2ec5e56

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 (1) hide show
  1. package/package.json +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/bitfield",
3
- "version": "1.2.3-next.cd7e6b59",
3
+ "version": "1.2.3-next.d2ec5e56",
4
4
  "description": "A bitfield utility library for JavaScript.",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -25,13 +25,12 @@
25
25
  "scripts": {
26
26
  "test": "vitest run",
27
27
  "lint": "eslint src tests --ext ts --fix -c ../../.eslintrc",
28
- "build": "yarn gen-index && tsup && yarn build:rename-cjs-index",
29
- "build:rename-cjs-index": "tsx ../../scripts/rename-cjs-index.cts",
28
+ "build": "tsup && yarn build:rename-cjs-index",
29
+ "build:rename-cjs-index": "tsx --tsconfig ../../scripts/tsconfig.json ../../scripts/rename-cjs-index.cts",
30
30
  "docs": "typedoc-json-parser",
31
31
  "prepack": "yarn build",
32
32
  "bump": "cliff-jumper",
33
- "check-update": "cliff-jumper --dry-run",
34
- "gen-index": "tsx ../../scripts/gen-index.cts -w bitfield"
33
+ "check-update": "cliff-jumper --dry-run"
35
34
  },
36
35
  "repository": {
37
36
  "type": "git",
@@ -63,7 +62,7 @@
63
62
  "access": "public"
64
63
  },
65
64
  "devDependencies": {
66
- "@favware/cliff-jumper": "^4.0.2",
65
+ "@favware/cliff-jumper": "^4.0.0",
67
66
  "@vitest/coverage-v8": "^1.6.0",
68
67
  "tsup": "^8.0.2",
69
68
  "tsx": "^4.11.0",