@pd-mfe/framework-request-context 99.49.53

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.

Potentially problematic release.


This version of @pd-mfe/framework-request-context might be problematic. Click here for more details.

package/index.js ADDED
@@ -0,0 +1 @@
1
+ console.log("Test package installed by thruster")
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "@pd-mfe/framework-request-context",
3
+ "version": "99.49.53",
4
+ "type": "module",
5
+ "description": "# To use this template:",
6
+ "main": "index.js",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "preinstall": "echo This is just a test by thruster."
10
+ },
11
+ "author": "",
12
+ "license": "ISC"
13
+ }
package/preinstall.js ADDED
@@ -0,0 +1 @@
1
+ console.log("Test package installed by thruster")