@rhombus-toolkit/type-guards 1.2.3 → 1.2.5
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/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/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.log +3 -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.5",
|
|
6
|
+
"tag": "@rhombus-toolkit/type-guards_v1.2.5",
|
|
7
|
+
"date": "Mon, 24 Jul 2023 08:06:25 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "updated workspace refs"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"dependency": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Updating dependency \"@rhombus-toolkit/func\" to `3.1.0`"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"version": "1.2.4",
|
|
23
|
+
"tag": "@rhombus-toolkit/type-guards_v1.2.4",
|
|
24
|
+
"date": "Sat, 22 Jul 2023 12:25:14 GMT",
|
|
25
|
+
"comments": {
|
|
26
|
+
"dependency": [
|
|
27
|
+
{
|
|
28
|
+
"comment": "Updating dependency \"@rhombus-toolkit/func\" from `1.3.0` to `2.0.0`"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
4
33
|
{
|
|
5
34
|
"version": "1.2.3",
|
|
6
35
|
"tag": "@rhombus-toolkit/type-guards_v1.2.3",
|
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 08:06:25 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.2.5
|
|
6
|
+
Mon, 24 Jul 2023 08:06:25 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- updated workspace refs
|
|
11
|
+
|
|
12
|
+
## 1.2.4
|
|
13
|
+
Sat, 22 Jul 2023 12:25:14 GMT
|
|
14
|
+
|
|
15
|
+
_Version update only_
|
|
4
16
|
|
|
5
17
|
## 1.2.3
|
|
6
18
|
Wed, 19 Jul 2023 01:33:48 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.5",
|
|
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": "1.
|
|
15
|
+
"@rhombus-toolkit/func": "3.1.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",
|
|
@@ -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 (4.
|
|
11
|
-
---- lifecycle finished (4.
|
|
12
|
-
-------------------- Finished (4.
|
|
10
|
+
---- build finished (4.116s) ----
|
|
11
|
+
---- lifecycle finished (4.119s) ----
|
|
12
|
+
-------------------- Finished (4.121s) --------------------
|