@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/.rush/temp/444be081f1907e835388474c4e294ead64669196.log +10 -0
- package/.rush/temp/4b3179751f77c172006323a6945176be854b227f.log +10 -0
- package/.rush/temp/6413579a90996a66fb4514640a826e46453fa7c6.log +10 -0
- package/.rush/temp/6c702a94179fe45bfc4dbe7cb0ea532f8f2ff643.log +10 -0
- package/.rush/temp/83985e8ed7ec7c1ac0b0710e034b74f3be829694.log +30 -0
- package/.rush/temp/9c91aeb894c1b6af3d7b805b3d60d518330ca5f8.log +10 -0
- package/.rush/temp/c8625c04a6ad6079e617c9eded6f396c5f37de34.log +30 -0
- package/.rush/temp/d97ff8c26f757ad346315b35228427d233b962e9.log +10 -0
- package/.rush/temp/ea90769d0e414c8493ab5b2b2cf05ba7305d946d.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 +4 -4
- package/.rush/temp/shrinkwrap-deps.json +66 -779
- package/CHANGELOG.json +29 -0
- package/CHANGELOG.md +13 -1
- package/package.json +3 -3
- package/rush-logs/type-guards.build.cache.log +3 -3
- package/rush-logs/type-guards.build.log +4 -3
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
|
|
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.
|
|
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
|
|
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": "
|
|
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
|
-
|
|
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) --------------------
|