@rushstack/loader-raw-script 1.4.102 → 1.4.104

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.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,30 @@
1
1
  {
2
2
  "name": "@rushstack/loader-raw-script",
3
3
  "entries": [
4
+ {
5
+ "version": "1.4.104",
6
+ "tag": "@rushstack/loader-raw-script_v1.4.104",
7
+ "date": "Wed, 23 Jul 2025 20:55:57 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.74.1`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "1.4.103",
18
+ "tag": "@rushstack/loader-raw-script_v1.4.103",
19
+ "date": "Sat, 21 Jun 2025 00:13:15 GMT",
20
+ "comments": {
21
+ "dependency": [
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.74.0`"
24
+ }
25
+ ]
26
+ }
27
+ },
4
28
  {
5
29
  "version": "1.4.102",
6
30
  "tag": "@rushstack/loader-raw-script_v1.4.102",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @rushstack/loader-raw-script
2
2
 
3
- This log was last generated on Tue, 13 May 2025 02:09:20 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 23 Jul 2025 20:55:57 GMT and should not be manually modified.
4
+
5
+ ## 1.4.104
6
+ Wed, 23 Jul 2025 20:55:57 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.4.103
11
+ Sat, 21 Jun 2025 00:13:15 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 1.4.102
6
16
  Tue, 13 May 2025 02:09:20 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/loader-raw-script",
3
- "version": "1.4.102",
3
+ "version": "1.4.104",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -14,7 +14,8 @@
14
14
  "loader-utils": "1.4.2"
15
15
  },
16
16
  "devDependencies": {
17
- "@rushstack/heft": "0.73.6",
17
+ "eslint": "~9.25.1",
18
+ "@rushstack/heft": "0.74.1",
18
19
  "local-node-rig": "1.0.0"
19
20
  },
20
21
  "scripts": {