Skip to content

Commit 2afedee

Browse files
committed
refactor(angular-query-persist-client): removed experimental from package name and updated configurations
1 parent 28cce6c commit 2afedee

File tree

17 files changed

+22
-22
lines changed

17 files changed

+22
-22
lines changed

examples/angular/basic-persister/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@angular/platform-browser": "^19.2.4",
1616
"@angular/platform-browser-dynamic": "^19.2.4",
1717
"@tanstack/angular-query-experimental": "^5.72.3",
18-
"@tanstack/angular-query-persist-client-experimental": "^5.62.7",
18+
"@tanstack/angular-query-persist-client": "^5.62.7",
1919
"@tanstack/query-sync-storage-persister": "^5.62.3",
2020
"rxjs": "^7.8.2",
2121
"tslib": "^2.8.1",

packages/angular-persist-query-client-experimental/package.json renamed to packages/angular-persist-query-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "@tanstack/angular-query-persist-client-experimental",
2+
"name": "@tanstack/angular-query-persist-client",
33
"version": "5.62.7",
44
"description": "Angular bindings to work with persisters in TanStack/angular-query",
55
"author": "Omer Gronich",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/TanStack/query.git",
10-
"directory": "packages/angular-query-persist-client-experimental"
10+
"directory": "packages/angular-query-persist-client"
1111
},
1212
"homepage": "https://tanstack.com/query",
1313
"funding": {

0 commit comments

Comments
 (0)