@servicetitan/anvil2-ext-common 0.3.7 → 0.3.9
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.md +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @servicetitan/anvil2-ext-common
|
|
2
2
|
|
|
3
|
+
## 0.3.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a51345c`](https://github.com/servicetitan/hammer/commit/a51345c0faa0aa450fa0521c20f6f246786200ae), [`f302fec`](https://github.com/servicetitan/hammer/commit/f302fec736e735cd295f99f3ded1781de4cfa01d), [`a51345c`](https://github.com/servicetitan/hammer/commit/a51345c0faa0aa450fa0521c20f6f246786200ae), [`decd49c`](https://github.com/servicetitan/hammer/commit/decd49c1013a230ff7b62386dfe47f796361dbfe), [`1867db7`](https://github.com/servicetitan/hammer/commit/1867db761e09a6b503546351954006046f343692), [`714365c`](https://github.com/servicetitan/hammer/commit/714365c32369a28a632b422c9b634421a8db94fb), [`d4b9b0a`](https://github.com/servicetitan/hammer/commit/d4b9b0afa14b4c6d5b7f8eecb960f53437e618d7), [`fe7363e`](https://github.com/servicetitan/hammer/commit/fe7363e12691f0de320b97ab6217cbcbcda814f4), [`f216ae0`](https://github.com/servicetitan/hammer/commit/f216ae0bc3df7fc99917ff2f99f3b988dac5b794), [`dc8b171`](https://github.com/servicetitan/hammer/commit/dc8b17116d8971217cb2867fc4289a9d5eaaa021)]:
|
|
8
|
+
- @servicetitan/anvil2@2.9.0
|
|
9
|
+
|
|
10
|
+
## 0.3.8
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`0814ff2`](https://github.com/servicetitan/hammer/commit/0814ff20e6fe13264289c13014ed3646ca08e69e), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`5cef90f`](https://github.com/servicetitan/hammer/commit/5cef90f66ffba73a29f485848312bd5f9cc67037), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`f8d56e0`](https://github.com/servicetitan/hammer/commit/f8d56e000d06d8b1725674de99e8e60dcd1e940f), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`1f3828b`](https://github.com/servicetitan/hammer/commit/1f3828bf0708c806ba03b681425eec6deae4a8b8), [`75f1cf1`](https://github.com/servicetitan/hammer/commit/75f1cf1d9a13bd95daf1d1913602898baa0df199), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`c27d4df`](https://github.com/servicetitan/hammer/commit/c27d4dfcc4088189eb3c9f7609d7656b6859936a), [`f8d56e0`](https://github.com/servicetitan/hammer/commit/f8d56e000d06d8b1725674de99e8e60dcd1e940f), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165)]:
|
|
15
|
+
- @servicetitan/anvil2@2.8.0
|
|
16
|
+
|
|
3
17
|
## 0.3.7
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@servicetitan/anvil2-ext-common",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
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": "2.
|
|
34
|
+
"@servicetitan/anvil2": "2.9.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@types/react": "^18 || ^19",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"svgo": "^3.3.2",
|
|
78
78
|
"typescript": "~5.7.2",
|
|
79
79
|
"unified": "^11.0.5",
|
|
80
|
-
"vite": "6.4.
|
|
80
|
+
"vite": "6.4.2",
|
|
81
81
|
"vitest": "^3.2.4",
|
|
82
82
|
"vitest-axe": "^0.1.0"
|
|
83
83
|
},
|