File tree Expand file tree Collapse file tree
packages/persist-and-sync Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 permissions :
1313 packages : write
1414 contents : write
15+ id-token : write
1516
1617 defaults :
1718 run :
Original file line number Diff line number Diff line change 11# nextjs-example
22
3+ ## 1.0.6
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies
8+ - persist-and-sync@1.2.1
9+
310## 1.0.5
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " nextjs-example" ,
3- "version" : " 1.0.5 " ,
3+ "version" : " 1.0.6 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev --port 3001" ,
Original file line number Diff line number Diff line change 11# persist-and-sync
22
3+ ## 1.2.1
4+
5+ ### Patch Changes
6+
7+ - Add provance
8+
39## 1.2.0
410
511### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " persist-and-sync" ,
33 "author" : " Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>" ,
4- "version" : " 1.2.0 " ,
4+ "version" : " 1.2.1 " ,
55 "description" : " Zustand middleware to easily persist and sync Zustand state between tabs and windows" ,
66 "main" : " dist/index.js" ,
77 "types" : " dist/index.d.ts" ,
1717 "license" : " MIT" ,
1818 "scripts" : {
1919 "build" : " tsc && node touchup.js" ,
20- "publish-package" : " cd dist && npm publish && node ../legacy-support.js && npm publish" ,
20+ "publish-package" : " cd dist && npm publish && node ../legacy-support.js && npm publish --provenance --access public " ,
2121 "test" : " vitest run --coverage"
2222 },
2323 "funding" : {
You can’t perform that action at this time.
0 commit comments