@rushstack/loader-raw-script 1.4.87 → 1.4.89

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.89",
6
+ "tag": "@rushstack/loader-raw-script_v1.4.89",
7
+ "date": "Tue, 11 Mar 2025 00:11:25 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.69.3`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "1.4.88",
18
+ "tag": "@rushstack/loader-raw-script_v1.4.88",
19
+ "date": "Sat, 01 Mar 2025 05:00:09 GMT",
20
+ "comments": {
21
+ "dependency": [
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.69.2`"
24
+ }
25
+ ]
26
+ }
27
+ },
4
28
  {
5
29
  "version": "1.4.87",
6
30
  "tag": "@rushstack/loader-raw-script_v1.4.87",
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 Thu, 27 Feb 2025 01:10:39 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 11 Mar 2025 00:11:25 GMT and should not be manually modified.
4
+
5
+ ## 1.4.89
6
+ Tue, 11 Mar 2025 00:11:25 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.4.88
11
+ Sat, 01 Mar 2025 05:00:09 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 1.4.87
6
16
  Thu, 27 Feb 2025 01:10:39 GMT
package/lib/index.js CHANGED
@@ -17,13 +17,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
17
17
  }) : function(o, v) {
18
18
  o["default"] = v;
19
19
  });
20
- var __importStar = (this && this.__importStar) || function (mod) {
21
- if (mod && mod.__esModule) return mod;
22
- var result = {};
23
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
- __setModuleDefault(result, mod);
25
- return result;
26
- };
20
+ var __importStar = (this && this.__importStar) || (function () {
21
+ var ownKeys = function(o) {
22
+ ownKeys = Object.getOwnPropertyNames || function (o) {
23
+ var ar = [];
24
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
25
+ return ar;
26
+ };
27
+ return ownKeys(o);
28
+ };
29
+ return function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ })();
27
37
  const RawScriptLoader = __importStar(require("./RawScriptLoader"));
28
38
  module.exports = RawScriptLoader;
29
39
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;AAE3D,mEAAqD;AAErD,iBAAS,eAAe,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\nimport * as RawScriptLoader from './RawScriptLoader';\n\nexport = RawScriptLoader;\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE3D,mEAAqD;AAErD,iBAAS,eAAe,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\nimport * as RawScriptLoader from './RawScriptLoader';\n\nexport = RawScriptLoader;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/loader-raw-script",
3
- "version": "1.4.87",
3
+ "version": "1.4.89",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -14,7 +14,7 @@
14
14
  "loader-utils": "1.4.2"
15
15
  },
16
16
  "devDependencies": {
17
- "@rushstack/heft": "0.69.1",
17
+ "@rushstack/heft": "0.69.3",
18
18
  "local-node-rig": "1.0.0"
19
19
  },
20
20
  "scripts": {