create-cedar-app 5.0.2-rc.5 → 5.0.2
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/.yarn/install-state.gz +0 -0
- 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-js/yarn.lock +222 -222
- package/templates/esm-ts/.yarn/install-state.gz +0 -0
- 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/esm-ts/yarn.lock +222 -222
- 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/js/yarn.lock +222 -222
- package/templates/overlays/cjs/npm/package.json +4 -4
- package/templates/overlays/cjs/pnpm/package.json +4 -4
- package/templates/overlays/cjs/yarn/package.json +4 -4
- package/templates/overlays/esm/npm/package.json +4 -4
- package/templates/overlays/esm/pnpm/package.json +4 -4
- package/templates/overlays/esm/yarn/package.json +4 -4
- package/templates/ts/api/package.json +2 -2
- package/templates/ts/package.json +4 -4
- package/templates/ts/web/package.json +4 -4
- package/templates/ts/yarn.lock +222 -222
package/templates/ts/yarn.lock
CHANGED
|
@@ -1705,15 +1705,15 @@ __metadata:
|
|
|
1705
1705
|
languageName: node
|
|
1706
1706
|
linkType: hard
|
|
1707
1707
|
|
|
1708
|
-
"@cedarjs/api-server@npm:5.0.2
|
|
1709
|
-
version: 5.0.2
|
|
1710
|
-
resolution: "@cedarjs/api-server@npm:5.0.2
|
|
1711
|
-
dependencies:
|
|
1712
|
-
"@cedarjs/context": "npm:5.0.2
|
|
1713
|
-
"@cedarjs/fastify-web": "npm:5.0.2
|
|
1714
|
-
"@cedarjs/internal": "npm:5.0.2
|
|
1715
|
-
"@cedarjs/project-config": "npm:5.0.2
|
|
1716
|
-
"@cedarjs/web-server": "npm:5.0.2
|
|
1708
|
+
"@cedarjs/api-server@npm:5.0.2":
|
|
1709
|
+
version: 5.0.2
|
|
1710
|
+
resolution: "@cedarjs/api-server@npm:5.0.2"
|
|
1711
|
+
dependencies:
|
|
1712
|
+
"@cedarjs/context": "npm:5.0.2"
|
|
1713
|
+
"@cedarjs/fastify-web": "npm:5.0.2"
|
|
1714
|
+
"@cedarjs/internal": "npm:5.0.2"
|
|
1715
|
+
"@cedarjs/project-config": "npm:5.0.2"
|
|
1716
|
+
"@cedarjs/web-server": "npm:5.0.2"
|
|
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.2
|
|
1733
|
+
"@cedarjs/graphql-server": 5.0.2
|
|
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/68aa4fd5dcbb00f7ec71d47594712fd0215b2aa4b45d89f0f4a44db30bd6f77fa49a0494ea3c78feca6aa5928b0644147bced7e3b80b9ba31d18c52d1947e7dd
|
|
1747
1747
|
languageName: node
|
|
1748
1748
|
linkType: hard
|
|
1749
1749
|
|
|
1750
|
-
"@cedarjs/api@npm:5.0.2
|
|
1751
|
-
version: 5.0.2
|
|
1752
|
-
resolution: "@cedarjs/api@npm:5.0.2
|
|
1750
|
+
"@cedarjs/api@npm:5.0.2":
|
|
1751
|
+
version: 5.0.2
|
|
1752
|
+
resolution: "@cedarjs/api@npm:5.0.2"
|
|
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/bcec492a53bde22a1ed2f7082a6b90ede7ca7a0c0d146e21a5e28799c636dc6cc17b92eedaa3e16225b58f273ba9b3cae0597d4ad1e1c17e962f13ee5b741522
|
|
1779
1779
|
languageName: node
|
|
1780
1780
|
linkType: hard
|
|
1781
1781
|
|
|
1782
|
-
"@cedarjs/auth@npm:5.0.2
|
|
1783
|
-
version: 5.0.2
|
|
1784
|
-
resolution: "@cedarjs/auth@npm:5.0.2
|
|
1782
|
+
"@cedarjs/auth@npm:5.0.2":
|
|
1783
|
+
version: 5.0.2
|
|
1784
|
+
resolution: "@cedarjs/auth@npm:5.0.2"
|
|
1785
1785
|
dependencies:
|
|
1786
1786
|
react: "npm:18.3.1"
|
|
1787
|
-
checksum: 10c0/
|
|
1787
|
+
checksum: 10c0/0060609b727773198b51e671bf2c74c3f8466f1fc4099d4cfc44bf544597019b427db4efdfb52bef14f292616b29781595b4fd9d6dfe23d836c6e2c17be6a5f1
|
|
1788
1788
|
languageName: node
|
|
1789
1789
|
linkType: hard
|
|
1790
1790
|
|
|
1791
|
-
"@cedarjs/babel-config@npm:5.0.2
|
|
1792
|
-
version: 5.0.2
|
|
1793
|
-
resolution: "@cedarjs/babel-config@npm:5.0.2
|
|
1791
|
+
"@cedarjs/babel-config@npm:5.0.2":
|
|
1792
|
+
version: 5.0.2
|
|
1793
|
+
resolution: "@cedarjs/babel-config@npm:5.0.2"
|
|
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.2
|
|
1804
|
+
"@cedarjs/project-config": "npm:5.0.2"
|
|
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/9d2a2081a1b7479771c0c79ca63542e09fcec980f96c838ac9f61468523cf0c62b2252ea61f00b993b97f290107cc9ed2fa343d0a9980aaf4432fc20188de8d8
|
|
1812
1812
|
languageName: node
|
|
1813
1813
|
linkType: hard
|
|
1814
1814
|
|
|
1815
|
-
"@cedarjs/cli-helpers@npm:5.0.2
|
|
1816
|
-
version: 5.0.2
|
|
1817
|
-
resolution: "@cedarjs/cli-helpers@npm:5.0.2
|
|
1815
|
+
"@cedarjs/cli-helpers@npm:5.0.2":
|
|
1816
|
+
version: 5.0.2
|
|
1817
|
+
resolution: "@cedarjs/cli-helpers@npm:5.0.2"
|
|
1818
1818
|
dependencies:
|
|
1819
1819
|
"@babel/core": "npm:^7.26.10"
|
|
1820
|
-
"@cedarjs/project-config": "npm:5.0.2
|
|
1821
|
-
"@cedarjs/telemetry": "npm:5.0.2
|
|
1820
|
+
"@cedarjs/project-config": "npm:5.0.2"
|
|
1821
|
+
"@cedarjs/telemetry": "npm:5.0.2"
|
|
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/8a5b9f0727e56c97076e5378ea05fdbaf531206f38a1eabd61256eddff03ad7d80e671fb3d7a96971eb28e402223b19b877b51361515ade09d09bff5cc93f7ec
|
|
1839
1839
|
languageName: node
|
|
1840
1840
|
linkType: hard
|
|
1841
1841
|
|
|
1842
|
-
"@cedarjs/cli@npm:5.0.2
|
|
1843
|
-
version: 5.0.2
|
|
1844
|
-
resolution: "@cedarjs/cli@npm:5.0.2
|
|
1842
|
+
"@cedarjs/cli@npm:5.0.2":
|
|
1843
|
+
version: 5.0.2
|
|
1844
|
+
resolution: "@cedarjs/cli@npm:5.0.2"
|
|
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.2
|
|
1849
|
-
"@cedarjs/cli-helpers": "npm:5.0.2
|
|
1850
|
-
"@cedarjs/fastify-web": "npm:5.0.2
|
|
1851
|
-
"@cedarjs/internal": "npm:5.0.2
|
|
1852
|
-
"@cedarjs/prerender": "npm:5.0.2
|
|
1853
|
-
"@cedarjs/project-config": "npm:5.0.2
|
|
1854
|
-
"@cedarjs/structure": "npm:5.0.2
|
|
1855
|
-
"@cedarjs/telemetry": "npm:5.0.2
|
|
1856
|
-
"@cedarjs/utils": "npm:5.0.2
|
|
1857
|
-
"@cedarjs/vite": "npm:5.0.2
|
|
1858
|
-
"@cedarjs/web-server": "npm:5.0.2
|
|
1848
|
+
"@cedarjs/api-server": "npm:5.0.2"
|
|
1849
|
+
"@cedarjs/cli-helpers": "npm:5.0.2"
|
|
1850
|
+
"@cedarjs/fastify-web": "npm:5.0.2"
|
|
1851
|
+
"@cedarjs/internal": "npm:5.0.2"
|
|
1852
|
+
"@cedarjs/prerender": "npm:5.0.2"
|
|
1853
|
+
"@cedarjs/project-config": "npm:5.0.2"
|
|
1854
|
+
"@cedarjs/structure": "npm:5.0.2"
|
|
1855
|
+
"@cedarjs/telemetry": "npm:5.0.2"
|
|
1856
|
+
"@cedarjs/utils": "npm:5.0.2"
|
|
1857
|
+
"@cedarjs/vite": "npm:5.0.2"
|
|
1858
|
+
"@cedarjs/web-server": "npm:5.0.2"
|
|
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/8017601bee75697bd2fdab60ed5eb515abc559e454551ac26debbca804db9ac3514638dd2aef9fc1c48987565ddac6c4ef0f85a64b8c61c6112e453e2f8b1e50
|
|
1914
1914
|
languageName: node
|
|
1915
1915
|
linkType: hard
|
|
1916
1916
|
|
|
1917
|
-
"@cedarjs/context@npm:5.0.2
|
|
1918
|
-
version: 5.0.2
|
|
1919
|
-
resolution: "@cedarjs/context@npm:5.0.2
|
|
1920
|
-
checksum: 10c0/
|
|
1917
|
+
"@cedarjs/context@npm:5.0.2":
|
|
1918
|
+
version: 5.0.2
|
|
1919
|
+
resolution: "@cedarjs/context@npm:5.0.2"
|
|
1920
|
+
checksum: 10c0/8d4b745317d9f69efc9f06ed1378800737273c90ace982ecda427ebeee3db357a0b4fcb6255a87c8bd1ebdd44e8331738c9a54e180fc753e08ba08b028062ffe
|
|
1921
1921
|
languageName: node
|
|
1922
1922
|
linkType: hard
|
|
1923
1923
|
|
|
1924
|
-
"@cedarjs/cookie-jar@npm:5.0.2
|
|
1925
|
-
version: 5.0.2
|
|
1926
|
-
resolution: "@cedarjs/cookie-jar@npm:5.0.2
|
|
1924
|
+
"@cedarjs/cookie-jar@npm:5.0.2":
|
|
1925
|
+
version: 5.0.2
|
|
1926
|
+
resolution: "@cedarjs/cookie-jar@npm:5.0.2"
|
|
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/7ce5b5c3a9d9cbdd62468931412e5267d4e155f701b967172d6ed421fa527aee294ccb644f9950897dc41375d99f08e379e09241b78d14f2c87a7783cdeebec7
|
|
1932
1932
|
languageName: node
|
|
1933
1933
|
linkType: hard
|
|
1934
1934
|
|
|
1935
|
-
"@cedarjs/core@npm:5.0.2
|
|
1936
|
-
version: 5.0.2
|
|
1937
|
-
resolution: "@cedarjs/core@npm:5.0.2
|
|
1935
|
+
"@cedarjs/core@npm:5.0.2":
|
|
1936
|
+
version: 5.0.2
|
|
1937
|
+
resolution: "@cedarjs/core@npm:5.0.2"
|
|
1938
1938
|
dependencies:
|
|
1939
1939
|
"@babel/cli": "npm:7.29.7"
|
|
1940
|
-
"@cedarjs/api-server": "npm:5.0.2
|
|
1941
|
-
"@cedarjs/cli": "npm:5.0.2
|
|
1942
|
-
"@cedarjs/eslint-config": "npm:5.0.2
|
|
1943
|
-
"@cedarjs/internal": "npm:5.0.2
|
|
1944
|
-
"@cedarjs/project-config": "npm:5.0.2
|
|
1945
|
-
"@cedarjs/testing": "npm:5.0.2
|
|
1946
|
-
"@cedarjs/web-server": "npm:5.0.2
|
|
1940
|
+
"@cedarjs/api-server": "npm:5.0.2"
|
|
1941
|
+
"@cedarjs/cli": "npm:5.0.2"
|
|
1942
|
+
"@cedarjs/eslint-config": "npm:5.0.2"
|
|
1943
|
+
"@cedarjs/internal": "npm:5.0.2"
|
|
1944
|
+
"@cedarjs/project-config": "npm:5.0.2"
|
|
1945
|
+
"@cedarjs/testing": "npm:5.0.2"
|
|
1946
|
+
"@cedarjs/web-server": "npm:5.0.2"
|
|
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/c5c0d7e3162158aae3f157488baab15a046446c2200e5323789b3b438783ad4a064baaf4e221999a9d8ab191f5e18f12347bc8a83f81bd545b7bcb34ae3b9f9b
|
|
1979
1979
|
languageName: node
|
|
1980
1980
|
linkType: hard
|
|
1981
1981
|
|
|
1982
|
-
"@cedarjs/eslint-config@npm:5.0.2
|
|
1983
|
-
version: 5.0.2
|
|
1984
|
-
resolution: "@cedarjs/eslint-config@npm:5.0.2
|
|
1982
|
+
"@cedarjs/eslint-config@npm:5.0.2":
|
|
1983
|
+
version: 5.0.2
|
|
1984
|
+
resolution: "@cedarjs/eslint-config@npm:5.0.2"
|
|
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.2
|
|
1990
|
-
"@cedarjs/eslint-plugin": "npm:5.0.2
|
|
1991
|
-
"@cedarjs/internal": "npm:5.0.2
|
|
1992
|
-
"@cedarjs/project-config": "npm:5.0.2
|
|
1989
|
+
"@cedarjs/babel-config": "npm:5.0.2"
|
|
1990
|
+
"@cedarjs/eslint-plugin": "npm:5.0.2"
|
|
1991
|
+
"@cedarjs/internal": "npm:5.0.2"
|
|
1992
|
+
"@cedarjs/project-config": "npm:5.0.2"
|
|
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/68683f4528a564db02586cef79238dab3ab2a2660a6f926afd0d5c1e7045d7a9998955a723fbe8178a3f5fc92486f9d9654a5b471a0bf6907ae031f064e499fd
|
|
2014
2014
|
languageName: node
|
|
2015
2015
|
linkType: hard
|
|
2016
2016
|
|
|
2017
|
-
"@cedarjs/eslint-plugin@npm:5.0.2
|
|
2018
|
-
version: 5.0.2
|
|
2019
|
-
resolution: "@cedarjs/eslint-plugin@npm:5.0.2
|
|
2017
|
+
"@cedarjs/eslint-plugin@npm:5.0.2":
|
|
2018
|
+
version: 5.0.2
|
|
2019
|
+
resolution: "@cedarjs/eslint-plugin@npm:5.0.2"
|
|
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/fe582dd9a0ef94b5d0ad0e3f53a9e83986a7053feb1d44264001469f5b4a7c342d2771cbeb8dbfe5aa63f7bd83ae6775190a8b6e060f7623bb976ab521010c98
|
|
2024
2024
|
languageName: node
|
|
2025
2025
|
linkType: hard
|
|
2026
2026
|
|
|
2027
|
-
"@cedarjs/fastify-web@npm:5.0.2
|
|
2028
|
-
version: 5.0.2
|
|
2029
|
-
resolution: "@cedarjs/fastify-web@npm:5.0.2
|
|
2027
|
+
"@cedarjs/fastify-web@npm:5.0.2":
|
|
2028
|
+
version: 5.0.2
|
|
2029
|
+
resolution: "@cedarjs/fastify-web@npm:5.0.2"
|
|
2030
2030
|
dependencies:
|
|
2031
|
-
"@cedarjs/project-config": "npm:5.0.2
|
|
2031
|
+
"@cedarjs/project-config": "npm:5.0.2"
|
|
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/0cf9868cefe8b9cd3135c22d3d728f5ea00da292828beca9847754f6dcba3f11d2ed13fdbc460ee0e96b010fc97886a2be4ab5b8c462c95d912843d5e193a7bd
|
|
2037
2037
|
languageName: node
|
|
2038
2038
|
linkType: hard
|
|
2039
2039
|
|
|
2040
|
-
"@cedarjs/forms@npm:5.0.2
|
|
2041
|
-
version: 5.0.2
|
|
2042
|
-
resolution: "@cedarjs/forms@npm:5.0.2
|
|
2040
|
+
"@cedarjs/forms@npm:5.0.2":
|
|
2041
|
+
version: 5.0.2
|
|
2042
|
+
resolution: "@cedarjs/forms@npm:5.0.2"
|
|
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/4634b884de15b24b8a0cf10d02fbd6249d4d683206e214641cbe30c06d39e7af0edea81d4c8989a4cd41a8cc525dbcb3becef9e9bde0038aae8d98e970732238
|
|
2050
2050
|
languageName: node
|
|
2051
2051
|
linkType: hard
|
|
2052
2052
|
|
|
2053
|
-
"@cedarjs/graphql-server@npm:5.0.2
|
|
2054
|
-
version: 5.0.2
|
|
2055
|
-
resolution: "@cedarjs/graphql-server@npm:5.0.2
|
|
2053
|
+
"@cedarjs/graphql-server@npm:5.0.2":
|
|
2054
|
+
version: 5.0.2
|
|
2055
|
+
resolution: "@cedarjs/graphql-server@npm:5.0.2"
|
|
2056
2056
|
dependencies:
|
|
2057
|
-
"@cedarjs/api": "npm:5.0.2
|
|
2058
|
-
"@cedarjs/context": "npm:5.0.2
|
|
2057
|
+
"@cedarjs/api": "npm:5.0.2"
|
|
2058
|
+
"@cedarjs/context": "npm:5.0.2"
|
|
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/3425aba79b08a3fb0d0a2738340c01e908d53a1332a656c6d548a35d227ce3920a5d3be94984d580dc658ac729144e8ec502015b9fcf517b6f205fa6e349c392
|
|
2078
2078
|
languageName: node
|
|
2079
2079
|
linkType: hard
|
|
2080
2080
|
|
|
2081
|
-
"@cedarjs/internal@npm:5.0.2
|
|
2082
|
-
version: 5.0.2
|
|
2083
|
-
resolution: "@cedarjs/internal@npm:5.0.2
|
|
2081
|
+
"@cedarjs/internal@npm:5.0.2":
|
|
2082
|
+
version: 5.0.2
|
|
2083
|
+
resolution: "@cedarjs/internal@npm:5.0.2"
|
|
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.2
|
|
2091
|
-
"@cedarjs/cli-helpers": "npm:5.0.2
|
|
2092
|
-
"@cedarjs/graphql-server": "npm:5.0.2
|
|
2093
|
-
"@cedarjs/project-config": "npm:5.0.2
|
|
2094
|
-
"@cedarjs/router": "npm:5.0.2
|
|
2095
|
-
"@cedarjs/structure": "npm:5.0.2
|
|
2096
|
-
"@cedarjs/utils": "npm:5.0.2
|
|
2090
|
+
"@cedarjs/babel-config": "npm:5.0.2"
|
|
2091
|
+
"@cedarjs/cli-helpers": "npm:5.0.2"
|
|
2092
|
+
"@cedarjs/graphql-server": "npm:5.0.2"
|
|
2093
|
+
"@cedarjs/project-config": "npm:5.0.2"
|
|
2094
|
+
"@cedarjs/router": "npm:5.0.2"
|
|
2095
|
+
"@cedarjs/structure": "npm:5.0.2"
|
|
2096
|
+
"@cedarjs/utils": "npm:5.0.2"
|
|
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/7dcd0f4492c9ec5c1d537612a4d4499746939a51052d63183e6e4e87cb244f6123a8ac1a7d7a6b969c43e0684447731931b6c846f4a8fc0debb739e5abf88660
|
|
2138
2138
|
languageName: node
|
|
2139
2139
|
linkType: hard
|
|
2140
2140
|
|
|
2141
|
-
"@cedarjs/prerender@npm:5.0.2
|
|
2142
|
-
version: 5.0.2
|
|
2143
|
-
resolution: "@cedarjs/prerender@npm:5.0.2
|
|
2141
|
+
"@cedarjs/prerender@npm:5.0.2":
|
|
2142
|
+
version: 5.0.2
|
|
2143
|
+
resolution: "@cedarjs/prerender@npm:5.0.2"
|
|
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.2
|
|
2150
|
-
"@cedarjs/project-config": "npm:5.0.2
|
|
2151
|
-
"@cedarjs/structure": "npm:5.0.2
|
|
2152
|
-
"@cedarjs/vite": "npm:5.0.2
|
|
2149
|
+
"@cedarjs/babel-config": "npm:5.0.2"
|
|
2150
|
+
"@cedarjs/project-config": "npm:5.0.2"
|
|
2151
|
+
"@cedarjs/structure": "npm:5.0.2"
|
|
2152
|
+
"@cedarjs/vite": "npm:5.0.2"
|
|
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":
|
|
2170
|
-
"@cedarjs/web":
|
|
2169
|
+
"@cedarjs/router": 4.2.0
|
|
2170
|
+
"@cedarjs/web": 4.2.0
|
|
2171
2171
|
react: 18.3.1
|
|
2172
2172
|
react-dom: 18.3.1
|
|
2173
|
-
checksum: 10c0/
|
|
2173
|
+
checksum: 10c0/bfc4d622a37e650b3083e35a7e35e5f5d3919b86f6de4d2dec4112f8a0352862fb18b9484b928c511616afd77a0c58e2e27199637677a78faace831362f15c64
|
|
2174
2174
|
languageName: node
|
|
2175
2175
|
linkType: hard
|
|
2176
2176
|
|
|
2177
|
-
"@cedarjs/project-config@npm:5.0.2
|
|
2178
|
-
version: 5.0.2
|
|
2179
|
-
resolution: "@cedarjs/project-config@npm:5.0.2
|
|
2177
|
+
"@cedarjs/project-config@npm:5.0.2":
|
|
2178
|
+
version: 5.0.2
|
|
2179
|
+
resolution: "@cedarjs/project-config@npm:5.0.2"
|
|
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/ede885fe63681891bb10e53b6033928ad89451460bbe244efe89d0b5f661cca87dd09d3c2fa215b31c9574483e72a3d38ea2aa63820474b703068354d13551d0
|
|
2187
2187
|
languageName: node
|
|
2188
2188
|
linkType: hard
|
|
2189
2189
|
|
|
2190
|
-
"@cedarjs/router@npm:5.0.2
|
|
2191
|
-
version: 5.0.2
|
|
2192
|
-
resolution: "@cedarjs/router@npm:5.0.2
|
|
2190
|
+
"@cedarjs/router@npm:5.0.2":
|
|
2191
|
+
version: 5.0.2
|
|
2192
|
+
resolution: "@cedarjs/router@npm:5.0.2"
|
|
2193
2193
|
dependencies:
|
|
2194
|
-
"@cedarjs/project-config": "npm:5.0.2
|
|
2195
|
-
"@cedarjs/server-store": "npm:5.0.2
|
|
2194
|
+
"@cedarjs/project-config": "npm:5.0.2"
|
|
2195
|
+
"@cedarjs/server-store": "npm:5.0.2"
|
|
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":
|
|
2200
|
+
"@cedarjs/auth": 4.2.0
|
|
2201
2201
|
react: 18.3.1
|
|
2202
2202
|
react-dom: 18.3.1
|
|
2203
|
-
checksum: 10c0/
|
|
2203
|
+
checksum: 10c0/409fc3add712379b5b3ae2e82c8df19e5d6387317f35193c55933ed0038e06485a09b5e03948a2c36535af968cc5548e1586be147c7edf4367f934d7b25f6301
|
|
2204
2204
|
languageName: node
|
|
2205
2205
|
linkType: hard
|
|
2206
2206
|
|
|
2207
|
-
"@cedarjs/server-store@npm:5.0.2
|
|
2208
|
-
version: 5.0.2
|
|
2209
|
-
resolution: "@cedarjs/server-store@npm:5.0.2
|
|
2207
|
+
"@cedarjs/server-store@npm:5.0.2":
|
|
2208
|
+
version: 5.0.2
|
|
2209
|
+
resolution: "@cedarjs/server-store@npm:5.0.2"
|
|
2210
2210
|
dependencies:
|
|
2211
|
-
"@cedarjs/auth": "npm:5.0.2
|
|
2212
|
-
"@cedarjs/cookie-jar": "npm:5.0.2
|
|
2211
|
+
"@cedarjs/auth": "npm:5.0.2"
|
|
2212
|
+
"@cedarjs/cookie-jar": "npm:5.0.2"
|
|
2213
2213
|
esbuild: "npm:0.27.7"
|
|
2214
2214
|
fast-glob: "npm:3.3.3"
|
|
2215
|
-
checksum: 10c0/
|
|
2215
|
+
checksum: 10c0/a3553ef6b4f2fef5d1ff05502ccb1c699460b9cb9e2ea65db06f9822b19f0f28789e9f7f5fc6b5cd66c34931bedf23d7c302ff18bd38727bc69f342f239b41db
|
|
2216
2216
|
languageName: node
|
|
2217
2217
|
linkType: hard
|
|
2218
2218
|
|
|
2219
|
-
"@cedarjs/structure@npm:5.0.2
|
|
2220
|
-
version: 5.0.2
|
|
2221
|
-
resolution: "@cedarjs/structure@npm:5.0.2
|
|
2219
|
+
"@cedarjs/structure@npm:5.0.2":
|
|
2220
|
+
version: 5.0.2
|
|
2221
|
+
resolution: "@cedarjs/structure@npm:5.0.2"
|
|
2222
2222
|
dependencies:
|
|
2223
|
-
"@cedarjs/project-config": "npm:5.0.2
|
|
2223
|
+
"@cedarjs/project-config": "npm:5.0.2"
|
|
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/da65a8d4f6704b90c856086133036e281b5fc63b95ed0aa1b670fccefba300a69ac5e21702e2da5bd2c8da0b8a9d199aaccc2d4fa34f8972377a7b015f162ada
|
|
2237
2237
|
languageName: node
|
|
2238
2238
|
linkType: hard
|
|
2239
2239
|
|
|
2240
|
-
"@cedarjs/telemetry@npm:5.0.2
|
|
2241
|
-
version: 5.0.2
|
|
2242
|
-
resolution: "@cedarjs/telemetry@npm:5.0.2
|
|
2240
|
+
"@cedarjs/telemetry@npm:5.0.2":
|
|
2241
|
+
version: 5.0.2
|
|
2242
|
+
resolution: "@cedarjs/telemetry@npm:5.0.2"
|
|
2243
2243
|
dependencies:
|
|
2244
|
-
"@cedarjs/project-config": "npm:5.0.2
|
|
2245
|
-
"@cedarjs/structure": "npm:5.0.2
|
|
2244
|
+
"@cedarjs/project-config": "npm:5.0.2"
|
|
2245
|
+
"@cedarjs/structure": "npm:5.0.2"
|
|
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/bf91962ba77e56208240183704e579b807173109a2d6244be08bf6458f4df5d1a8e0c9e9f5c09d27755c3a065814d0aaad3b15007ae69368c6a96c58ddb973ce
|
|
2253
2253
|
languageName: node
|
|
2254
2254
|
linkType: hard
|
|
2255
2255
|
|
|
2256
|
-
"@cedarjs/testing@npm:5.0.2
|
|
2257
|
-
version: 5.0.2
|
|
2258
|
-
resolution: "@cedarjs/testing@npm:5.0.2
|
|
2256
|
+
"@cedarjs/testing@npm:5.0.2":
|
|
2257
|
+
version: 5.0.2
|
|
2258
|
+
resolution: "@cedarjs/testing@npm:5.0.2"
|
|
2259
2259
|
dependencies:
|
|
2260
|
-
"@cedarjs/babel-config": "npm:5.0.2
|
|
2261
|
-
"@cedarjs/context": "npm:5.0.2
|
|
2262
|
-
"@cedarjs/graphql-server": "npm:5.0.2
|
|
2263
|
-
"@cedarjs/project-config": "npm:5.0.2
|
|
2260
|
+
"@cedarjs/babel-config": "npm:5.0.2"
|
|
2261
|
+
"@cedarjs/context": "npm:5.0.2"
|
|
2262
|
+
"@cedarjs/graphql-server": "npm:5.0.2"
|
|
2263
|
+
"@cedarjs/project-config": "npm:5.0.2"
|
|
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":
|
|
2283
|
-
"@cedarjs/router":
|
|
2284
|
-
"@cedarjs/web":
|
|
2282
|
+
"@cedarjs/auth": 4.2.0
|
|
2283
|
+
"@cedarjs/router": 4.2.0
|
|
2284
|
+
"@cedarjs/web": 4.2.0
|
|
2285
2285
|
vitest: 3.2.6
|
|
2286
2286
|
peerDependenciesMeta:
|
|
2287
2287
|
vitest:
|
|
2288
2288
|
optional: true
|
|
2289
|
-
checksum: 10c0/
|
|
2289
|
+
checksum: 10c0/99bf36350dc6e15340f7b9908523ba248730609b15c3646753835184584df24869fc1b5b7b057241eed3ba9d2a4b2eb35fc392318c6e608fa93c308ad9a0be63
|
|
2290
2290
|
languageName: node
|
|
2291
2291
|
linkType: hard
|
|
2292
2292
|
|
|
2293
|
-
"@cedarjs/utils@npm:5.0.2
|
|
2294
|
-
version: 5.0.2
|
|
2295
|
-
resolution: "@cedarjs/utils@npm:5.0.2
|
|
2293
|
+
"@cedarjs/utils@npm:5.0.2":
|
|
2294
|
+
version: 5.0.2
|
|
2295
|
+
resolution: "@cedarjs/utils@npm:5.0.2"
|
|
2296
2296
|
dependencies:
|
|
2297
2297
|
pluralize: "npm:8.0.0"
|
|
2298
|
-
checksum: 10c0/
|
|
2298
|
+
checksum: 10c0/6b96bdbece714e70dd8804367d32b5d3db5ef3ee68cceb2d7275d3ffaac78deb625d924082d42b26fd529b71965787bbcb914848c6ae15c1c4cc20613190bdc8
|
|
2299
2299
|
languageName: node
|
|
2300
2300
|
linkType: hard
|
|
2301
2301
|
|
|
2302
|
-
"@cedarjs/vite@npm:5.0.2
|
|
2303
|
-
version: 5.0.2
|
|
2304
|
-
resolution: "@cedarjs/vite@npm:5.0.2
|
|
2302
|
+
"@cedarjs/vite@npm:5.0.2":
|
|
2303
|
+
version: 5.0.2
|
|
2304
|
+
resolution: "@cedarjs/vite@npm:5.0.2"
|
|
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.2
|
|
2312
|
-
"@cedarjs/babel-config": "npm:5.0.2
|
|
2313
|
-
"@cedarjs/context": "npm:5.0.2
|
|
2314
|
-
"@cedarjs/cookie-jar": "npm:5.0.2
|
|
2315
|
-
"@cedarjs/graphql-server": "npm:5.0.2
|
|
2316
|
-
"@cedarjs/internal": "npm:5.0.2
|
|
2317
|
-
"@cedarjs/project-config": "npm:5.0.2
|
|
2318
|
-
"@cedarjs/server-store": "npm:5.0.2
|
|
2319
|
-
"@cedarjs/testing": "npm:5.0.2
|
|
2311
|
+
"@cedarjs/api": "npm:5.0.2"
|
|
2312
|
+
"@cedarjs/babel-config": "npm:5.0.2"
|
|
2313
|
+
"@cedarjs/context": "npm:5.0.2"
|
|
2314
|
+
"@cedarjs/cookie-jar": "npm:5.0.2"
|
|
2315
|
+
"@cedarjs/graphql-server": "npm:5.0.2"
|
|
2316
|
+
"@cedarjs/internal": "npm:5.0.2"
|
|
2317
|
+
"@cedarjs/project-config": "npm:5.0.2"
|
|
2318
|
+
"@cedarjs/server-store": "npm:5.0.2"
|
|
2319
|
+
"@cedarjs/testing": "npm:5.0.2"
|
|
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":
|
|
2352
|
-
"@cedarjs/router":
|
|
2353
|
-
"@cedarjs/web":
|
|
2351
|
+
"@cedarjs/auth": 4.2.0
|
|
2352
|
+
"@cedarjs/router": 4.2.0
|
|
2353
|
+
"@cedarjs/web": 4.2.0
|
|
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/87517c2a53c28dd195f2d950c8729034ed5529269ff599b97a3d8e82b00f2f829ee76d1c051227e5cce258c3ebedd65dcd1e474d3eb074ae8ab235c260673f30
|
|
2362
2362
|
languageName: node
|
|
2363
2363
|
linkType: hard
|
|
2364
2364
|
|
|
2365
|
-
"@cedarjs/web-server@npm:5.0.2
|
|
2366
|
-
version: 5.0.2
|
|
2367
|
-
resolution: "@cedarjs/web-server@npm:5.0.2
|
|
2365
|
+
"@cedarjs/web-server@npm:5.0.2":
|
|
2366
|
+
version: 5.0.2
|
|
2367
|
+
resolution: "@cedarjs/web-server@npm:5.0.2"
|
|
2368
2368
|
dependencies:
|
|
2369
|
-
"@cedarjs/fastify-web": "npm:5.0.2
|
|
2370
|
-
"@cedarjs/project-config": "npm:5.0.2
|
|
2369
|
+
"@cedarjs/fastify-web": "npm:5.0.2"
|
|
2370
|
+
"@cedarjs/project-config": "npm:5.0.2"
|
|
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/adb226e411aa0fe004279e4cd1b479e77d08e42802393c2831fa3ae1dbfd189dc06f2b91d0da4688854e74bc8acdfd5c7ffa48a81e84e518bc45ccdacc6fd0ba
|
|
2379
2379
|
languageName: node
|
|
2380
2380
|
linkType: hard
|
|
2381
2381
|
|
|
2382
|
-
"@cedarjs/web@npm:5.0.2
|
|
2383
|
-
version: 5.0.2
|
|
2384
|
-
resolution: "@cedarjs/web@npm:5.0.2
|
|
2382
|
+
"@cedarjs/web@npm:5.0.2":
|
|
2383
|
+
version: 5.0.2
|
|
2384
|
+
resolution: "@cedarjs/web@npm:5.0.2"
|
|
2385
2385
|
dependencies:
|
|
2386
2386
|
"@apollo/client": "npm:3.14.1"
|
|
2387
|
-
"@cedarjs/server-store": "npm:5.0.2
|
|
2387
|
+
"@cedarjs/server-store": "npm:5.0.2"
|
|
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":
|
|
2399
|
+
"@cedarjs/auth": 4.2.0
|
|
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/33d706251406763d508acd9bdfdea24c72d4d0cc34e137187ed851caa58f4a7d4cdee1aca7f79e69084bd1cb27a15079691431e9e128ebafacc56ee489389f6c
|
|
2413
2413
|
languageName: node
|
|
2414
2414
|
linkType: hard
|
|
2415
2415
|
|
|
@@ -2922,13 +2922,13 @@ __metadata:
|
|
|
2922
2922
|
linkType: hard
|
|
2923
2923
|
|
|
2924
2924
|
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.9.1":
|
|
2925
|
-
version: 4.
|
|
2926
|
-
resolution: "@eslint-community/eslint-utils@npm:4.
|
|
2925
|
+
version: 4.10.1
|
|
2926
|
+
resolution: "@eslint-community/eslint-utils@npm:4.10.1"
|
|
2927
2927
|
dependencies:
|
|
2928
2928
|
eslint-visitor-keys: "npm:^3.4.3"
|
|
2929
2929
|
peerDependencies:
|
|
2930
2930
|
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
|
2931
|
-
checksum: 10c0/
|
|
2931
|
+
checksum: 10c0/b514586655698bc6b74db72a496c77e813c78b63e36a83429845ac7057dd77113b0b6c31e6e590d5baaeee2abae6ea22363a41209bcafa078d895ab83ce83011
|
|
2932
2932
|
languageName: node
|
|
2933
2933
|
linkType: hard
|
|
2934
2934
|
|
|
@@ -6763,8 +6763,8 @@ __metadata:
|
|
|
6763
6763
|
linkType: hard
|
|
6764
6764
|
|
|
6765
6765
|
"@universal-deploy/node@npm:^0.1.7":
|
|
6766
|
-
version: 0.1.
|
|
6767
|
-
resolution: "@universal-deploy/node@npm:0.1.
|
|
6766
|
+
version: 0.1.9
|
|
6767
|
+
resolution: "@universal-deploy/node@npm:0.1.9"
|
|
6768
6768
|
dependencies:
|
|
6769
6769
|
"@universal-deploy/store": "npm:^0.2.1"
|
|
6770
6770
|
magic-string: "npm:^0.30.21"
|
|
@@ -6774,7 +6774,7 @@ __metadata:
|
|
|
6774
6774
|
peerDependenciesMeta:
|
|
6775
6775
|
vite:
|
|
6776
6776
|
optional: true
|
|
6777
|
-
checksum: 10c0/
|
|
6777
|
+
checksum: 10c0/81068fc41861f5f98e50595feb5f7d1edb2d39c0f9bf86eaec1212f1b0e0df13cca51813723cef837d54fe2fe2588dda01c676645a2576a9f96440f6909783fc
|
|
6778
6778
|
languageName: node
|
|
6779
6779
|
linkType: hard
|
|
6780
6780
|
|
|
@@ -6852,21 +6852,21 @@ __metadata:
|
|
|
6852
6852
|
linkType: hard
|
|
6853
6853
|
|
|
6854
6854
|
"@universal-middleware/express@npm:^0.4.26":
|
|
6855
|
-
version: 0.4.
|
|
6856
|
-
resolution: "@universal-middleware/express@npm:0.4.
|
|
6855
|
+
version: 0.4.31
|
|
6856
|
+
resolution: "@universal-middleware/express@npm:0.4.31"
|
|
6857
6857
|
dependencies:
|
|
6858
6858
|
"@universal-middleware/core": "npm:^0.4.18"
|
|
6859
|
-
"@universal-middleware/node": "npm:^0.2.
|
|
6860
|
-
checksum: 10c0/
|
|
6859
|
+
"@universal-middleware/node": "npm:^0.2.2"
|
|
6860
|
+
checksum: 10c0/5805c2109258d0000d95f9d1bcf7a5210cf68cfdf81c579eb235b33d5b15782ba806d645b3dae318712c725952b39e04c3ea03b12f1d4d5e6149f0e2e43ccf2a
|
|
6861
6861
|
languageName: node
|
|
6862
6862
|
linkType: hard
|
|
6863
6863
|
|
|
6864
|
-
"@universal-middleware/node@npm:^0.2.
|
|
6865
|
-
version: 0.2.
|
|
6866
|
-
resolution: "@universal-middleware/node@npm:0.2.
|
|
6864
|
+
"@universal-middleware/node@npm:^0.2.2":
|
|
6865
|
+
version: 0.2.2
|
|
6866
|
+
resolution: "@universal-middleware/node@npm:0.2.2"
|
|
6867
6867
|
dependencies:
|
|
6868
6868
|
"@universal-middleware/core": "npm:^0.4.18"
|
|
6869
|
-
checksum: 10c0/
|
|
6869
|
+
checksum: 10c0/ae4a696688a4ec4df2a290ac8b3cdf33cad7ed7c268d23f03dd3eba2e4227d41382a9dc86f6b9f940b8c4a2932c535a68ee1bc10828bc4838e84c57575384818
|
|
6870
6870
|
languageName: node
|
|
6871
6871
|
linkType: hard
|
|
6872
6872
|
|
|
@@ -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.2
|
|
7415
|
-
"@cedarjs/graphql-server": "npm:5.0.2
|
|
7414
|
+
"@cedarjs/api": "npm:5.0.2"
|
|
7415
|
+
"@cedarjs/graphql-server": "npm:5.0.2"
|
|
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"
|
|
@@ -8048,11 +8048,11 @@ __metadata:
|
|
|
8048
8048
|
linkType: hard
|
|
8049
8049
|
|
|
8050
8050
|
"baseline-browser-mapping@npm:^2.10.44":
|
|
8051
|
-
version: 2.11.
|
|
8052
|
-
resolution: "baseline-browser-mapping@npm:2.11.
|
|
8051
|
+
version: 2.11.1
|
|
8052
|
+
resolution: "baseline-browser-mapping@npm:2.11.1"
|
|
8053
8053
|
bin:
|
|
8054
8054
|
baseline-browser-mapping: dist/cli.cjs
|
|
8055
|
-
checksum: 10c0/
|
|
8055
|
+
checksum: 10c0/15c07b1d9f1e6198cc12cd9061e97a2f17f5c138e5335cd92a4a50734cc326d159ab5d7bcef9de62c54bf546b3c77aa16a5927e625c3d1f6b0ce8b586639615c
|
|
8056
8056
|
languageName: node
|
|
8057
8057
|
linkType: hard
|
|
8058
8058
|
|
|
@@ -11125,9 +11125,9 @@ __metadata:
|
|
|
11125
11125
|
linkType: hard
|
|
11126
11126
|
|
|
11127
11127
|
"flatted@npm:^3.2.9":
|
|
11128
|
-
version: 3.4.
|
|
11129
|
-
resolution: "flatted@npm:3.4.
|
|
11130
|
-
checksum: 10c0/
|
|
11128
|
+
version: 3.4.3
|
|
11129
|
+
resolution: "flatted@npm:3.4.3"
|
|
11130
|
+
checksum: 10c0/0b36eba483a68dda5a2c4dda9cab61dc1c57a3bd9bd6942d1c6fac9c94c86fb6295c7167f33f94f72b5a79ccf95bf5c2a0cf99f73888ef858252439e149bf24b
|
|
11131
11131
|
languageName: node
|
|
11132
11132
|
linkType: hard
|
|
11133
11133
|
|
|
@@ -11693,8 +11693,8 @@ __metadata:
|
|
|
11693
11693
|
linkType: hard
|
|
11694
11694
|
|
|
11695
11695
|
"graphql-ws@npm:^6.0.6":
|
|
11696
|
-
version: 6.1.
|
|
11697
|
-
resolution: "graphql-ws@npm:6.1.
|
|
11696
|
+
version: 6.1.1
|
|
11697
|
+
resolution: "graphql-ws@npm:6.1.1"
|
|
11698
11698
|
peerDependencies:
|
|
11699
11699
|
"@fastify/websocket": ^10 || ^11
|
|
11700
11700
|
crossws: ~0.3
|
|
@@ -11707,7 +11707,7 @@ __metadata:
|
|
|
11707
11707
|
optional: true
|
|
11708
11708
|
ws:
|
|
11709
11709
|
optional: true
|
|
11710
|
-
checksum: 10c0/
|
|
11710
|
+
checksum: 10c0/13bbe0d0aace0becb01ab665e225d318961e84d68e71b3ecc0b9379f47c37d041c0c281e8b555b4e072461f9bf048665ab4cc20c194d38ec640402febaa74a08
|
|
11711
11711
|
languageName: node
|
|
11712
11712
|
linkType: hard
|
|
11713
11713
|
|
|
@@ -15383,13 +15383,13 @@ __metadata:
|
|
|
15383
15383
|
linkType: hard
|
|
15384
15384
|
|
|
15385
15385
|
"postcss@npm:^8.5.6":
|
|
15386
|
-
version: 8.5.
|
|
15387
|
-
resolution: "postcss@npm:8.5.
|
|
15386
|
+
version: 8.5.22
|
|
15387
|
+
resolution: "postcss@npm:8.5.22"
|
|
15388
15388
|
dependencies:
|
|
15389
15389
|
nanoid: "npm:^3.3.16"
|
|
15390
15390
|
picocolors: "npm:^1.1.1"
|
|
15391
15391
|
source-map-js: "npm:^1.2.1"
|
|
15392
|
-
checksum: 10c0/
|
|
15392
|
+
checksum: 10c0/9e143ee457988049d5f187116fd37f2750ae9d8d71cc99eae690b776e549e134b34086cbaa2f0360ecd1729b15d918227bd0fc3a2ffbe341f7212d0827080793
|
|
15393
15393
|
languageName: node
|
|
15394
15394
|
linkType: hard
|
|
15395
15395
|
|
|
@@ -16590,10 +16590,10 @@ __metadata:
|
|
|
16590
16590
|
version: 0.0.0-use.local
|
|
16591
16591
|
resolution: "root-workspace-0b6124@workspace:."
|
|
16592
16592
|
dependencies:
|
|
16593
|
-
"@cedarjs/core": "npm:5.0.2
|
|
16594
|
-
"@cedarjs/eslint-config": "npm:5.0.2
|
|
16595
|
-
"@cedarjs/project-config": "npm:5.0.2
|
|
16596
|
-
"@cedarjs/testing": "npm:5.0.2
|
|
16593
|
+
"@cedarjs/core": "npm:5.0.2"
|
|
16594
|
+
"@cedarjs/eslint-config": "npm:5.0.2"
|
|
16595
|
+
"@cedarjs/project-config": "npm:5.0.2"
|
|
16596
|
+
"@cedarjs/testing": "npm:5.0.2"
|
|
16597
16597
|
languageName: unknown
|
|
16598
16598
|
linkType: soft
|
|
16599
16599
|
|
|
@@ -17196,11 +17196,11 @@ __metadata:
|
|
|
17196
17196
|
linkType: hard
|
|
17197
17197
|
|
|
17198
17198
|
"srvx@npm:*":
|
|
17199
|
-
version: 0.12.
|
|
17200
|
-
resolution: "srvx@npm:0.12.
|
|
17199
|
+
version: 0.12.4
|
|
17200
|
+
resolution: "srvx@npm:0.12.4"
|
|
17201
17201
|
bin:
|
|
17202
17202
|
srvx: bin/srvx.mjs
|
|
17203
|
-
checksum: 10c0/
|
|
17203
|
+
checksum: 10c0/2a9a0ed86ffd385a77015cc14995d5420befb8f0e42b09d1f49956b9f553e19d777f9d567815f5a34954552ceef98b76193a8fb0e3a41f1f46835888a0c7ed12
|
|
17204
17204
|
languageName: node
|
|
17205
17205
|
linkType: hard
|
|
17206
17206
|
|
|
@@ -18785,10 +18785,10 @@ __metadata:
|
|
|
18785
18785
|
version: 0.0.0-use.local
|
|
18786
18786
|
resolution: "web@workspace:web"
|
|
18787
18787
|
dependencies:
|
|
18788
|
-
"@cedarjs/forms": "npm:5.0.2
|
|
18789
|
-
"@cedarjs/router": "npm:5.0.2
|
|
18790
|
-
"@cedarjs/vite": "npm:5.0.2
|
|
18791
|
-
"@cedarjs/web": "npm:5.0.2
|
|
18788
|
+
"@cedarjs/forms": "npm:5.0.2"
|
|
18789
|
+
"@cedarjs/router": "npm:5.0.2"
|
|
18790
|
+
"@cedarjs/vite": "npm:5.0.2"
|
|
18791
|
+
"@cedarjs/web": "npm:5.0.2"
|
|
18792
18792
|
"@types/react": "npm:^18.2.55"
|
|
18793
18793
|
"@types/react-dom": "npm:^18.2.19"
|
|
18794
18794
|
react: "npm:18.3.1"
|