@rhombus-toolkit/type-guards 1.2.4 → 1.2.6

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.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,35 @@
1
1
  {
2
2
  "name": "@rhombus-toolkit/type-guards",
3
3
  "entries": [
4
+ {
5
+ "version": "1.2.6",
6
+ "tag": "@rhombus-toolkit/type-guards_v1.2.6",
7
+ "date": "Mon, 24 Jul 2023 11:27:14 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rhombus-toolkit/func\" to `3.2.0`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "1.2.5",
18
+ "tag": "@rhombus-toolkit/type-guards_v1.2.5",
19
+ "date": "Mon, 24 Jul 2023 08:06:25 GMT",
20
+ "comments": {
21
+ "patch": [
22
+ {
23
+ "comment": "updated workspace refs"
24
+ }
25
+ ],
26
+ "dependency": [
27
+ {
28
+ "comment": "Updating dependency \"@rhombus-toolkit/func\" to `3.1.0`"
29
+ }
30
+ ]
31
+ }
32
+ },
4
33
  {
5
34
  "version": "1.2.4",
6
35
  "tag": "@rhombus-toolkit/type-guards_v1.2.4",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @rhombus-toolkit/type-guards
2
2
 
3
- This log was last generated on Sat, 22 Jul 2023 12:25:14 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 24 Jul 2023 11:27:14 GMT and should not be manually modified.
4
+
5
+ ## 1.2.6
6
+ Mon, 24 Jul 2023 11:27:14 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.2.5
11
+ Mon, 24 Jul 2023 08:06:25 GMT
12
+
13
+ ### Patches
14
+
15
+ - updated workspace refs
4
16
 
5
17
  ## 1.2.4
6
18
  Sat, 22 Jul 2023 12:25:14 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhombus-toolkit/type-guards",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,12 +12,12 @@
12
12
  "keywords": [],
13
13
  "author": "Thomas Butler",
14
14
  "dependencies": {
15
- "@rhombus-toolkit/func": "2.0.0"
15
+ "@rhombus-toolkit/func": "3.2.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@rushstack/heft": "~0.57.1",
19
19
  "typescript": "^5.1.3",
20
- "@rhombus-toolkit/heft-web-rig": "~1.2.2"
20
+ "@rhombus-toolkit/heft-web-rig": "1.2.2"
21
21
  },
22
22
  "scripts": {
23
23
  "test": "heft test --clean",
@@ -1,3 +1,3 @@
1
- This project was not found in the build cache.
2
- Caching build output folders: lib, lib-commonjs, temp
3
- Successfully set cache entry.
1
+ Build cache hit.
2
+ Clearing cached folders: dist, lib, lib-amd, lib-commonjs, lib-es6, temp
3
+ Successfully restored output from the build cache.
@@ -1,3 +1,4 @@
1
+ Restoring cached log file at /home/tom/src/rhombus-toolkit/libraries/type-guards/.rush/temp/operation/build/all.log
1
2
  Invoking: heft build --clean
2
3
  ---- lifecycle started ----
3
4
  ---- build started ----
@@ -7,6 +8,6 @@ Invoking: heft build --clean
7
8
  [build:typescript] The TypeScript compiler version 5.1.3 is newer than the latest version that was tested with Heft (5.0); it may not work correctly.
8
9
  [build:typescript] Using TypeScript version 5.1.3
9
10
  [build:webpack] No Webpack configuration found
10
- ---- build finished (4.159s) ----
11
- ---- lifecycle finished (4.163s) ----
12
- -------------------- Finished (4.165s) --------------------
11
+ ---- build finished (6.891s) ----
12
+ ---- lifecycle finished (6.895s) ----
13
+ -------------------- Finished (6.898s) --------------------