@servicetitan/anvil2-ext-atlas 0.0.0-rc-1.49.0-20251118232834 → 0.0.0-rc-20251126200448

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 +26 -3
  2. package/package.json +6 -3
package/CHANGELOG.md CHANGED
@@ -1,11 +1,34 @@
1
1
  # @servicetitan/anvil2-ext-atlas
2
2
 
3
- ## 0.0.0-rc-1.49.0-20251118232834
3
+ ## 0.0.0-rc-20251126200448
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`e4e3b82`](https://github.com/servicetitan/hammer/commit/e4e3b82dc6c93d20653fc45b70117a89d5e8f09a), [`9a2a6fe`](https://github.com/servicetitan/hammer/commit/9a2a6fe75ce27493981a829e233e0c32729d37a5), [`b92e48b`](https://github.com/servicetitan/hammer/commit/b92e48bd0b2720a49fb8fb0078477effafde20c1), [`b92e48b`](https://github.com/servicetitan/hammer/commit/b92e48bd0b2720a49fb8fb0078477effafde20c1), [`b92e48b`](https://github.com/servicetitan/hammer/commit/b92e48bd0b2720a49fb8fb0078477effafde20c1), [`b92e48b`](https://github.com/servicetitan/hammer/commit/b92e48bd0b2720a49fb8fb0078477effafde20c1)]:
8
- - @servicetitan/anvil2@0.0.0-rc-1.49.0-20251118232834
7
+ - [#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
+
9
+ - Updated dependencies [[`9d5b72d`](https://github.com/servicetitan/hammer/commit/9d5b72d9a338b87f33f1f3c851a978f124b3e0eb)]:
10
+ - @servicetitan/anvil2@0.0.0-rc-20251126200448
11
+
12
+ ## 0.0.8
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`743b27d`](https://github.com/servicetitan/hammer/commit/743b27d9c101fada7c2cc296884f05af15f4e81c)]:
17
+ - @servicetitan/anvil2@1.49.2
18
+
19
+ ## 0.0.7
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`4303e89`](https://github.com/servicetitan/hammer/commit/4303e89d90fe7c5ffddb5738b2b4f5273da84239), [`ece3b1e`](https://github.com/servicetitan/hammer/commit/ece3b1e50316b245faaa6145354504cd959f1ab7)]:
24
+ - @servicetitan/anvil2@1.49.1
25
+
26
+ ## 0.0.6
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [[`e4e3b82`](https://github.com/servicetitan/hammer/commit/e4e3b82dc6c93d20653fc45b70117a89d5e8f09a), [`9a2a6fe`](https://github.com/servicetitan/hammer/commit/9a2a6fe75ce27493981a829e233e0c32729d37a5), [`5f4fead`](https://github.com/servicetitan/hammer/commit/5f4feadbec088a662faefd87fe0083f1d7ccb0be), [`cb1bdb0`](https://github.com/servicetitan/hammer/commit/cb1bdb064cf7c0c3f75b005ea7cbfa6d84ffdd90), [`cb1bdb0`](https://github.com/servicetitan/hammer/commit/cb1bdb064cf7c0c3f75b005ea7cbfa6d84ffdd90), [`cb1bdb0`](https://github.com/servicetitan/hammer/commit/cb1bdb064cf7c0c3f75b005ea7cbfa6d84ffdd90), [`5f4fead`](https://github.com/servicetitan/hammer/commit/5f4feadbec088a662faefd87fe0083f1d7ccb0be), [`5f13cd5`](https://github.com/servicetitan/hammer/commit/5f13cd5af6d11fd1e8fe365dfabad7d0f924ee56), [`5f4fead`](https://github.com/servicetitan/hammer/commit/5f4feadbec088a662faefd87fe0083f1d7ccb0be), [`cb1bdb0`](https://github.com/servicetitan/hammer/commit/cb1bdb064cf7c0c3f75b005ea7cbfa6d84ffdd90), [`1fe3340`](https://github.com/servicetitan/hammer/commit/1fe3340ca4464c4ba93c154beac07dfcb0fda4ed)]:
31
+ - @servicetitan/anvil2@1.49.0
9
32
 
10
33
  ## 0.0.5
11
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/anvil2-ext-atlas",
3
- "version": "0.0.0-rc-1.49.0-20251118232834",
3
+ "version": "0.0.0-rc-20251126200448",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -14,7 +14,10 @@
14
14
  "CHANGELOG.md"
15
15
  ],
16
16
  "exports": {
17
- ".": "./dist/index.js",
17
+ ".": {
18
+ "types": "./dist/index.d.ts",
19
+ "default": "./dist/index.js"
20
+ },
18
21
  "./package.json": "./package.json"
19
22
  },
20
23
  "keywords": [],
@@ -28,7 +31,7 @@
28
31
  "tabbable": "^6.2.0",
29
32
  "tinycolor2": "^1.6.0",
30
33
  "uuid": "^10.0.0",
31
- "@servicetitan/anvil2": "0.0.0-rc-1.49.0-20251118232834"
34
+ "@servicetitan/anvil2": "0.0.0-rc-20251126200448"
32
35
  },
33
36
  "peerDependencies": {
34
37
  "@types/react": "^18",