@servicetitan/anvil2-ext-common 0.0.0-rc-20251126200448 → 0.0.0-rc-1.50.0-20251201180823

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,20 @@
1
1
  # @servicetitan/anvil2-ext-common
2
2
 
3
- ## 0.0.0-rc-20251126200448
3
+ ## 0.0.0-rc-1.50.0-20251201180823
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`98c5916`](https://github.com/servicetitan/hammer/commit/98c59167dfd615acfc605a3cd48cf67fc45b46c8), [`98c5916`](https://github.com/servicetitan/hammer/commit/98c59167dfd615acfc605a3cd48cf67fc45b46c8), [`98c5916`](https://github.com/servicetitan/hammer/commit/98c59167dfd615acfc605a3cd48cf67fc45b46c8), [`98c5916`](https://github.com/servicetitan/hammer/commit/98c59167dfd615acfc605a3cd48cf67fc45b46c8), [`98c5916`](https://github.com/servicetitan/hammer/commit/98c59167dfd615acfc605a3cd48cf67fc45b46c8)]:
8
+ - @servicetitan/anvil2@0.0.0-rc-1.50.0-20251201180823
9
+
10
+ ## 0.1.12
4
11
 
5
12
  ### Patch Changes
6
13
 
7
14
  - [#1700](https://github.com/servicetitan/hammer/pull/1700) [`9d5b72d`](https://github.com/servicetitan/hammer/commit/9d5b72d9a338b87f33f1f3c851a978f124b3e0eb) Thanks [@rgdelato](https://github.com/rgdelato)! - Add explicit `types` to `package.json` `exports`
8
15
 
9
16
  - Updated dependencies [[`9d5b72d`](https://github.com/servicetitan/hammer/commit/9d5b72d9a338b87f33f1f3c851a978f124b3e0eb)]:
10
- - @servicetitan/anvil2@0.0.0-rc-20251126200448
17
+ - @servicetitan/anvil2@1.49.3
11
18
 
12
19
  ## 0.1.11
13
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/anvil2-ext-common",
3
- "version": "0.0.0-rc-20251126200448",
3
+ "version": "0.0.0-rc-1.50.0-20251201180823",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -31,7 +31,7 @@
31
31
  "tabbable": "^6.2.0",
32
32
  "tinycolor2": "^1.6.0",
33
33
  "uuid": "^10.0.0",
34
- "@servicetitan/anvil2": "0.0.0-rc-20251126200448"
34
+ "@servicetitan/anvil2": "0.0.0-rc-1.50.0-20251201180823"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@types/react": "^18",