pinejs-client-request 7.3.4-bump-core-version-ecb47034cbea2ee328151cbc5af3bbab81ea993c → 7.3.4

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.
@@ -8,7 +8,7 @@
8
8
  author: Paul Jonathan Zoulin
9
9
  nested: []
10
10
  version: 7.3.4
11
- date: 2022-01-25T15:18:40.537Z
11
+ date: 2022-01-25T15:30:00.975Z
12
12
  - commits:
13
13
  - subject: Make use of nullish coalescing assignment where possible
14
14
  hash: 0f9d3b810d69d3c1a059bac993db54c16caeedb2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinejs-client-request",
3
- "version": "7.3.4-bump-core-version-ecb47034cbea2ee328151cbc5af3bbab81ea993c",
3
+ "version": "7.3.4",
4
4
  "description": "This module provides a request backend for pinejs-client.",
5
5
  "main": "request.js",
6
6
  "types": "request.d.ts",
@@ -47,6 +47,6 @@
47
47
  ]
48
48
  },
49
49
  "versionist": {
50
- "publishedAt": "2022-01-25T15:18:40.617Z"
50
+ "publishedAt": "2022-01-25T15:30:01.056Z"
51
51
  }
52
52
  }