@fgv/ts-res-browser-cli 5.0.0-24 → 5.0.0-25

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/package.json +7 -7
  2. package/config/rig.json +0 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fgv/ts-res-browser-cli",
3
- "version": "5.0.0-24",
3
+ "version": "5.0.0-25",
4
4
  "description": "Command-line interface to launch ts-res-browser with specified options",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "commander": "^11.0.0",
25
- "@fgv/ts-res": "5.0.0-24",
26
- "@fgv/ts-utils": "5.0.0-24",
27
- "@fgv/ts-json": "5.0.0-24",
28
- "@fgv/ts-json-base": "5.0.0-24",
29
- "@fgv/ts-res-browser": "5.0.0-24"
25
+ "@fgv/ts-utils": "5.0.0-25",
26
+ "@fgv/ts-res": "5.0.0-25",
27
+ "@fgv/ts-json": "5.0.0-25",
28
+ "@fgv/ts-json-base": "5.0.0-25",
29
+ "@fgv/ts-res-browser": "5.0.0-25"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@rushstack/heft": "0.74.3",
@@ -36,7 +36,7 @@
36
36
  "eslint": "^8.57.0",
37
37
  "jest": "^29.7.0",
38
38
  "typescript": "5.8.3",
39
- "@fgv/ts-utils-jest": "5.0.0-24"
39
+ "@fgv/ts-utils-jest": "5.0.0-25"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "heft build --clean",
package/config/rig.json DELETED
@@ -1,16 +0,0 @@
1
- // The "rig.json" file directs tools to look for their config files in an external package.
2
- // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package
3
- {
4
- "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json",
5
- /**
6
- * (Required) The name of the rig package to inherit from.
7
- * It should be an NPM package name with the "-rig" suffix.
8
- */
9
- "rigPackageName": "@rushstack/heft-node-rig",
10
- /**
11
- * (Optional) Selects a config profile from the rig package. The name must consist of
12
- * lowercase alphanumeric words separated by hyphens, for example "sample-profile".
13
- * If omitted, then the "default" profile will be used."
14
- */
15
- "rigProfile": "default"
16
- }