@rhombus-toolkit/type-guards 1.2.4 → 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/CHANGELOG.json CHANGED
@@ -1,6 +1,23 @@
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
+ },
4
21
  {
5
22
  "version": "1.2.4",
6
23
  "tag": "@rhombus-toolkit/type-guards_v1.2.4",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @rhombus-toolkit/type-guards
2
2
 
3
- This log was last generated on Sat, 22 Jul 2023 12:25:14 GMT and should not be manually modified.
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
4
11
 
5
12
  ## 1.2.4
6
13
  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.4",
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": "2.0.0"
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": "~1.2.2"
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.159s) ----
11
- ---- lifecycle finished (4.163s) ----
12
- -------------------- Finished (4.165s) --------------------
10
+ ---- build finished (4.116s) ----
11
+ ---- lifecycle finished (4.119s) ----
12
+ -------------------- Finished (4.121s) --------------------