@itwin/core-quantity 4.1.0-dev.6 → 4.1.0-dev.62

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/CHANGELOG.md +50 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,55 @@
1
1
  # Change Log - @itwin/core-quantity
2
2
 
3
- This log was last generated on Tue, 25 Apr 2023 17:50:35 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 03 Jul 2023 15:28:41 GMT and should not be manually modified.
4
+
5
+ ## 4.0.3
6
+ Mon, 03 Jul 2023 15:28:41 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.0.2
11
+ Wed, 21 Jun 2023 22:04:43 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 4.0.1
16
+ Wed, 21 Jun 2023 20:29:13 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 4.0.0
21
+ Mon, 22 May 2023 15:34:14 GMT
22
+
23
+ ### Updates
24
+
25
+ - Update to eslint@8
26
+ - Fixed KeepSingleZero format trait where zero wasn't being retained when fractional part was all zeroes.
27
+ - Renamed UnitConversion interface to UnitConversionProps.
28
+
29
+ ## 3.7.9
30
+ Tue, 20 Jun 2023 12:51:02 GMT
31
+
32
+ _Version update only_
33
+
34
+ ## 3.7.8
35
+ Thu, 01 Jun 2023 17:00:39 GMT
36
+
37
+ _Version update only_
38
+
39
+ ## 3.7.7
40
+ Wed, 24 May 2023 17:27:09 GMT
41
+
42
+ _Version update only_
43
+
44
+ ## 3.7.6
45
+ Mon, 15 May 2023 18:23:41 GMT
46
+
47
+ _Version update only_
48
+
49
+ ## 3.7.5
50
+ Thu, 04 May 2023 19:43:18 GMT
51
+
52
+ _Version update only_
4
53
 
5
54
  ## 3.7.4
6
55
  Tue, 25 Apr 2023 17:50:35 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-quantity",
3
- "version": "4.1.0-dev.6",
3
+ "version": "4.1.0-dev.62",
4
4
  "description": "Quantity parsing, formatting and conversions for iModel.js",
5
5
  "main": "lib/cjs/core-quantity.js",
6
6
  "module": "lib/esm/core-quantity.js",
@@ -21,26 +21,26 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "devDependencies": {
24
- "@itwin/eslint-plugin": "^4.0.0-dev.33",
24
+ "@itwin/eslint-plugin": "4.0.0-dev.36",
25
25
  "@types/chai": "4.3.1",
26
26
  "@types/chai-as-promised": "^7",
27
27
  "@types/glob": "^5.0.35",
28
28
  "@types/mocha": "^8.2.2",
29
- "@types/node": "^18.11.5",
30
- "@types/sinon": "^9.0.0",
29
+ "@types/node": "18.16.1",
30
+ "@types/sinon": "^10.0.15",
31
31
  "chai": "^4.1.2",
32
32
  "chai-as-promised": "^7",
33
33
  "eslint": "^8.36.0",
34
34
  "mocha": "^10.0.0",
35
35
  "nyc": "^15.1.0",
36
36
  "rimraf": "^3.0.2",
37
- "sinon": "^9.0.2",
37
+ "sinon": "^15.0.4",
38
38
  "typescript": "~5.0.2",
39
- "@itwin/build-tools": "4.1.0-dev.6",
40
- "@itwin/core-bentley": "4.1.0-dev.6"
39
+ "@itwin/build-tools": "4.1.0-dev.62",
40
+ "@itwin/core-bentley": "4.1.0-dev.62"
41
41
  },
42
42
  "peerDependencies": {
43
- "@itwin/core-bentley": "^4.1.0-dev.6"
43
+ "@itwin/core-bentley": "^4.1.0-dev.62"
44
44
  },
45
45
  "nyc": {
46
46
  "extends": "./node_modules/@itwin/build-tools/.nycrc"