@rhombus-toolkit/type-guards 1.2.3 → 1.2.4

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,18 @@
1
1
  {
2
2
  "name": "@rhombus-toolkit/type-guards",
3
3
  "entries": [
4
+ {
5
+ "version": "1.2.4",
6
+ "tag": "@rhombus-toolkit/type-guards_v1.2.4",
7
+ "date": "Sat, 22 Jul 2023 12:25:14 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rhombus-toolkit/func\" from `1.3.0` to `2.0.0`"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "1.2.3",
6
18
  "tag": "@rhombus-toolkit/type-guards_v1.2.3",
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, 19 Jul 2023 01:33:48 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 22 Jul 2023 12:25:14 GMT and should not be manually modified.
4
+
5
+ ## 1.2.4
6
+ Sat, 22 Jul 2023 12:25:14 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 1.2.3
6
11
  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",
3
+ "version": "1.2.4",
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": "1.3.0"
15
+ "@rhombus-toolkit/func": "2.0.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@rushstack/heft": "~0.57.1",