balena-semver 2.3.3 → 2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -123,7 +123,7 @@ versions_1.versions.forEach(function (version) {
123
123
  should correctly sort lists of versions.
124
124
 
125
125
  ```js
126
- (0, chai.expect)(sortBy(versions_1.versions.slice(), semver.compare)).to.eql(versions_1.versions);
126
+ (0, chai.expect)(versions_1.versions.slice().sort(semver.compare)).to.eql(versions_1.versions);
127
127
  ```
128
128
 
129
129
  should correctly compare versions with leading 0s.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-semver",
3
- "version": "2.3.3",
3
+ "version": "2.3.4",
4
4
  "description": "Balena specific semver utility methods",
5
5
  "main": "build/index.js",
6
6
  "typings": "build/index.d.ts",
@@ -65,6 +65,6 @@
65
65
  }
66
66
  },
67
67
  "versionist": {
68
- "publishedAt": "2023-07-14T07:12:22.639Z"
68
+ "publishedAt": "2023-10-25T09:50:23.702Z"
69
69
  }
70
70
  }