create-cedar-app 5.0.5 → 5.0.6
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/database-overlays/neon-postgres/api/package.json +2 -2
- package/database-overlays/pglite/api/package.json +2 -2
- package/dist/create-cedar-app.js +1 -1
- package/package.json +3 -3
- package/templates/esm-js/api/package.json +2 -2
- package/templates/esm-js/package.json +4 -4
- package/templates/esm-js/web/package.json +4 -4
- package/templates/esm-ts/api/package.json +2 -2
- package/templates/esm-ts/package.json +4 -4
- package/templates/esm-ts/web/package.json +4 -4
- package/templates/js/api/package.json +2 -2
- package/templates/js/package.json +4 -4
- package/templates/js/web/package.json +4 -4
- package/templates/overlays/cjs/npm/package-lock.json +274 -208
- package/templates/overlays/cjs/npm/package.json +4 -4
- package/templates/overlays/cjs/pnpm/package.json +4 -4
- package/templates/overlays/cjs/pnpm/pnpm-lock.yaml +200 -200
- package/templates/overlays/cjs/yarn/package.json +4 -4
- package/templates/overlays/cjs/yarn/yarn.lock +193 -193
- package/templates/overlays/esm/npm/package-lock.json +274 -208
- package/templates/overlays/esm/npm/package.json +4 -4
- package/templates/overlays/esm/pnpm/package.json +4 -4
- package/templates/overlays/esm/pnpm/pnpm-lock.yaml +200 -200
- package/templates/overlays/esm/yarn/package.json +4 -4
- package/templates/overlays/esm/yarn/yarn.lock +193 -193
- package/templates/ts/api/package.json +2 -2
- package/templates/ts/package.json +4 -4
- package/templates/ts/web/package.json +4 -4
|
@@ -1705,15 +1705,15 @@ __metadata:
|
|
|
1705
1705
|
languageName: node
|
|
1706
1706
|
linkType: hard
|
|
1707
1707
|
|
|
1708
|
-
"@cedarjs/api-server@npm:5.0.
|
|
1709
|
-
version: 5.0.
|
|
1710
|
-
resolution: "@cedarjs/api-server@npm:5.0.
|
|
1711
|
-
dependencies:
|
|
1712
|
-
"@cedarjs/context": "npm:5.0.
|
|
1713
|
-
"@cedarjs/fastify-web": "npm:5.0.
|
|
1714
|
-
"@cedarjs/internal": "npm:5.0.
|
|
1715
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
1716
|
-
"@cedarjs/web-server": "npm:5.0.
|
|
1708
|
+
"@cedarjs/api-server@npm:5.0.6":
|
|
1709
|
+
version: 5.0.6
|
|
1710
|
+
resolution: "@cedarjs/api-server@npm:5.0.6"
|
|
1711
|
+
dependencies:
|
|
1712
|
+
"@cedarjs/context": "npm:5.0.6"
|
|
1713
|
+
"@cedarjs/fastify-web": "npm:5.0.6"
|
|
1714
|
+
"@cedarjs/internal": "npm:5.0.6"
|
|
1715
|
+
"@cedarjs/project-config": "npm:5.0.6"
|
|
1716
|
+
"@cedarjs/web-server": "npm:5.0.6"
|
|
1717
1717
|
"@fastify/multipart": "npm:9.4.0"
|
|
1718
1718
|
"@fastify/url-data": "npm:6.0.3"
|
|
1719
1719
|
ansis: "npm:4.2.0"
|
|
@@ -1730,7 +1730,7 @@ __metadata:
|
|
|
1730
1730
|
termi-link: "npm:1.1.0"
|
|
1731
1731
|
yargs: "npm:17.7.3"
|
|
1732
1732
|
peerDependencies:
|
|
1733
|
-
"@cedarjs/graphql-server": 5.0.
|
|
1733
|
+
"@cedarjs/graphql-server": 5.0.6
|
|
1734
1734
|
peerDependenciesMeta:
|
|
1735
1735
|
"@cedarjs/graphql-server":
|
|
1736
1736
|
optional: true
|
|
@@ -1743,13 +1743,13 @@ __metadata:
|
|
|
1743
1743
|
cedarjs-server: dist/bin.js
|
|
1744
1744
|
rw-log-formatter: dist/cjs/logFormatter/bin.js
|
|
1745
1745
|
rw-server: dist/cjs/bin.js
|
|
1746
|
-
checksum: 10c0/
|
|
1746
|
+
checksum: 10c0/f7437545ca55f0945cedbe2a6ae638161824ca983dd27f00252eb0d0f1f8d7812dd93a8c177404952af8ebd7c47821c45ec8a23e86a91bc7d87c40e6837feb6f
|
|
1747
1747
|
languageName: node
|
|
1748
1748
|
linkType: hard
|
|
1749
1749
|
|
|
1750
|
-
"@cedarjs/api@npm:5.0.
|
|
1751
|
-
version: 5.0.
|
|
1752
|
-
resolution: "@cedarjs/api@npm:5.0.
|
|
1750
|
+
"@cedarjs/api@npm:5.0.6":
|
|
1751
|
+
version: 5.0.6
|
|
1752
|
+
resolution: "@cedarjs/api@npm:5.0.6"
|
|
1753
1753
|
dependencies:
|
|
1754
1754
|
"@prisma/client": "npm:7.8.0"
|
|
1755
1755
|
"@whatwg-node/fetch": "npm:0.10.13"
|
|
@@ -1775,22 +1775,22 @@ __metadata:
|
|
|
1775
1775
|
redwood: dist/cjs/bins/redwood.js
|
|
1776
1776
|
rw: dist/cjs/bins/redwood.js
|
|
1777
1777
|
tsc: dist/cjs/bins/tsc.js
|
|
1778
|
-
checksum: 10c0/
|
|
1778
|
+
checksum: 10c0/8aa199c87b24acf8b5e1ee429934e83a8710c3290925ca3494c1b3be97435019152852ae4fe2301aa0acc789e0682fffcf22de3f302a71f6f3dfa774e06c7d8d
|
|
1779
1779
|
languageName: node
|
|
1780
1780
|
linkType: hard
|
|
1781
1781
|
|
|
1782
|
-
"@cedarjs/auth@npm:5.0.
|
|
1783
|
-
version: 5.0.
|
|
1784
|
-
resolution: "@cedarjs/auth@npm:5.0.
|
|
1782
|
+
"@cedarjs/auth@npm:5.0.6":
|
|
1783
|
+
version: 5.0.6
|
|
1784
|
+
resolution: "@cedarjs/auth@npm:5.0.6"
|
|
1785
1785
|
dependencies:
|
|
1786
1786
|
react: "npm:18.3.1"
|
|
1787
|
-
checksum: 10c0/
|
|
1787
|
+
checksum: 10c0/f91782d5a2658c961c56c50d5020d4f605189adbb25258b2da3e77ca4bd7143a943ac05230d50516918c5ed301394ada883212298c23eca0dcc9cd16ad740a74
|
|
1788
1788
|
languageName: node
|
|
1789
1789
|
linkType: hard
|
|
1790
1790
|
|
|
1791
|
-
"@cedarjs/babel-config@npm:5.0.
|
|
1792
|
-
version: 5.0.
|
|
1793
|
-
resolution: "@cedarjs/babel-config@npm:5.0.
|
|
1791
|
+
"@cedarjs/babel-config@npm:5.0.6":
|
|
1792
|
+
version: 5.0.6
|
|
1793
|
+
resolution: "@cedarjs/babel-config@npm:5.0.6"
|
|
1794
1794
|
dependencies:
|
|
1795
1795
|
"@babel/core": "npm:^7.26.10"
|
|
1796
1796
|
"@babel/parser": "npm:7.29.7"
|
|
@@ -1801,24 +1801,24 @@ __metadata:
|
|
|
1801
1801
|
"@babel/preset-typescript": "npm:7.29.7"
|
|
1802
1802
|
"@babel/register": "npm:7.29.7"
|
|
1803
1803
|
"@babel/traverse": "npm:7.29.7"
|
|
1804
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
1804
|
+
"@cedarjs/project-config": "npm:5.0.6"
|
|
1805
1805
|
babel-plugin-auto-import: "npm:1.1.0"
|
|
1806
1806
|
babel-plugin-graphql-tag: "npm:3.3.0"
|
|
1807
1807
|
babel-plugin-module-resolver: "npm:5.0.3"
|
|
1808
1808
|
fast-glob: "npm:3.3.3"
|
|
1809
1809
|
graphql: "npm:16.14.2"
|
|
1810
1810
|
typescript: "npm:5.9.3"
|
|
1811
|
-
checksum: 10c0/
|
|
1811
|
+
checksum: 10c0/245856a112efc927095eb551e95f8c9cd1c6fc67d84177230796023ffdde5bf44174bf7a4de0b3a5829c765aa8b71c3a0b95d86a2a634a60a88f4178452f4ad2
|
|
1812
1812
|
languageName: node
|
|
1813
1813
|
linkType: hard
|
|
1814
1814
|
|
|
1815
|
-
"@cedarjs/cli-helpers@npm:5.0.
|
|
1816
|
-
version: 5.0.
|
|
1817
|
-
resolution: "@cedarjs/cli-helpers@npm:5.0.
|
|
1815
|
+
"@cedarjs/cli-helpers@npm:5.0.6":
|
|
1816
|
+
version: 5.0.6
|
|
1817
|
+
resolution: "@cedarjs/cli-helpers@npm:5.0.6"
|
|
1818
1818
|
dependencies:
|
|
1819
1819
|
"@babel/core": "npm:^7.26.10"
|
|
1820
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
1821
|
-
"@cedarjs/telemetry": "npm:5.0.
|
|
1820
|
+
"@cedarjs/project-config": "npm:5.0.6"
|
|
1821
|
+
"@cedarjs/telemetry": "npm:5.0.6"
|
|
1822
1822
|
"@listr2/prompt-adapter-enquirer": "npm:4.2.1"
|
|
1823
1823
|
"@opentelemetry/api": "npm:1.9.1"
|
|
1824
1824
|
ansis: "npm:4.2.0"
|
|
@@ -1835,27 +1835,27 @@ __metadata:
|
|
|
1835
1835
|
smol-toml: "npm:1.6.1"
|
|
1836
1836
|
termi-link: "npm:1.1.0"
|
|
1837
1837
|
yargs-parser: "npm:21.1.1"
|
|
1838
|
-
checksum: 10c0/
|
|
1838
|
+
checksum: 10c0/84951fb25f6ff8ad34a7b6dbf73ba23d7c631c0c9ad5c82d3f099b1246794310c7f4fade2ccfabb7695cb51d6be9e18fb4ba0962255515542e59a99797d63fba
|
|
1839
1839
|
languageName: node
|
|
1840
1840
|
linkType: hard
|
|
1841
1841
|
|
|
1842
|
-
"@cedarjs/cli@npm:5.0.
|
|
1843
|
-
version: 5.0.
|
|
1844
|
-
resolution: "@cedarjs/cli@npm:5.0.
|
|
1842
|
+
"@cedarjs/cli@npm:5.0.6":
|
|
1843
|
+
version: 5.0.6
|
|
1844
|
+
resolution: "@cedarjs/cli@npm:5.0.6"
|
|
1845
1845
|
dependencies:
|
|
1846
1846
|
"@babel/parser": "npm:7.29.7"
|
|
1847
1847
|
"@babel/preset-typescript": "npm:7.29.7"
|
|
1848
|
-
"@cedarjs/api-server": "npm:5.0.
|
|
1849
|
-
"@cedarjs/cli-helpers": "npm:5.0.
|
|
1850
|
-
"@cedarjs/fastify-web": "npm:5.0.
|
|
1851
|
-
"@cedarjs/internal": "npm:5.0.
|
|
1852
|
-
"@cedarjs/prerender": "npm:5.0.
|
|
1853
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
1854
|
-
"@cedarjs/structure": "npm:5.0.
|
|
1855
|
-
"@cedarjs/telemetry": "npm:5.0.
|
|
1856
|
-
"@cedarjs/utils": "npm:5.0.
|
|
1857
|
-
"@cedarjs/vite": "npm:5.0.
|
|
1858
|
-
"@cedarjs/web-server": "npm:5.0.
|
|
1848
|
+
"@cedarjs/api-server": "npm:5.0.6"
|
|
1849
|
+
"@cedarjs/cli-helpers": "npm:5.0.6"
|
|
1850
|
+
"@cedarjs/fastify-web": "npm:5.0.6"
|
|
1851
|
+
"@cedarjs/internal": "npm:5.0.6"
|
|
1852
|
+
"@cedarjs/prerender": "npm:5.0.6"
|
|
1853
|
+
"@cedarjs/project-config": "npm:5.0.6"
|
|
1854
|
+
"@cedarjs/structure": "npm:5.0.6"
|
|
1855
|
+
"@cedarjs/telemetry": "npm:5.0.6"
|
|
1856
|
+
"@cedarjs/utils": "npm:5.0.6"
|
|
1857
|
+
"@cedarjs/vite": "npm:5.0.6"
|
|
1858
|
+
"@cedarjs/web-server": "npm:5.0.6"
|
|
1859
1859
|
"@listr2/prompt-adapter-enquirer": "npm:4.2.1"
|
|
1860
1860
|
"@opentelemetry/api": "npm:1.9.1"
|
|
1861
1861
|
"@opentelemetry/core": "npm:1.30.1"
|
|
@@ -1910,40 +1910,40 @@ __metadata:
|
|
|
1910
1910
|
cfw: dist/cfw.js
|
|
1911
1911
|
redwood: dist/index.js
|
|
1912
1912
|
rw: dist/index.js
|
|
1913
|
-
checksum: 10c0/
|
|
1913
|
+
checksum: 10c0/6cd30d9b89aa33abc9b87a5b8b76eda4137a57c4b40ee1796c5149857927a59680a8c1b8db90215c40628e21d010facbbaf6dffc70a5f7e59c5bdc2267160d16
|
|
1914
1914
|
languageName: node
|
|
1915
1915
|
linkType: hard
|
|
1916
1916
|
|
|
1917
|
-
"@cedarjs/context@npm:5.0.
|
|
1918
|
-
version: 5.0.
|
|
1919
|
-
resolution: "@cedarjs/context@npm:5.0.
|
|
1920
|
-
checksum: 10c0/
|
|
1917
|
+
"@cedarjs/context@npm:5.0.6":
|
|
1918
|
+
version: 5.0.6
|
|
1919
|
+
resolution: "@cedarjs/context@npm:5.0.6"
|
|
1920
|
+
checksum: 10c0/0b0f493e4988685c1317bd0bba5e0ce7bcb0941666e4841cf5e64697a477969b5af45a9ebcf80835d5096823c6615bd21728a4ba6c2ce227239c441bfaa2a54d
|
|
1921
1921
|
languageName: node
|
|
1922
1922
|
linkType: hard
|
|
1923
1923
|
|
|
1924
|
-
"@cedarjs/cookie-jar@npm:5.0.
|
|
1925
|
-
version: 5.0.
|
|
1926
|
-
resolution: "@cedarjs/cookie-jar@npm:5.0.
|
|
1924
|
+
"@cedarjs/cookie-jar@npm:5.0.6":
|
|
1925
|
+
version: 5.0.6
|
|
1926
|
+
resolution: "@cedarjs/cookie-jar@npm:5.0.6"
|
|
1927
1927
|
dependencies:
|
|
1928
1928
|
cookie: "npm:1.1.1"
|
|
1929
1929
|
esbuild: "npm:0.27.7"
|
|
1930
1930
|
fast-glob: "npm:3.3.3"
|
|
1931
|
-
checksum: 10c0/
|
|
1931
|
+
checksum: 10c0/0b42034414105868f7950ba9e26a9b6819d314bd95696aacfc0a91a0b2557cae22bb54b5b97df00da3ac4624ba31c04d5bf80751d29b63c64aeea1a56e591378
|
|
1932
1932
|
languageName: node
|
|
1933
1933
|
linkType: hard
|
|
1934
1934
|
|
|
1935
|
-
"@cedarjs/core@npm:5.0.
|
|
1936
|
-
version: 5.0.
|
|
1937
|
-
resolution: "@cedarjs/core@npm:5.0.
|
|
1935
|
+
"@cedarjs/core@npm:5.0.6":
|
|
1936
|
+
version: 5.0.6
|
|
1937
|
+
resolution: "@cedarjs/core@npm:5.0.6"
|
|
1938
1938
|
dependencies:
|
|
1939
1939
|
"@babel/cli": "npm:7.29.7"
|
|
1940
|
-
"@cedarjs/api-server": "npm:5.0.
|
|
1941
|
-
"@cedarjs/cli": "npm:5.0.
|
|
1942
|
-
"@cedarjs/eslint-config": "npm:5.0.
|
|
1943
|
-
"@cedarjs/internal": "npm:5.0.
|
|
1944
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
1945
|
-
"@cedarjs/testing": "npm:5.0.
|
|
1946
|
-
"@cedarjs/web-server": "npm:5.0.
|
|
1940
|
+
"@cedarjs/api-server": "npm:5.0.6"
|
|
1941
|
+
"@cedarjs/cli": "npm:5.0.6"
|
|
1942
|
+
"@cedarjs/eslint-config": "npm:5.0.6"
|
|
1943
|
+
"@cedarjs/internal": "npm:5.0.6"
|
|
1944
|
+
"@cedarjs/project-config": "npm:5.0.6"
|
|
1945
|
+
"@cedarjs/testing": "npm:5.0.6"
|
|
1946
|
+
"@cedarjs/web-server": "npm:5.0.6"
|
|
1947
1947
|
graphql-tag: "npm:2.12.6"
|
|
1948
1948
|
nodemon: "npm:3.1.14"
|
|
1949
1949
|
typescript: "npm:5.9.3"
|
|
@@ -1975,21 +1975,21 @@ __metadata:
|
|
|
1975
1975
|
rw-server: dist/bins/rw-server.js
|
|
1976
1976
|
rw-web-server: dist/bins/rw-web-server.js
|
|
1977
1977
|
vitest: dist/bins/vitest.js
|
|
1978
|
-
checksum: 10c0/
|
|
1978
|
+
checksum: 10c0/b8ce41e4f72ff5300b5056988fd923072c24fd85260aadbb3d8414fcb9fd33f0aa1a0786ac1d7da38953def2e8a1f52b61a98e243bd076f4cdedb4992b835745
|
|
1979
1979
|
languageName: node
|
|
1980
1980
|
linkType: hard
|
|
1981
1981
|
|
|
1982
|
-
"@cedarjs/eslint-config@npm:5.0.
|
|
1983
|
-
version: 5.0.
|
|
1984
|
-
resolution: "@cedarjs/eslint-config@npm:5.0.
|
|
1982
|
+
"@cedarjs/eslint-config@npm:5.0.6":
|
|
1983
|
+
version: 5.0.6
|
|
1984
|
+
resolution: "@cedarjs/eslint-config@npm:5.0.6"
|
|
1985
1985
|
dependencies:
|
|
1986
1986
|
"@babel/core": "npm:^7.26.10"
|
|
1987
1987
|
"@babel/eslint-parser": "npm:7.29.7"
|
|
1988
1988
|
"@babel/eslint-plugin": "npm:7.29.7"
|
|
1989
|
-
"@cedarjs/babel-config": "npm:5.0.
|
|
1990
|
-
"@cedarjs/eslint-plugin": "npm:5.0.
|
|
1991
|
-
"@cedarjs/internal": "npm:5.0.
|
|
1992
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
1989
|
+
"@cedarjs/babel-config": "npm:5.0.6"
|
|
1990
|
+
"@cedarjs/eslint-plugin": "npm:5.0.6"
|
|
1991
|
+
"@cedarjs/internal": "npm:5.0.6"
|
|
1992
|
+
"@cedarjs/project-config": "npm:5.0.6"
|
|
1993
1993
|
"@eslint/js": "npm:8.57.1"
|
|
1994
1994
|
"@typescript-eslint/eslint-plugin": "npm:8.60.1"
|
|
1995
1995
|
"@typescript-eslint/parser": "npm:8.60.1"
|
|
@@ -2010,52 +2010,52 @@ __metadata:
|
|
|
2010
2010
|
peerDependenciesMeta:
|
|
2011
2011
|
eslint-plugin-react-compiler:
|
|
2012
2012
|
optional: true
|
|
2013
|
-
checksum: 10c0/
|
|
2013
|
+
checksum: 10c0/c030e3c57ebe026b36b988c6ea17dab26acd662884394f7f52f15126f2ab9a1a2afbd54084135b1c5a3a12e8d756460f46a95c254960e6e50dfc7910c149361c
|
|
2014
2014
|
languageName: node
|
|
2015
2015
|
linkType: hard
|
|
2016
2016
|
|
|
2017
|
-
"@cedarjs/eslint-plugin@npm:5.0.
|
|
2018
|
-
version: 5.0.
|
|
2019
|
-
resolution: "@cedarjs/eslint-plugin@npm:5.0.
|
|
2017
|
+
"@cedarjs/eslint-plugin@npm:5.0.6":
|
|
2018
|
+
version: 5.0.6
|
|
2019
|
+
resolution: "@cedarjs/eslint-plugin@npm:5.0.6"
|
|
2020
2020
|
dependencies:
|
|
2021
2021
|
"@typescript-eslint/utils": "npm:8.60.1"
|
|
2022
2022
|
eslint: "npm:8.57.1"
|
|
2023
|
-
checksum: 10c0/
|
|
2023
|
+
checksum: 10c0/06844fe13d9ecc00b9da6a5fa5ebcb87a9f13dadcf194553ca3850599ca76f9357d4d1af2f94ecae45c9ed3fff7554204f72b9c4d2722683d1c5b088163677e6
|
|
2024
2024
|
languageName: node
|
|
2025
2025
|
linkType: hard
|
|
2026
2026
|
|
|
2027
|
-
"@cedarjs/fastify-web@npm:5.0.
|
|
2028
|
-
version: 5.0.
|
|
2029
|
-
resolution: "@cedarjs/fastify-web@npm:5.0.
|
|
2027
|
+
"@cedarjs/fastify-web@npm:5.0.6":
|
|
2028
|
+
version: 5.0.6
|
|
2029
|
+
resolution: "@cedarjs/fastify-web@npm:5.0.6"
|
|
2030
2030
|
dependencies:
|
|
2031
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2031
|
+
"@cedarjs/project-config": "npm:5.0.6"
|
|
2032
2032
|
"@fastify/http-proxy": "npm:11.5.0"
|
|
2033
2033
|
"@fastify/static": "npm:8.3.0"
|
|
2034
2034
|
"@fastify/url-data": "npm:6.0.3"
|
|
2035
2035
|
fast-glob: "npm:3.3.3"
|
|
2036
|
-
checksum: 10c0/
|
|
2036
|
+
checksum: 10c0/c1c58e079b94bb8c0cfcee6e859f0032b14c8805d152952912100f139f3c475bf31d652f29bf40eddbb6d68d27468395464d8e9c472c77938d3749af6714566a
|
|
2037
2037
|
languageName: node
|
|
2038
2038
|
linkType: hard
|
|
2039
2039
|
|
|
2040
|
-
"@cedarjs/forms@npm:5.0.
|
|
2041
|
-
version: 5.0.
|
|
2042
|
-
resolution: "@cedarjs/forms@npm:5.0.
|
|
2040
|
+
"@cedarjs/forms@npm:5.0.6":
|
|
2041
|
+
version: 5.0.6
|
|
2042
|
+
resolution: "@cedarjs/forms@npm:5.0.6"
|
|
2043
2043
|
dependencies:
|
|
2044
2044
|
graphql: "npm:16.14.2"
|
|
2045
2045
|
pascalcase: "npm:1.0.0"
|
|
2046
2046
|
react-hook-form: "npm:7.74.0"
|
|
2047
2047
|
peerDependencies:
|
|
2048
2048
|
react: 18.3.1
|
|
2049
|
-
checksum: 10c0/
|
|
2049
|
+
checksum: 10c0/fca3ef1d76a88c30ad16a7ff133f65d53caf47d2189dae327a2c19b77f5394b646a9d6e25197bd2966b7669c430c2b9009e01baf75fbac454138aa78f19ad142
|
|
2050
2050
|
languageName: node
|
|
2051
2051
|
linkType: hard
|
|
2052
2052
|
|
|
2053
|
-
"@cedarjs/graphql-server@npm:5.0.
|
|
2054
|
-
version: 5.0.
|
|
2055
|
-
resolution: "@cedarjs/graphql-server@npm:5.0.
|
|
2053
|
+
"@cedarjs/graphql-server@npm:5.0.6":
|
|
2054
|
+
version: 5.0.6
|
|
2055
|
+
resolution: "@cedarjs/graphql-server@npm:5.0.6"
|
|
2056
2056
|
dependencies:
|
|
2057
|
-
"@cedarjs/api": "npm:5.0.
|
|
2058
|
-
"@cedarjs/context": "npm:5.0.
|
|
2057
|
+
"@cedarjs/api": "npm:5.0.6"
|
|
2058
|
+
"@cedarjs/context": "npm:5.0.6"
|
|
2059
2059
|
"@envelop/core": "npm:5.5.1"
|
|
2060
2060
|
"@envelop/depth-limit": "npm:4.0.0"
|
|
2061
2061
|
"@envelop/disable-introspection": "npm:6.0.0"
|
|
@@ -2074,26 +2074,26 @@ __metadata:
|
|
|
2074
2074
|
graphql-yoga: "npm:5.21.2"
|
|
2075
2075
|
lodash: "npm:4.18.1"
|
|
2076
2076
|
uuid: "npm:11.1.0"
|
|
2077
|
-
checksum: 10c0/
|
|
2077
|
+
checksum: 10c0/39cedc0cdb17c735b6278e3ce924a78b6ab3d31d1edc77c6f3f14fce2028c271ebd5d8564ee3b6e98e35d456743ce8a132793266d353be53a7bdbfcb1c4900b0
|
|
2078
2078
|
languageName: node
|
|
2079
2079
|
linkType: hard
|
|
2080
2080
|
|
|
2081
|
-
"@cedarjs/internal@npm:5.0.
|
|
2082
|
-
version: 5.0.
|
|
2083
|
-
resolution: "@cedarjs/internal@npm:5.0.
|
|
2081
|
+
"@cedarjs/internal@npm:5.0.6":
|
|
2082
|
+
version: 5.0.6
|
|
2083
|
+
resolution: "@cedarjs/internal@npm:5.0.6"
|
|
2084
2084
|
dependencies:
|
|
2085
2085
|
"@babel/core": "npm:^7.26.10"
|
|
2086
2086
|
"@babel/parser": "npm:7.29.7"
|
|
2087
2087
|
"@babel/plugin-transform-react-jsx": "npm:7.29.7"
|
|
2088
2088
|
"@babel/plugin-transform-typescript": "npm:^7.26.8"
|
|
2089
2089
|
"@babel/traverse": "npm:7.29.7"
|
|
2090
|
-
"@cedarjs/babel-config": "npm:5.0.
|
|
2091
|
-
"@cedarjs/cli-helpers": "npm:5.0.
|
|
2092
|
-
"@cedarjs/graphql-server": "npm:5.0.
|
|
2093
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2094
|
-
"@cedarjs/router": "npm:5.0.
|
|
2095
|
-
"@cedarjs/structure": "npm:5.0.
|
|
2096
|
-
"@cedarjs/utils": "npm:5.0.
|
|
2090
|
+
"@cedarjs/babel-config": "npm:5.0.6"
|
|
2091
|
+
"@cedarjs/cli-helpers": "npm:5.0.6"
|
|
2092
|
+
"@cedarjs/graphql-server": "npm:5.0.6"
|
|
2093
|
+
"@cedarjs/project-config": "npm:5.0.6"
|
|
2094
|
+
"@cedarjs/router": "npm:5.0.6"
|
|
2095
|
+
"@cedarjs/structure": "npm:5.0.6"
|
|
2096
|
+
"@cedarjs/utils": "npm:5.0.6"
|
|
2097
2097
|
"@graphql-codegen/add": "npm:6.0.1"
|
|
2098
2098
|
"@graphql-codegen/cli": "npm:6.3.1"
|
|
2099
2099
|
"@graphql-codegen/client-preset": "npm:5.3.0"
|
|
@@ -2134,22 +2134,22 @@ __metadata:
|
|
|
2134
2134
|
bin:
|
|
2135
2135
|
cedar-gen: dist/generate/generate.js
|
|
2136
2136
|
cedar-gen-watch: dist/generate/watch.js
|
|
2137
|
-
checksum: 10c0/
|
|
2137
|
+
checksum: 10c0/9938d3875237bb574c501ce61da7dbbb10de7998b75ddb5912deb479472016ea2a5fa290bf32c5a99f30bb49291d0620e1a8117d55855205f1fb230182140ab2
|
|
2138
2138
|
languageName: node
|
|
2139
2139
|
linkType: hard
|
|
2140
2140
|
|
|
2141
|
-
"@cedarjs/prerender@npm:5.0.
|
|
2142
|
-
version: 5.0.
|
|
2143
|
-
resolution: "@cedarjs/prerender@npm:5.0.
|
|
2141
|
+
"@cedarjs/prerender@npm:5.0.6":
|
|
2142
|
+
version: 5.0.6
|
|
2143
|
+
resolution: "@cedarjs/prerender@npm:5.0.6"
|
|
2144
2144
|
dependencies:
|
|
2145
2145
|
"@ast-grep/napi": "npm:0.43.0"
|
|
2146
2146
|
"@babel/generator": "npm:7.29.7"
|
|
2147
2147
|
"@babel/parser": "npm:7.29.7"
|
|
2148
2148
|
"@babel/traverse": "npm:7.29.7"
|
|
2149
|
-
"@cedarjs/babel-config": "npm:5.0.
|
|
2150
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2151
|
-
"@cedarjs/structure": "npm:5.0.
|
|
2152
|
-
"@cedarjs/vite": "npm:5.0.
|
|
2149
|
+
"@cedarjs/babel-config": "npm:5.0.6"
|
|
2150
|
+
"@cedarjs/project-config": "npm:5.0.6"
|
|
2151
|
+
"@cedarjs/structure": "npm:5.0.6"
|
|
2152
|
+
"@cedarjs/vite": "npm:5.0.6"
|
|
2153
2153
|
"@rollup/plugin-alias": "npm:5.1.1"
|
|
2154
2154
|
"@rollup/plugin-commonjs": "npm:28.0.9"
|
|
2155
2155
|
"@rollup/plugin-node-resolve": "npm:16.0.3"
|
|
@@ -2166,61 +2166,61 @@ __metadata:
|
|
|
2166
2166
|
unplugin-auto-import: "npm:19.3.0"
|
|
2167
2167
|
vite: "npm:7.3.5"
|
|
2168
2168
|
peerDependencies:
|
|
2169
|
-
"@cedarjs/router": 5.0.
|
|
2170
|
-
"@cedarjs/web": 5.0.
|
|
2169
|
+
"@cedarjs/router": 5.0.6
|
|
2170
|
+
"@cedarjs/web": 5.0.6
|
|
2171
2171
|
react: 18.3.1
|
|
2172
2172
|
react-dom: 18.3.1
|
|
2173
|
-
checksum: 10c0/
|
|
2173
|
+
checksum: 10c0/3dac039902e9fd099b3e7f0ed1f8cc7ca7e50e911d03d79a91f6c2c3614812861b46a54705398dd8bc99d952f5e444b82c20b1beb1d4479c9f8b06481d2d2d39
|
|
2174
2174
|
languageName: node
|
|
2175
2175
|
linkType: hard
|
|
2176
2176
|
|
|
2177
|
-
"@cedarjs/project-config@npm:5.0.
|
|
2178
|
-
version: 5.0.
|
|
2179
|
-
resolution: "@cedarjs/project-config@npm:5.0.
|
|
2177
|
+
"@cedarjs/project-config@npm:5.0.6":
|
|
2178
|
+
version: 5.0.6
|
|
2179
|
+
resolution: "@cedarjs/project-config@npm:5.0.6"
|
|
2180
2180
|
dependencies:
|
|
2181
2181
|
"@prisma/internals": "npm:7.8.0"
|
|
2182
2182
|
deepmerge: "npm:4.3.1"
|
|
2183
2183
|
fast-glob: "npm:3.3.3"
|
|
2184
2184
|
smol-toml: "npm:1.6.1"
|
|
2185
2185
|
string-env-interpolation: "npm:1.0.1"
|
|
2186
|
-
checksum: 10c0/
|
|
2186
|
+
checksum: 10c0/44558b45c5d8cb40311571adf5466e429b978e31f9c3ac519f4c46f90847db443d13520fcf0eacbba9bca21e560eaec1af8041f6404ba610ca7b64fdcda5e0e6
|
|
2187
2187
|
languageName: node
|
|
2188
2188
|
linkType: hard
|
|
2189
2189
|
|
|
2190
|
-
"@cedarjs/router@npm:5.0.
|
|
2191
|
-
version: 5.0.
|
|
2192
|
-
resolution: "@cedarjs/router@npm:5.0.
|
|
2190
|
+
"@cedarjs/router@npm:5.0.6":
|
|
2191
|
+
version: 5.0.6
|
|
2192
|
+
resolution: "@cedarjs/router@npm:5.0.6"
|
|
2193
2193
|
dependencies:
|
|
2194
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2195
|
-
"@cedarjs/server-store": "npm:5.0.
|
|
2194
|
+
"@cedarjs/project-config": "npm:5.0.6"
|
|
2195
|
+
"@cedarjs/server-store": "npm:5.0.6"
|
|
2196
2196
|
react: "npm:18.3.1"
|
|
2197
2197
|
react-dom: "npm:18.3.1"
|
|
2198
2198
|
ts-toolbelt: "npm:9.6.0"
|
|
2199
2199
|
peerDependencies:
|
|
2200
|
-
"@cedarjs/auth": 5.0.
|
|
2200
|
+
"@cedarjs/auth": 5.0.6
|
|
2201
2201
|
react: 18.3.1
|
|
2202
2202
|
react-dom: 18.3.1
|
|
2203
|
-
checksum: 10c0/
|
|
2203
|
+
checksum: 10c0/e15e2b9afe9c1a3f759f52ad0bf3dd4bad17381892a4ca9045fdbb4800c90b56d507e1232c96dc469c82d590aaa75b5b9084b122fc263ffe676a55e92cf03cd7
|
|
2204
2204
|
languageName: node
|
|
2205
2205
|
linkType: hard
|
|
2206
2206
|
|
|
2207
|
-
"@cedarjs/server-store@npm:5.0.
|
|
2208
|
-
version: 5.0.
|
|
2209
|
-
resolution: "@cedarjs/server-store@npm:5.0.
|
|
2207
|
+
"@cedarjs/server-store@npm:5.0.6":
|
|
2208
|
+
version: 5.0.6
|
|
2209
|
+
resolution: "@cedarjs/server-store@npm:5.0.6"
|
|
2210
2210
|
dependencies:
|
|
2211
|
-
"@cedarjs/auth": "npm:5.0.
|
|
2212
|
-
"@cedarjs/cookie-jar": "npm:5.0.
|
|
2211
|
+
"@cedarjs/auth": "npm:5.0.6"
|
|
2212
|
+
"@cedarjs/cookie-jar": "npm:5.0.6"
|
|
2213
2213
|
esbuild: "npm:0.27.7"
|
|
2214
2214
|
fast-glob: "npm:3.3.3"
|
|
2215
|
-
checksum: 10c0/
|
|
2215
|
+
checksum: 10c0/ffba37a889b2573746f802efb237bdc4609c8736a376ddb0f8520e413b73df515121c124c66287fccea2528b9f20b8424a3176288ca98baebe1d82c2f9375b84
|
|
2216
2216
|
languageName: node
|
|
2217
2217
|
linkType: hard
|
|
2218
2218
|
|
|
2219
|
-
"@cedarjs/structure@npm:5.0.
|
|
2220
|
-
version: 5.0.
|
|
2221
|
-
resolution: "@cedarjs/structure@npm:5.0.
|
|
2219
|
+
"@cedarjs/structure@npm:5.0.6":
|
|
2220
|
+
version: 5.0.6
|
|
2221
|
+
resolution: "@cedarjs/structure@npm:5.0.6"
|
|
2222
2222
|
dependencies:
|
|
2223
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2223
|
+
"@cedarjs/project-config": "npm:5.0.6"
|
|
2224
2224
|
"@prisma/internals": "npm:7.8.0"
|
|
2225
2225
|
"@types/line-column": "npm:1.0.2"
|
|
2226
2226
|
camelcase: "npm:6.3.0"
|
|
@@ -2233,34 +2233,34 @@ __metadata:
|
|
|
2233
2233
|
smol-toml: "npm:1.6.1"
|
|
2234
2234
|
ts-morph: "npm:23.0.0"
|
|
2235
2235
|
yargs-parser: "npm:21.1.1"
|
|
2236
|
-
checksum: 10c0/
|
|
2236
|
+
checksum: 10c0/cfab53510a52b55d86570d017766b1abbe9783f3713930c6d00381c8522df8b11e60373bf5cf927a40a82e45ac89bb588e8e43247240d3f892f6470b98a7dccd
|
|
2237
2237
|
languageName: node
|
|
2238
2238
|
linkType: hard
|
|
2239
2239
|
|
|
2240
|
-
"@cedarjs/telemetry@npm:5.0.
|
|
2241
|
-
version: 5.0.
|
|
2242
|
-
resolution: "@cedarjs/telemetry@npm:5.0.
|
|
2240
|
+
"@cedarjs/telemetry@npm:5.0.6":
|
|
2241
|
+
version: 5.0.6
|
|
2242
|
+
resolution: "@cedarjs/telemetry@npm:5.0.6"
|
|
2243
2243
|
dependencies:
|
|
2244
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2245
|
-
"@cedarjs/structure": "npm:5.0.
|
|
2244
|
+
"@cedarjs/project-config": "npm:5.0.6"
|
|
2245
|
+
"@cedarjs/structure": "npm:5.0.6"
|
|
2246
2246
|
"@whatwg-node/fetch": "npm:0.10.13"
|
|
2247
2247
|
ci-info: "npm:4.4.0"
|
|
2248
2248
|
envinfo: "npm:7.21.0"
|
|
2249
2249
|
systeminformation: "npm:5.31.7"
|
|
2250
2250
|
uuid: "npm:11.1.0"
|
|
2251
2251
|
yargs: "npm:17.7.3"
|
|
2252
|
-
checksum: 10c0/
|
|
2252
|
+
checksum: 10c0/fe8c116bdf6639c2bd94664ea24ce6009881ed1343afcf2e0e291cf42ac982b71ec034ea6e3ac5482082594772f71f4862768cf7aca5d2aec486ad996098467e
|
|
2253
2253
|
languageName: node
|
|
2254
2254
|
linkType: hard
|
|
2255
2255
|
|
|
2256
|
-
"@cedarjs/testing@npm:5.0.
|
|
2257
|
-
version: 5.0.
|
|
2258
|
-
resolution: "@cedarjs/testing@npm:5.0.
|
|
2256
|
+
"@cedarjs/testing@npm:5.0.6":
|
|
2257
|
+
version: 5.0.6
|
|
2258
|
+
resolution: "@cedarjs/testing@npm:5.0.6"
|
|
2259
2259
|
dependencies:
|
|
2260
|
-
"@cedarjs/babel-config": "npm:5.0.
|
|
2261
|
-
"@cedarjs/context": "npm:5.0.
|
|
2262
|
-
"@cedarjs/graphql-server": "npm:5.0.
|
|
2263
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2260
|
+
"@cedarjs/babel-config": "npm:5.0.6"
|
|
2261
|
+
"@cedarjs/context": "npm:5.0.6"
|
|
2262
|
+
"@cedarjs/graphql-server": "npm:5.0.6"
|
|
2263
|
+
"@cedarjs/project-config": "npm:5.0.6"
|
|
2264
2264
|
"@testing-library/jest-dom": "npm:6.9.1"
|
|
2265
2265
|
"@testing-library/react": "npm:14.3.1"
|
|
2266
2266
|
"@testing-library/user-event": "npm:14.6.1"
|
|
@@ -2279,44 +2279,44 @@ __metadata:
|
|
|
2279
2279
|
unplugin-auto-import: "npm:19.3.0"
|
|
2280
2280
|
whatwg-fetch: "npm:3.6.20"
|
|
2281
2281
|
peerDependencies:
|
|
2282
|
-
"@cedarjs/auth": 5.0.
|
|
2283
|
-
"@cedarjs/router": 5.0.
|
|
2284
|
-
"@cedarjs/web": 5.0.
|
|
2282
|
+
"@cedarjs/auth": 5.0.6
|
|
2283
|
+
"@cedarjs/router": 5.0.6
|
|
2284
|
+
"@cedarjs/web": 5.0.6
|
|
2285
2285
|
vitest: 3.2.6
|
|
2286
2286
|
peerDependenciesMeta:
|
|
2287
2287
|
vitest:
|
|
2288
2288
|
optional: true
|
|
2289
|
-
checksum: 10c0/
|
|
2289
|
+
checksum: 10c0/9fcbb7937692029a9d4cf083cf313182aa18045e53292915e53426b4863b2f01c259d6d936cf4008324b04420e42a485c6cfa734f726e8a0130e8ee4336f3975
|
|
2290
2290
|
languageName: node
|
|
2291
2291
|
linkType: hard
|
|
2292
2292
|
|
|
2293
|
-
"@cedarjs/utils@npm:5.0.
|
|
2294
|
-
version: 5.0.
|
|
2295
|
-
resolution: "@cedarjs/utils@npm:5.0.
|
|
2293
|
+
"@cedarjs/utils@npm:5.0.6":
|
|
2294
|
+
version: 5.0.6
|
|
2295
|
+
resolution: "@cedarjs/utils@npm:5.0.6"
|
|
2296
2296
|
dependencies:
|
|
2297
2297
|
pluralize: "npm:8.0.0"
|
|
2298
|
-
checksum: 10c0/
|
|
2298
|
+
checksum: 10c0/f69ed9c812ad6883cc77aaa143b7e0eabe253f8826f5b704bf5080f8274a7267d37fd2256e46e8bb01726f2aad20a6a2c11ab931ebabd3b5fe26570ed4dbce09
|
|
2299
2299
|
languageName: node
|
|
2300
2300
|
linkType: hard
|
|
2301
2301
|
|
|
2302
|
-
"@cedarjs/vite@npm:5.0.
|
|
2303
|
-
version: 5.0.
|
|
2304
|
-
resolution: "@cedarjs/vite@npm:5.0.
|
|
2302
|
+
"@cedarjs/vite@npm:5.0.6":
|
|
2303
|
+
version: 5.0.6
|
|
2304
|
+
resolution: "@cedarjs/vite@npm:5.0.6"
|
|
2305
2305
|
dependencies:
|
|
2306
2306
|
"@ast-grep/napi": "npm:0.43.0"
|
|
2307
2307
|
"@babel/generator": "npm:7.29.7"
|
|
2308
2308
|
"@babel/parser": "npm:7.29.7"
|
|
2309
2309
|
"@babel/traverse": "npm:7.29.7"
|
|
2310
2310
|
"@babel/types": "npm:7.29.7"
|
|
2311
|
-
"@cedarjs/api": "npm:5.0.
|
|
2312
|
-
"@cedarjs/babel-config": "npm:5.0.
|
|
2313
|
-
"@cedarjs/context": "npm:5.0.
|
|
2314
|
-
"@cedarjs/cookie-jar": "npm:5.0.
|
|
2315
|
-
"@cedarjs/graphql-server": "npm:5.0.
|
|
2316
|
-
"@cedarjs/internal": "npm:5.0.
|
|
2317
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2318
|
-
"@cedarjs/server-store": "npm:5.0.
|
|
2319
|
-
"@cedarjs/testing": "npm:5.0.
|
|
2311
|
+
"@cedarjs/api": "npm:5.0.6"
|
|
2312
|
+
"@cedarjs/babel-config": "npm:5.0.6"
|
|
2313
|
+
"@cedarjs/context": "npm:5.0.6"
|
|
2314
|
+
"@cedarjs/cookie-jar": "npm:5.0.6"
|
|
2315
|
+
"@cedarjs/graphql-server": "npm:5.0.6"
|
|
2316
|
+
"@cedarjs/internal": "npm:5.0.6"
|
|
2317
|
+
"@cedarjs/project-config": "npm:5.0.6"
|
|
2318
|
+
"@cedarjs/server-store": "npm:5.0.6"
|
|
2319
|
+
"@cedarjs/testing": "npm:5.0.6"
|
|
2320
2320
|
"@fastify/url-data": "npm:6.0.3"
|
|
2321
2321
|
"@swc/core": "npm:1.15.41"
|
|
2322
2322
|
"@universal-deploy/store": "npm:^0.2.1"
|
|
@@ -2348,9 +2348,9 @@ __metadata:
|
|
|
2348
2348
|
ws: "npm:8.20.0"
|
|
2349
2349
|
yargs-parser: "npm:21.1.1"
|
|
2350
2350
|
peerDependencies:
|
|
2351
|
-
"@cedarjs/auth": 5.0.
|
|
2352
|
-
"@cedarjs/router": 5.0.
|
|
2353
|
-
"@cedarjs/web": 5.0.
|
|
2351
|
+
"@cedarjs/auth": 5.0.6
|
|
2352
|
+
"@cedarjs/router": 5.0.6
|
|
2353
|
+
"@cedarjs/web": 5.0.6
|
|
2354
2354
|
bin:
|
|
2355
2355
|
cedar-dev-fe: dist/devFeServer.js
|
|
2356
2356
|
cedar-serve-fe: dist/runFeServer.js
|
|
@@ -2358,16 +2358,16 @@ __metadata:
|
|
|
2358
2358
|
cedar-vite-build: bins/cedar-vite-build.mjs
|
|
2359
2359
|
cedar-vite-dev: bins/cedar-vite-dev.mjs
|
|
2360
2360
|
vite: bins/vite.mjs
|
|
2361
|
-
checksum: 10c0/
|
|
2361
|
+
checksum: 10c0/3a221ded728f6210e5919b58684ada58b0c312008937363eafaba869dba51ac30a17d02d878100ea75964be67cc77e67e90d3465d4471a6aa412d322bba740fb
|
|
2362
2362
|
languageName: node
|
|
2363
2363
|
linkType: hard
|
|
2364
2364
|
|
|
2365
|
-
"@cedarjs/web-server@npm:5.0.
|
|
2366
|
-
version: 5.0.
|
|
2367
|
-
resolution: "@cedarjs/web-server@npm:5.0.
|
|
2365
|
+
"@cedarjs/web-server@npm:5.0.6":
|
|
2366
|
+
version: 5.0.6
|
|
2367
|
+
resolution: "@cedarjs/web-server@npm:5.0.6"
|
|
2368
2368
|
dependencies:
|
|
2369
|
-
"@cedarjs/fastify-web": "npm:5.0.
|
|
2370
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2369
|
+
"@cedarjs/fastify-web": "npm:5.0.6"
|
|
2370
|
+
"@cedarjs/project-config": "npm:5.0.6"
|
|
2371
2371
|
ansis: "npm:4.2.0"
|
|
2372
2372
|
dotenv-defaults: "npm:5.0.2"
|
|
2373
2373
|
fastify: "npm:5.8.5"
|
|
@@ -2375,16 +2375,16 @@ __metadata:
|
|
|
2375
2375
|
bin:
|
|
2376
2376
|
cedar-web-server: dist/bin.js
|
|
2377
2377
|
rw-web-server: dist/bin.js
|
|
2378
|
-
checksum: 10c0/
|
|
2378
|
+
checksum: 10c0/f375e7ec1f0b3b4f28be634c2601d5079eeb75269e2d2df400eba5a4c320dc28bac43936762d53f364313551c337ecf81a8044da0be8158e593836dec441b8ca
|
|
2379
2379
|
languageName: node
|
|
2380
2380
|
linkType: hard
|
|
2381
2381
|
|
|
2382
|
-
"@cedarjs/web@npm:5.0.
|
|
2383
|
-
version: 5.0.
|
|
2384
|
-
resolution: "@cedarjs/web@npm:5.0.
|
|
2382
|
+
"@cedarjs/web@npm:5.0.6":
|
|
2383
|
+
version: 5.0.6
|
|
2384
|
+
resolution: "@cedarjs/web@npm:5.0.6"
|
|
2385
2385
|
dependencies:
|
|
2386
2386
|
"@apollo/client": "npm:3.14.1"
|
|
2387
|
-
"@cedarjs/server-store": "npm:5.0.
|
|
2387
|
+
"@cedarjs/server-store": "npm:5.0.6"
|
|
2388
2388
|
"@dr.pogodin/react-helmet": "npm:2.0.4"
|
|
2389
2389
|
"@whatwg-node/fetch": "npm:0.10.13"
|
|
2390
2390
|
apollo-upload-client: "npm:18.0.1"
|
|
@@ -2396,7 +2396,7 @@ __metadata:
|
|
|
2396
2396
|
stacktracey: "npm:2.2.0"
|
|
2397
2397
|
ts-toolbelt: "npm:9.6.0"
|
|
2398
2398
|
peerDependencies:
|
|
2399
|
-
"@cedarjs/auth": 5.0.
|
|
2399
|
+
"@cedarjs/auth": 5.0.6
|
|
2400
2400
|
react: 18.3.1
|
|
2401
2401
|
react-dom: 18.3.1
|
|
2402
2402
|
bin:
|
|
@@ -2409,7 +2409,7 @@ __metadata:
|
|
|
2409
2409
|
rw: dist/cjs/bins/redwood.js
|
|
2410
2410
|
storybook: dist/cjs/bins/storybook.js
|
|
2411
2411
|
tsc: dist/cjs/bins/tsc.js
|
|
2412
|
-
checksum: 10c0/
|
|
2412
|
+
checksum: 10c0/59592d53260299f4d7988a3c70b4cc6943aa106bf1fc950c1ad375e739b4ad92f561bcc94626cfc9096faf4b046518208d59c208964a3c47fb328996c32b4ba4
|
|
2413
2413
|
languageName: node
|
|
2414
2414
|
linkType: hard
|
|
2415
2415
|
|
|
@@ -7411,8 +7411,8 @@ __metadata:
|
|
|
7411
7411
|
version: 0.0.0-use.local
|
|
7412
7412
|
resolution: "api@workspace:api"
|
|
7413
7413
|
dependencies:
|
|
7414
|
-
"@cedarjs/api": "npm:5.0.
|
|
7415
|
-
"@cedarjs/graphql-server": "npm:5.0.
|
|
7414
|
+
"@cedarjs/api": "npm:5.0.6"
|
|
7415
|
+
"@cedarjs/graphql-server": "npm:5.0.6"
|
|
7416
7416
|
"@prisma/adapter-better-sqlite3": "npm:7.8.0"
|
|
7417
7417
|
"@prisma/client": "npm:7.8.0"
|
|
7418
7418
|
better-sqlite3: "npm:12.9.0"
|
|
@@ -16576,10 +16576,10 @@ __metadata:
|
|
|
16576
16576
|
version: 0.0.0-use.local
|
|
16577
16577
|
resolution: "root-workspace-0b6124@workspace:."
|
|
16578
16578
|
dependencies:
|
|
16579
|
-
"@cedarjs/core": "npm:5.0.
|
|
16580
|
-
"@cedarjs/eslint-config": "npm:5.0.
|
|
16581
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
16582
|
-
"@cedarjs/testing": "npm:5.0.
|
|
16579
|
+
"@cedarjs/core": "npm:5.0.6"
|
|
16580
|
+
"@cedarjs/eslint-config": "npm:5.0.6"
|
|
16581
|
+
"@cedarjs/project-config": "npm:5.0.6"
|
|
16582
|
+
"@cedarjs/testing": "npm:5.0.6"
|
|
16583
16583
|
prisma: "npm:7.8.0"
|
|
16584
16584
|
dependenciesMeta:
|
|
16585
16585
|
"@clerk/shared":
|
|
@@ -18799,10 +18799,10 @@ __metadata:
|
|
|
18799
18799
|
version: 0.0.0-use.local
|
|
18800
18800
|
resolution: "web@workspace:web"
|
|
18801
18801
|
dependencies:
|
|
18802
|
-
"@cedarjs/forms": "npm:5.0.
|
|
18803
|
-
"@cedarjs/router": "npm:5.0.
|
|
18804
|
-
"@cedarjs/vite": "npm:5.0.
|
|
18805
|
-
"@cedarjs/web": "npm:5.0.
|
|
18802
|
+
"@cedarjs/forms": "npm:5.0.6"
|
|
18803
|
+
"@cedarjs/router": "npm:5.0.6"
|
|
18804
|
+
"@cedarjs/vite": "npm:5.0.6"
|
|
18805
|
+
"@cedarjs/web": "npm:5.0.6"
|
|
18806
18806
|
"@types/react": "npm:^18.2.55"
|
|
18807
18807
|
"@types/react-dom": "npm:^18.2.19"
|
|
18808
18808
|
react: "npm:18.3.1"
|