@rhombus-toolkit/type-guards 1.3.0 → 1.3.1

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.
@@ -0,0 +1,30 @@
1
+ Start time: Wed Jul 26 2023 04:21:21 GMT-0400 (Eastern Daylight Time)
2
+ Invoking "/usr/bin/tar -c -f /home/tom/src/rhombus-toolkit/common/temp/build-cache/5346ebe924d38207ec5f7799bb3245612921e340-8e1cd28fe8ebb417.temp -z --files-from=-"
3
+
4
+ ======= BEGIN PROCESS INPUT ======
5
+ .rush/temp/operation/build/all.log
6
+ .rush/temp/operation/build/state.json
7
+ lib-commonjs/assert-never.js
8
+ lib-commonjs/assert-never.js.map
9
+ lib-commonjs/index.js
10
+ lib-commonjs/index.js.map
11
+ lib-commonjs/is.js
12
+ lib-commonjs/is.js.map
13
+ lib/assert-never.d.ts
14
+ lib/assert-never.d.ts.map
15
+ lib/assert-never.js
16
+ lib/assert-never.js.map
17
+ lib/index.d.ts
18
+ lib/index.d.ts.map
19
+ lib/index.js
20
+ lib/index.js.map
21
+ lib/is.d.ts
22
+ lib/is.d.ts.map
23
+ lib/is.js
24
+ lib/is.js.map
25
+ temp/build.typescript/ts_VRykbCrU.json
26
+ ======== END PROCESS INPUT =======
27
+ ======= BEGIN PROCESS OUTPUT =======
28
+ ======== END PROCESS OUTPUT ========
29
+
30
+ Exited with code "0"
@@ -0,0 +1,30 @@
1
+ Start time: Wed Jul 26 2023 04:18:58 GMT-0400 (Eastern Daylight Time)
2
+ Invoking "/usr/bin/tar -c -f /home/tom/src/rhombus-toolkit/common/temp/build-cache/d97519a714fed69cb25a7b063ab78a448cd6cba7-f6ccfd673c4acfb8.temp -z --files-from=-"
3
+
4
+ ======= BEGIN PROCESS INPUT ======
5
+ .rush/temp/operation/build/all.log
6
+ .rush/temp/operation/build/state.json
7
+ lib-commonjs/assert-never.js
8
+ lib-commonjs/assert-never.js.map
9
+ lib-commonjs/index.js
10
+ lib-commonjs/index.js.map
11
+ lib-commonjs/is.js
12
+ lib-commonjs/is.js.map
13
+ lib/assert-never.d.ts
14
+ lib/assert-never.d.ts.map
15
+ lib/assert-never.js
16
+ lib/assert-never.js.map
17
+ lib/index.d.ts
18
+ lib/index.d.ts.map
19
+ lib/index.js
20
+ lib/index.js.map
21
+ lib/is.d.ts
22
+ lib/is.d.ts.map
23
+ lib/is.js
24
+ lib/is.js.map
25
+ temp/build.typescript/ts_VRykbCrU.json
26
+ ======== END PROCESS INPUT =======
27
+ ======= BEGIN PROCESS OUTPUT =======
28
+ ======== END PROCESS OUTPUT ========
29
+
30
+ 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 (7.254s) ----
11
- ---- lifecycle finished (7.258s) ----
12
- -------------------- Finished (7.262s) --------------------
10
+ ---- build finished (5.019s) ----
11
+ ---- lifecycle finished (5.023s) ----
12
+ -------------------- Finished (5.027s) --------------------
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 8154.61833100021
2
+ "nonCachedDurationMs": 5988.389735996723
3
3
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "files": {
3
- "libraries/type-guards/CHANGELOG.json": "e28399c59da3c10401e6f11172343be09ecf3c29",
4
- "libraries/type-guards/CHANGELOG.md": "4b513090a48fb392f38708238c919ee3bf305582",
3
+ "libraries/type-guards/CHANGELOG.json": "a6ce6eba5e902b268d355c16daacf702345e9231",
4
+ "libraries/type-guards/CHANGELOG.md": "33816196150f5cffcb130e6ac5e3a8689b82b9cb",
5
5
  "libraries/type-guards/config/rig.json": "43c306d36b6860a724e614bdc4a5063e49214bf1",
6
- "libraries/type-guards/package.json": "c6ebdaa1c4edea54833040197e5503a6ee249237",
6
+ "libraries/type-guards/package.json": "9902bf221e3151630e9321ec41feeed65a573f1f",
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.3.1",
6
+ "tag": "@rhombus-toolkit/type-guards_v1.3.1",
7
+ "date": "Wed, 26 Jul 2023 08:21:53 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rhombus-toolkit/func\" to `3.5.0`"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "1.3.0",
6
18
  "tag": "@rhombus-toolkit/type-guards_v1.3.0",
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 Wed, 26 Jul 2023 08:09:07 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 26 Jul 2023 08:21:53 GMT and should not be manually modified.
4
+
5
+ ## 1.3.1
6
+ Wed, 26 Jul 2023 08:21:53 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 1.3.0
6
11
  Wed, 26 Jul 2023 08:09:07 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhombus-toolkit/type-guards",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
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.4.0"
15
+ "@rhombus-toolkit/func": "3.5.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@rushstack/heft": "~0.58.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 (7.254s) ----
11
- ---- lifecycle finished (7.258s) ----
12
- -------------------- Finished (7.262s) --------------------
10
+ ---- build finished (5.019s) ----
11
+ ---- lifecycle finished (5.023s) ----
12
+ -------------------- Finished (5.027s) --------------------