qawolf-socket-npm 1.0.527 → 1.0.529

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 +2 -10
  2. package/index.js +4 -4
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,24 +1,16 @@
1
1
  # qawolf-socket-npm
2
-
3
-
4
- Version: 1.0.527
5
- Updated: 2026-06-30T22:56:38.383Z
6
-
7
-
2
+ Version: 1.0.529
3
+ Updated: 2026-07-02T14:02:22.216Z
8
4
  ## Installation
9
5
  ```bash
10
6
  npm install qawolf-socket-npm
11
7
  ```
12
-
13
-
14
8
  ## Usage
15
9
  ```javascript
16
10
  const qaWolf = require('qawolf-socket-npm');
17
11
  console.log(qaWolf.test());
18
12
  console.log('Version:', qaWolf.version);
19
13
  ```
20
-
21
-
22
14
  ## Dependencies
23
15
  - lodash: Utility functions
24
16
  - axios: HTTP client
package/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
 
2
- // QA Wolf Test Package v1.0.527
2
+ // QA Wolf Test Package v1.0.529
3
3
  module.exports = {
4
- version: '1.0.527',
4
+ version: '1.0.529',
5
5
  test: () => 'QA Wolf test passed!',
6
- timestamp: '2026-06-30T22:56:38.382Z',
7
- build: 1782860198382,
6
+ timestamp: '2026-07-02T14:02:22.215Z',
7
+ build: 1783000942215,
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.527",
3
+ "version": "1.0.529",
4
4
  "description": "QA Wolf automation testing package with real-world dependencies",
5
5
  "main": "index.js",
6
6
  "scripts": {