@rushstack/loader-raw-script 1.3.215 → 1.3.218

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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -19,7 +19,7 @@ require("@rushstack/loader-raw-script!path/to/script.js");
19
19
  ## Links
20
20
 
21
21
  - [CHANGELOG.md](
22
- https://github.com/microsoft/rushstack/blob/master/webpack/loader-raw-script/CHANGELOG.md) - Find
22
+ https://github.com/microsoft/rushstack/blob/main/webpack/loader-raw-script/CHANGELOG.md) - Find
23
23
  out what's new in the latest version
24
24
 
25
25
  `@rushstack/loader-raw-script` is part of the [Rush Stack](https://rushstack.io/) family of projects.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/loader-raw-script",
3
- "version": "1.3.215",
3
+ "version": "1.3.218",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -14,9 +14,9 @@
14
14
  "loader-utils": "~1.1.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@rushstack/eslint-config": "2.5.2",
18
- "@rushstack/heft": "0.44.6",
19
- "@rushstack/heft-node-rig": "1.8.4",
17
+ "@rushstack/eslint-config": "2.5.3",
18
+ "@rushstack/heft": "0.44.9",
19
+ "@rushstack/heft-node-rig": "1.8.7",
20
20
  "@types/heft-jest": "1.0.1",
21
21
  "@types/node": "12.20.24"
22
22
  },
@@ -25,5 +25,5 @@
25
25
  "_phase:build": "heft build --clean",
26
26
  "_phase:test": "heft test --no-build"
27
27
  },
28
- "readme": "# @rushstack/loader-raw-script\n\n## Installation\n\n`npm install @rushstack/loader-raw-script --save-dev`\n\n## Overview\n\nThis simple Webpack loader loads a script file's contents directly in a webpack bundle using an `eval(...)`.\n\n## Usage\n\n[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)\n\n``` javascript\nrequire(\"@rushstack/loader-raw-script!path/to/script.js\");\n```\n\n## Links\n\n- [CHANGELOG.md](\n https://github.com/microsoft/rushstack/blob/master/webpack/loader-raw-script/CHANGELOG.md) - Find\n out what's new in the latest version\n\n`@rushstack/loader-raw-script` is part of the [Rush Stack](https://rushstack.io/) family of projects.\n"
28
+ "readme": "# @rushstack/loader-raw-script\n\n## Installation\n\n`npm install @rushstack/loader-raw-script --save-dev`\n\n## Overview\n\nThis simple Webpack loader loads a script file's contents directly in a webpack bundle using an `eval(...)`.\n\n## Usage\n\n[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)\n\n``` javascript\nrequire(\"@rushstack/loader-raw-script!path/to/script.js\");\n```\n\n## Links\n\n- [CHANGELOG.md](\n https://github.com/microsoft/rushstack/blob/main/webpack/loader-raw-script/CHANGELOG.md) - Find\n out what's new in the latest version\n\n`@rushstack/loader-raw-script` is part of the [Rush Stack](https://rushstack.io/) family of projects.\n"
29
29
  }