@sapphire/iterator-utilities 1.0.3-next.68a65bbf → 1.0.3-next.cd7e6b59

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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/iterator-utilities",
3
- "version": "1.0.3-next.68a65bbf",
3
+ "version": "1.0.3-next.cd7e6b59",
4
4
  "description": "An iterator utility library for JavaScript.",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -13,7 +13,7 @@
13
13
  "scripts": {
14
14
  "test": "vitest run",
15
15
  "lint": "eslint src tests --ext ts --fix -c ../../.eslintrc",
16
- "build": "tsup && run-s \"build:*\"",
16
+ "build": "yarn gen-index && tsup && run-s \"build:*\"",
17
17
  "build:rename-cjs-index": "yarn tsx ../../scripts/rename-cjs-index.cts",
18
18
  "build:dynamic-side-effects": "yarn tsx ../../scripts/dynamic-side-effects.cts iterator-utilities",
19
19
  "build:check-subpath": "yarn tsx ../../scripts/subpath-updater.cts iterator-utilities",
@@ -22,7 +22,8 @@
22
22
  "docs": "typedoc-json-parser",
23
23
  "prepack": "yarn build",
24
24
  "bump": "cliff-jumper",
25
- "check-update": "cliff-jumper --dry-run"
25
+ "check-update": "cliff-jumper --dry-run",
26
+ "gen-index": "tsx ../../scripts/gen-index.cts -w iterator-utilities"
26
27
  },
27
28
  "repository": {
28
29
  "type": "git",