qawolf-socket-npm 1.0.518 → 1.0.520

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 (3) hide show
  1. package/README.md +10 -2
  2. package/index.js +4 -4
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,16 +1,24 @@
1
1
  # qawolf-socket-npm
2
- Version: 1.0.518
3
- Updated: 2026-06-30T15:57:41.904Z
2
+
3
+
4
+ Version: 1.0.520
5
+ Updated: 2026-06-30T22:49:20.578Z
6
+
7
+
4
8
  ## Installation
5
9
  ```bash
6
10
  npm install qawolf-socket-npm
7
11
  ```
12
+
13
+
8
14
  ## Usage
9
15
  ```javascript
10
16
  const qaWolf = require('qawolf-socket-npm');
11
17
  console.log(qaWolf.test());
12
18
  console.log('Version:', qaWolf.version);
13
19
  ```
20
+
21
+
14
22
  ## Dependencies
15
23
  - lodash: Utility functions
16
24
  - axios: HTTP client
package/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
 
2
- // QA Wolf Test Package v1.0.518
2
+ // QA Wolf Test Package v1.0.520
3
3
  module.exports = {
4
- version: '1.0.518',
4
+ version: '1.0.520',
5
5
  test: () => 'QA Wolf test passed!',
6
- timestamp: '2026-06-30T15:57:41.903Z',
7
- build: 1782835061903,
6
+ timestamp: '2026-06-30T22:49:20.577Z',
7
+ build: 1782859760578,
8
8
  info: {
9
9
  name: 'qawolf-socket-npm',
10
10
  description: 'QA Wolf automation package',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qawolf-socket-npm",
3
- "version": "1.0.518",
3
+ "version": "1.0.520",
4
4
  "description": "QA Wolf automation testing package with real-world dependencies",
5
5
  "main": "index.js",
6
6
  "scripts": {