@ui-construction-library/integration-tanstack-query 0.1.3 → 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.
@@ -1,5 +1,6 @@
1
- $ rollup -c
2
-
3
- src/index.tsx → dist/index.js, dist/index.esm.js...
4
- (!) [plugin typescript] @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.
5
- created dist/index.js, dist/index.esm.js in 588ms
1
+
2
+ $ rollup -c
3
+ 
4
+ src/index.tsx dist/index.js, dist/index.esm.js...
5
+ (!) [plugin typescript] @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.
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
@@ -1 +1,2 @@
1
- $ tsc --noEmit
1
+
2
+ $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -2,6 +2,96 @@
2
2
 
3
3
  <!-- AUTO-GENERATED — do not edit manually; run pnpm changelog:packages -->
4
4
 
5
+ ## 0.1.5
6
+
7
+ ### Features
8
+
9
+ - enhance workspace with hygiene checks and script validation ([49f16b2](../../commit/49f16b2))
10
+
11
+ ### Chores
12
+
13
+ - consolidate release documentation and update changelogs ([df9320c](../../commit/df9320c))
14
+
15
+ ## 0.1.3 — 2026-05-30
16
+
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
+ ---
90
+
91
+ # @ui-construction-library/integration-tanstack-query
92
+
93
+ <!-- AUTO-GENERATED — do not edit manually; run pnpm changelog:packages -->
94
+
5
95
  ## 0.1.3
6
96
 
7
97
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui-construction-library/integration-tanstack-query",
3
- "version": "0.1.3",
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
  }