@rhombus-toolkit/type-guards 1.2.5 → 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/.rush/temp/444be081f1907e835388474c4e294ead64669196.log +10 -0
- package/.rush/temp/d97ff8c26f757ad346315b35228427d233b962e9.log +10 -0
- package/.rush/temp/operation/build/all.log +3 -3
- package/.rush/temp/operation/build/state.json +1 -1
- package/.rush/temp/package-deps_build.json +3 -3
- package/CHANGELOG.json +12 -0
- package/CHANGELOG.md +6 -1
- package/package.json +2 -2
- package/rush-logs/type-guards.build.cache.log +3 -3
- package/rush-logs/type-guards.build.log +4 -3
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
Start time: Mon Jul 24 2023 06:57:59 GMT-0400 (Eastern Daylight Time)
|
|
2
|
+
Invoking "/usr/bin/tar -x -m -f /home/tom/src/rhombus-toolkit/common/temp/build-cache/444be081f1907e835388474c4e294ead64669196"
|
|
3
|
+
|
|
4
|
+
======= BEGIN PROCESS INPUT ======
|
|
5
|
+
|
|
6
|
+
======== END PROCESS INPUT =======
|
|
7
|
+
======= BEGIN PROCESS OUTPUT =======
|
|
8
|
+
======== END PROCESS OUTPUT ========
|
|
9
|
+
|
|
10
|
+
Exited with code "0"
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
Start time: Mon Jul 24 2023 07:27:07 GMT-0400 (Eastern Daylight Time)
|
|
2
|
+
Invoking "/usr/bin/tar -x -m -f /home/tom/src/rhombus-toolkit/common/temp/build-cache/d97ff8c26f757ad346315b35228427d233b962e9"
|
|
3
|
+
|
|
4
|
+
======= BEGIN PROCESS INPUT ======
|
|
5
|
+
|
|
6
|
+
======== END PROCESS INPUT =======
|
|
7
|
+
======= BEGIN PROCESS OUTPUT =======
|
|
8
|
+
======== END PROCESS OUTPUT ========
|
|
9
|
+
|
|
10
|
+
Exited with code "0"
|
|
@@ -7,6 +7,6 @@ Invoking: heft build --clean
|
|
|
7
7
|
[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
8
|
[build:typescript] Using TypeScript version 5.1.3
|
|
9
9
|
[build:webpack] No Webpack configuration found
|
|
10
|
-
---- build finished (
|
|
11
|
-
---- lifecycle finished (
|
|
12
|
-
-------------------- Finished (
|
|
10
|
+
---- build finished (6.891s) ----
|
|
11
|
+
---- lifecycle finished (6.895s) ----
|
|
12
|
+
-------------------- Finished (6.898s) --------------------
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
|
-
"libraries/type-guards/CHANGELOG.json": "
|
|
4
|
-
"libraries/type-guards/CHANGELOG.md": "
|
|
3
|
+
"libraries/type-guards/CHANGELOG.json": "2da31f6f90bcab5951e3103803843faa3d0a6073",
|
|
4
|
+
"libraries/type-guards/CHANGELOG.md": "90f19b37bc1cc1dfa41f8ee2bd67f9416ea5f6da",
|
|
5
5
|
"libraries/type-guards/config/rig.json": "43c306d36b6860a724e614bdc4a5063e49214bf1",
|
|
6
|
-
"libraries/type-guards/package.json": "
|
|
6
|
+
"libraries/type-guards/package.json": "f8ff4c1a80c7a634489edf712c89ec97f440de4d",
|
|
7
7
|
"libraries/type-guards/src/assert-never.ts": "42c40adb766f9f90b2fe2c96997dad11d48d2836",
|
|
8
8
|
"libraries/type-guards/src/index.ts": "16703488bd4a8af2dd6c2af6fd52e790c460b231",
|
|
9
9
|
"libraries/type-guards/src/is.ts": "be4dc1f3a5a00e7135618484de03ebe3dfaffa1e",
|
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
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
|
+
},
|
|
4
16
|
{
|
|
5
17
|
"version": "1.2.5",
|
|
6
18
|
"tag": "@rhombus-toolkit/type-guards_v1.2.5",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @rhombus-toolkit/type-guards
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon, 24 Jul 2023
|
|
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_
|
|
4
9
|
|
|
5
10
|
## 1.2.5
|
|
6
11
|
Mon, 24 Jul 2023 08:06:25 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rhombus-toolkit/type-guards",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"keywords": [],
|
|
13
13
|
"author": "Thomas Butler",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@rhombus-toolkit/func": "3.
|
|
15
|
+
"@rhombus-toolkit/func": "3.2.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@rushstack/heft": "~0.57.1",
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Successfully
|
|
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 (
|
|
11
|
-
---- lifecycle finished (
|
|
12
|
-
-------------------- Finished (
|
|
11
|
+
---- build finished (6.891s) ----
|
|
12
|
+
---- lifecycle finished (6.895s) ----
|
|
13
|
+
-------------------- Finished (6.898s) --------------------
|