@ui-construction-library/integration-tanstack-query 0.1.2 → 0.1.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.
@@ -3,4 +3,4 @@
3
3
  
4
4
  src/index.tsx → dist/index.js, dist/index.esm.js...
5
5
  (!) [plugin typescript] @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.
6
- created dist/index.js, dist/index.esm.js in 686ms
6
+ created dist/index.js, dist/index.esm.js in 713ms
@@ -0,0 +1,12 @@
1
+
2
+ $ vitest run --config ../../../vitest.config.ts src
3
+ [?25l
4
+ RUN v4.1.6 /Users/jilimbo/Documents/PersonalProjects/UI-Library/packages/integrations/tanstack-query
5
+
6
+
7
+ Test Files 1 passed (1)
8
+ Tests 1 passed (1)
9
+ Start at 21:21:05
10
+ Duration 863ms (transform 96ms, setup 305ms, import 47ms, tests 11ms, environment 326ms)
11
+
12
+ [?25h
package/CHANGELOG.md CHANGED
@@ -1,30 +1,159 @@
1
1
  # @ui-construction-library/integration-tanstack-query
2
2
 
3
- ## 0.1.2
3
+ <!-- AUTO-GENERATED — do not edit manually; run pnpm changelog:packages -->
4
4
 
5
- ### Patch Changes
5
+ ## 0.1.5
6
6
 
7
- - Auto-generated patch release changeset for packages whose published npm state is out of sync with the local publishable code.
7
+ ### Features
8
8
 
9
- Detected statuses:
9
+ - enhance workspace with hygiene checks and script validation ([49f16b2](../../commit/49f16b2))
10
10
 
11
- - @ui-construction-library/core: CODE_MISMATCH
12
- - @ui-construction-library/dnd: CODE_MISMATCH
13
- - @ui-construction-library/icons: CODE_MISMATCH
14
- - @ui-construction-library/integration-i18n: CODE_MISMATCH
15
- - @ui-construction-library/integration-next: CODE_MISMATCH
16
- - @ui-construction-library/integration-tanstack-query: CODE_MISMATCH
17
- - @ui-construction-library/integration-tanstack-router: CODE_MISMATCH
18
- - @ui-construction-library/motion: CODE_MISMATCH
19
- - @ui-construction-library/tokens: CODE_MISMATCH
20
- - @ui-construction-library/utils: CODE_MISMATCH
11
+ ### Chores
21
12
 
22
- - Updated dependencies
23
- - @ui-construction-library/core@0.1.2
13
+ - consolidate release documentation and update changelogs ([df9320c](../../commit/df9320c))
24
14
 
25
- ## 0.1.1
15
+ ## 0.1.3 — 2026-05-30
26
16
 
27
- ### Patch Changes
17
+ ### Features
18
+
19
+ - add scripts for checking published code and generating changelogs ([2bd5166](../../commit/2bd5166))
20
+
21
+ ## 0.1.2 — 2026-05-30
22
+
23
+ ### Features
24
+
25
+ - enhance testing setup and coverage ([f37b8eb](../../commit/f37b8eb))
26
+ - add scripts for assembling pages, checking API snapshots, and enforcing dependency policies ([e311e81](../../commit/e311e81))
27
+
28
+ ## 0.1.1 — 2026-05-22
29
+
30
+ ### Features
31
+
32
+ - enhance Select and Dropdown components with custom icon support ([222de55](../../commit/222de55))
33
+
34
+ ### Refactoring
35
+
36
+ - rename packages from '@ui-lib/*' to '@ui-construction-library/*' across the codebase, updating imports, paths, and configurations accordingly ([796d6ce](../../commit/796d6ce))
37
+
38
+ ### Chores
39
+
40
+ - update dependency management and project structure ([e0a675d](../../commit/e0a675d))
41
+ - add Renovate configuration for automated dependency management and update pnpm-lock.yaml with new chromatic version ([281e871](../../commit/281e871))
42
+ - remove Prettier and ESLint configurations, add Biome configuration, and update project structure ([dae8d49](../../commit/dae8d49))
43
+
44
+ ---
45
+
46
+ # @ui-construction-library/integration-tanstack-query
47
+
48
+ <!-- AUTO-GENERATED — do not edit manually; run pnpm changelog:packages -->
49
+
50
+ ## 0.1.4
51
+
52
+ ### Features
53
+
54
+ - enhance workspace with hygiene checks and script validation ([49f16b2](../../commit/49f16b2))
55
+
56
+ ### Chores
57
+
58
+ - consolidate release documentation and update changelogs ([df9320c](../../commit/df9320c))
59
+
60
+ ## 0.1.3 — 2026-05-30
61
+
62
+ ### Features
63
+
64
+ - add scripts for checking published code and generating changelogs ([2bd5166](../../commit/2bd5166))
65
+
66
+ ## 0.1.2 — 2026-05-30
67
+
68
+ ### Features
69
+
70
+ - enhance testing setup and coverage ([f37b8eb](../../commit/f37b8eb))
71
+ - add scripts for assembling pages, checking API snapshots, and enforcing dependency policies ([e311e81](../../commit/e311e81))
72
+
73
+ ## 0.1.1 — 2026-05-22
74
+
75
+ ### Features
76
+
77
+ - enhance Select and Dropdown components with custom icon support ([222de55](../../commit/222de55))
78
+
79
+ ### Refactoring
80
+
81
+ - rename packages from '@ui-lib/*' to '@ui-construction-library/*' across the codebase, updating imports, paths, and configurations accordingly ([796d6ce](../../commit/796d6ce))
82
+
83
+ ### Chores
84
+
85
+ - update dependency management and project structure ([e0a675d](../../commit/e0a675d))
86
+ - add Renovate configuration for automated dependency management and update pnpm-lock.yaml with new chromatic version ([281e871](../../commit/281e871))
87
+ - remove Prettier and ESLint configurations, add Biome configuration, and update project structure ([dae8d49](../../commit/dae8d49))
88
+
89
+ ---
28
90
 
29
- - Updated dependencies [3332676]
30
- - @ui-construction-library/core@0.1.1
91
+ # @ui-construction-library/integration-tanstack-query
92
+
93
+ <!-- AUTO-GENERATED — do not edit manually; run pnpm changelog:packages -->
94
+
95
+ ## 0.1.3
96
+
97
+ ### Features
98
+
99
+ - add scripts for checking published code and generating changelogs ([2bd5166](../../commit/2bd5166))
100
+
101
+ ## 0.1.2 — 2026-05-30
102
+
103
+ ### Features
104
+
105
+ - enhance testing setup and coverage ([f37b8eb](../../commit/f37b8eb))
106
+ - add scripts for assembling pages, checking API snapshots, and enforcing dependency policies ([e311e81](../../commit/e311e81))
107
+
108
+ ## 0.1.1 — 2026-05-22
109
+
110
+ ### Features
111
+
112
+ - enhance Select and Dropdown components with custom icon support ([222de55](../../commit/222de55))
113
+
114
+ ### Refactoring
115
+
116
+ - rename packages from '@ui-lib/*' to '@ui-construction-library/*' across the codebase, updating imports, paths, and configurations accordingly ([796d6ce](../../commit/796d6ce))
117
+
118
+ ### Chores
119
+
120
+ - update dependency management and project structure ([e0a675d](../../commit/e0a675d))
121
+ - add Renovate configuration for automated dependency management and update pnpm-lock.yaml with new chromatic version ([281e871](../../commit/281e871))
122
+ - remove Prettier and ESLint configurations, add Biome configuration, and update project structure ([dae8d49](../../commit/dae8d49))
123
+
124
+ ---
125
+
126
+ # @ui-construction-library/integration-tanstack-query
127
+
128
+ <!-- AUTO-GENERATED — do not edit manually; run pnpm changelog:packages -->
129
+
130
+ ## 0.1.2 — 2026-05-30
131
+
132
+ ### Features
133
+
134
+ - enhance testing setup and coverage ([f37b8eb](../../commit/f37b8eb))
135
+ - add scripts for assembling pages, checking API snapshots, and enforcing dependency policies ([e311e81](../../commit/e311e81))
136
+
137
+ ## 0.1.1 — 2026-05-22
138
+
139
+ ### Features
140
+
141
+ - enhance Select and Dropdown components with custom icon support ([222de55](../../commit/222de55))
142
+
143
+ ### Refactoring
144
+
145
+ - rename packages from '@ui-lib/*' to '@ui-construction-library/*' across the codebase, updating imports, paths, and configurations accordingly ([796d6ce](../../commit/796d6ce))
146
+
147
+ ### Chores
148
+
149
+ - update dependency management and project structure ([e0a675d](../../commit/e0a675d))
150
+ - add Renovate configuration for automated dependency management and update pnpm-lock.yaml with new chromatic version ([281e871](../../commit/281e871))
151
+ - remove Prettier and ESLint configurations, add Biome configuration, and update project structure ([dae8d49](../../commit/dae8d49))
152
+
153
+ ---
154
+
155
+ # @ui-construction-library/integration-tanstack-query
156
+
157
+ ## 0.1.2
158
+
159
+ ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui-construction-library/integration-tanstack-query",
3
- "version": "0.1.2",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"
@@ -19,11 +19,21 @@
19
19
  "@types/react": "^18.3.27",
20
20
  "@rollup/plugin-typescript": "^12.1.2",
21
21
  "rollup": "^4.34.8",
22
- "typescript": "^6.0.3"
22
+ "typescript": "^6.0.3",
23
+ "vitest": "^4.1.0"
23
24
  },
24
25
  "type": "module",
26
+ "sideEffects": false,
27
+ "exports": {
28
+ ".": {
29
+ "import": "./dist/index.esm.js",
30
+ "require": "./dist/index.js",
31
+ "types": "./dist/index.d.ts"
32
+ }
33
+ },
25
34
  "scripts": {
26
35
  "build": "rollup -c",
36
+ "test": "vitest run --config ../../../vitest.config.ts src",
27
37
  "typecheck": "tsc --noEmit",
28
38
  "lint": "biome check src"
29
39
  }