@servicetitan/anvil2-ext-common 0.3.14 → 0.3.16

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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # @servicetitan/anvil2-ext-common
2
2
 
3
+ ## 0.3.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`0277423`](https://github.com/servicetitan/hammer/commit/027742311d21866a3916d4300ece542b0285dd13), [`13093b7`](https://github.com/servicetitan/hammer/commit/13093b77993bfaa76e5137a47686103c44923aa1), [`e4a8d56`](https://github.com/servicetitan/hammer/commit/e4a8d560fe32621b4db8da52dddd543168013fb7)]:
8
+ - @servicetitan/anvil2@3.0.5
9
+
10
+ ## 0.3.15
11
+
12
+ ### Patch Changes
13
+
14
+ - [#2274](https://github.com/servicetitan/hammer/pull/2274) [`8786d1a`](https://github.com/servicetitan/hammer/commit/8786d1a215ee9e6fa70c7c8fbf9644020592058d) Thanks [@rgdelato](https://github.com/rgdelato)! - Bump versions of TypeScript to `^6.0.3`
15
+
16
+ - Updated dependencies [[`75aafc5`](https://github.com/servicetitan/hammer/commit/75aafc512434cf7a8f1f0699d8f25ded444bba8a), [`8d8529b`](https://github.com/servicetitan/hammer/commit/8d8529bf32cd3ab66db9ee7ddff059ff69d0d985), [`8786d1a`](https://github.com/servicetitan/hammer/commit/8786d1a215ee9e6fa70c7c8fbf9644020592058d), [`8d8529b`](https://github.com/servicetitan/hammer/commit/8d8529bf32cd3ab66db9ee7ddff059ff69d0d985), [`8d8529b`](https://github.com/servicetitan/hammer/commit/8d8529bf32cd3ab66db9ee7ddff059ff69d0d985), [`3be5f1a`](https://github.com/servicetitan/hammer/commit/3be5f1a00e8733d4d80ecde5745f53059236bffa), [`3be5f1a`](https://github.com/servicetitan/hammer/commit/3be5f1a00e8733d4d80ecde5745f53059236bffa), [`f7fe2ca`](https://github.com/servicetitan/hammer/commit/f7fe2ca18ce179a89ee606608f8fadd331efb003), [`8d8529b`](https://github.com/servicetitan/hammer/commit/8d8529bf32cd3ab66db9ee7ddff059ff69d0d985), [`8d8529b`](https://github.com/servicetitan/hammer/commit/8d8529bf32cd3ab66db9ee7ddff059ff69d0d985)]:
17
+ - @servicetitan/anvil2@3.0.4
18
+
3
19
  ## 0.3.14
4
20
 
5
21
  ### Patch Changes
@@ -1,6 +1 @@
1
- export * from './components/ExampleComponent/index'
2
- export {}
3
- import _default from './components/ExampleComponent/index'
4
- export default _default
5
- export * from './components/ExampleComponent/index'
6
1
  export {}
@@ -1,6 +1 @@
1
- export * from './providers/ExampleProvider/index'
2
- export {}
3
- import _default from './providers/ExampleProvider/index'
4
- export default _default
5
- export * from './providers/ExampleProvider/index'
6
1
  export {}
package/dist/index.d.ts CHANGED
@@ -1,4 +1 @@
1
- export * from './components';
2
- export * from './hooks';
3
- export * from './providers';
4
- export * from './types';
1
+ export {}
@@ -0,0 +1,4 @@
1
+ export * from './components';
2
+ export * from './hooks';
3
+ export * from './providers';
4
+ export * from './types';
@@ -1,6 +1 @@
1
- export * from './hooks/useConfirmDialog/index'
2
- export {}
3
- import _default from './hooks/useConfirmDialog/index'
4
- export default _default
5
- export * from './hooks/useConfirmDialog/index'
6
1
  export {}
@@ -1,6 +1 @@
1
- export * from './hooks/useInputGuards/index'
2
- export {}
3
- import _default from './hooks/useInputGuards/index'
4
- export default _default
5
- export * from './hooks/useInputGuards/index'
6
1
  export {}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@servicetitan/anvil2-ext-common",
3
- "version": "0.3.14",
3
+ "version": "0.3.16",
4
4
  "type": "module",
5
- "types": "./dist/index.d.ts",
5
+ "types": "./dist/src/index.d.ts",
6
6
  "main": "./dist/index.js",
7
7
  "module": ".",
8
8
  "sideEffects": [
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "exports": {
17
17
  ".": {
18
- "types": "./dist/index.d.ts",
18
+ "types": "./dist/src/index.d.ts",
19
19
  "default": "./dist/index.js"
20
20
  },
21
21
  "./package.json": "./package.json"
@@ -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": "3.0.3"
34
+ "@servicetitan/anvil2": "3.0.5"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@types/react": "^18 || ^19",
@@ -57,8 +57,8 @@
57
57
  "@types/testing-library__jest-dom": "^5.14.9",
58
58
  "@types/tinycolor2": "^1.4.6",
59
59
  "@types/uuid": "^10.0.0",
60
- "@typescript-eslint/eslint-plugin": "^6.14.0",
61
- "@typescript-eslint/parser": "^6.14.0",
60
+ "@typescript-eslint/eslint-plugin": "^8.59.0",
61
+ "@typescript-eslint/parser": "^8.59.0",
62
62
  "@vitest/browser": "^3.2.4",
63
63
  "@vitest/coverage-v8": "^3.0.8",
64
64
  "chromatic": "^11.20.2",
@@ -75,7 +75,7 @@
75
75
  "sass": "1.87.0",
76
76
  "storybook": "10.3.5",
77
77
  "svgo": "^3.3.2",
78
- "typescript": "~5.7.2",
78
+ "typescript": "^6.0.3",
79
79
  "unified": "^11.0.5",
80
80
  "vite": "6.4.2",
81
81
  "vitest": "^3.2.4",
File without changes
File without changes
File without changes
File without changes
File without changes