create-cedar-app 4.2.0-rc.68 → 4.2.0
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 +193 -193
- 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 +193 -193
- 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 +193 -193
- 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 +193 -193
package/templates/ts/yarn.lock
CHANGED
|
@@ -1710,15 +1710,15 @@ __metadata:
|
|
|
1710
1710
|
languageName: node
|
|
1711
1711
|
linkType: hard
|
|
1712
1712
|
|
|
1713
|
-
"@cedarjs/api-server@npm:4.2.0
|
|
1714
|
-
version: 4.2.0
|
|
1715
|
-
resolution: "@cedarjs/api-server@npm:4.2.0
|
|
1716
|
-
dependencies:
|
|
1717
|
-
"@cedarjs/context": "npm:4.2.0
|
|
1718
|
-
"@cedarjs/fastify-web": "npm:4.2.0
|
|
1719
|
-
"@cedarjs/internal": "npm:4.2.0
|
|
1720
|
-
"@cedarjs/project-config": "npm:4.2.0
|
|
1721
|
-
"@cedarjs/web-server": "npm:4.2.0
|
|
1713
|
+
"@cedarjs/api-server@npm:4.2.0":
|
|
1714
|
+
version: 4.2.0
|
|
1715
|
+
resolution: "@cedarjs/api-server@npm:4.2.0"
|
|
1716
|
+
dependencies:
|
|
1717
|
+
"@cedarjs/context": "npm:4.2.0"
|
|
1718
|
+
"@cedarjs/fastify-web": "npm:4.2.0"
|
|
1719
|
+
"@cedarjs/internal": "npm:4.2.0"
|
|
1720
|
+
"@cedarjs/project-config": "npm:4.2.0"
|
|
1721
|
+
"@cedarjs/web-server": "npm:4.2.0"
|
|
1722
1722
|
"@fastify/multipart": "npm:9.4.0"
|
|
1723
1723
|
"@fastify/url-data": "npm:6.0.3"
|
|
1724
1724
|
"@universal-deploy/node": "npm:^0.1.6"
|
|
@@ -1736,7 +1736,7 @@ __metadata:
|
|
|
1736
1736
|
termi-link: "npm:1.1.0"
|
|
1737
1737
|
yargs: "npm:17.7.2"
|
|
1738
1738
|
peerDependencies:
|
|
1739
|
-
"@cedarjs/graphql-server": 4.2.0
|
|
1739
|
+
"@cedarjs/graphql-server": 4.2.0
|
|
1740
1740
|
peerDependenciesMeta:
|
|
1741
1741
|
"@cedarjs/graphql-server":
|
|
1742
1742
|
optional: true
|
|
@@ -1749,13 +1749,13 @@ __metadata:
|
|
|
1749
1749
|
cedarjs-server: dist/bin.js
|
|
1750
1750
|
rw-log-formatter: dist/cjs/logFormatter/bin.js
|
|
1751
1751
|
rw-server: dist/cjs/bin.js
|
|
1752
|
-
checksum: 10c0/
|
|
1752
|
+
checksum: 10c0/8f32d5ac090584e04c13d3e4990a3b3209b582b2a7b4e243738554c10880636415be622d773df86715369caacc545d48d84bb1e93d43041ffb69d8bd465f5329
|
|
1753
1753
|
languageName: node
|
|
1754
1754
|
linkType: hard
|
|
1755
1755
|
|
|
1756
|
-
"@cedarjs/api@npm:4.2.0
|
|
1757
|
-
version: 4.2.0
|
|
1758
|
-
resolution: "@cedarjs/api@npm:4.2.0
|
|
1756
|
+
"@cedarjs/api@npm:4.2.0":
|
|
1757
|
+
version: 4.2.0
|
|
1758
|
+
resolution: "@cedarjs/api@npm:4.2.0"
|
|
1759
1759
|
dependencies:
|
|
1760
1760
|
"@prisma/client": "npm:7.8.0"
|
|
1761
1761
|
"@whatwg-node/fetch": "npm:0.10.13"
|
|
@@ -1781,22 +1781,22 @@ __metadata:
|
|
|
1781
1781
|
redwood: dist/cjs/bins/redwood.js
|
|
1782
1782
|
rw: dist/cjs/bins/redwood.js
|
|
1783
1783
|
tsc: dist/cjs/bins/tsc.js
|
|
1784
|
-
checksum: 10c0/
|
|
1784
|
+
checksum: 10c0/fe56d99d1d29f37b5040de17800cf291c09b7e284f650659bca3207312856f689b3ff25a0345fe4987ba57360de0f927ae3be395e7efde7e01644ad084993c7e
|
|
1785
1785
|
languageName: node
|
|
1786
1786
|
linkType: hard
|
|
1787
1787
|
|
|
1788
|
-
"@cedarjs/auth@npm:4.2.0
|
|
1789
|
-
version: 4.2.0
|
|
1790
|
-
resolution: "@cedarjs/auth@npm:4.2.0
|
|
1788
|
+
"@cedarjs/auth@npm:4.2.0":
|
|
1789
|
+
version: 4.2.0
|
|
1790
|
+
resolution: "@cedarjs/auth@npm:4.2.0"
|
|
1791
1791
|
dependencies:
|
|
1792
1792
|
react: "npm:18.3.1"
|
|
1793
|
-
checksum: 10c0/
|
|
1793
|
+
checksum: 10c0/319f7f5bd5ae884df774dc245af114acb642daf90ea9a1a2b97ac1ff13a106a0ef505b3d98115bea8478bdeefa596678b3a28ed5b59e5fd19ed98a48f8f03ecd
|
|
1794
1794
|
languageName: node
|
|
1795
1795
|
linkType: hard
|
|
1796
1796
|
|
|
1797
|
-
"@cedarjs/babel-config@npm:4.2.0
|
|
1798
|
-
version: 4.2.0
|
|
1799
|
-
resolution: "@cedarjs/babel-config@npm:4.2.0
|
|
1797
|
+
"@cedarjs/babel-config@npm:4.2.0":
|
|
1798
|
+
version: 4.2.0
|
|
1799
|
+
resolution: "@cedarjs/babel-config@npm:4.2.0"
|
|
1800
1800
|
dependencies:
|
|
1801
1801
|
"@babel/core": "npm:^7.26.10"
|
|
1802
1802
|
"@babel/parser": "npm:7.29.3"
|
|
@@ -1807,24 +1807,24 @@ __metadata:
|
|
|
1807
1807
|
"@babel/preset-typescript": "npm:7.28.5"
|
|
1808
1808
|
"@babel/register": "npm:7.29.3"
|
|
1809
1809
|
"@babel/traverse": "npm:7.29.0"
|
|
1810
|
-
"@cedarjs/project-config": "npm:4.2.0
|
|
1810
|
+
"@cedarjs/project-config": "npm:4.2.0"
|
|
1811
1811
|
babel-plugin-auto-import: "npm:1.1.0"
|
|
1812
1812
|
babel-plugin-graphql-tag: "npm:3.3.0"
|
|
1813
1813
|
babel-plugin-module-resolver: "npm:5.0.3"
|
|
1814
1814
|
fast-glob: "npm:3.3.3"
|
|
1815
1815
|
graphql: "npm:16.13.2"
|
|
1816
1816
|
typescript: "npm:5.9.3"
|
|
1817
|
-
checksum: 10c0/
|
|
1817
|
+
checksum: 10c0/632f8496c4679d853805ead59fcc68367fbae1211a8be5fc392fc5cd27eac2f005a4e32c21fcaa3d029e3a4ec347042a1bfdc18b46f8f33fe305e55e5e0476e3
|
|
1818
1818
|
languageName: node
|
|
1819
1819
|
linkType: hard
|
|
1820
1820
|
|
|
1821
|
-
"@cedarjs/cli-helpers@npm:4.2.0
|
|
1822
|
-
version: 4.2.0
|
|
1823
|
-
resolution: "@cedarjs/cli-helpers@npm:4.2.0
|
|
1821
|
+
"@cedarjs/cli-helpers@npm:4.2.0":
|
|
1822
|
+
version: 4.2.0
|
|
1823
|
+
resolution: "@cedarjs/cli-helpers@npm:4.2.0"
|
|
1824
1824
|
dependencies:
|
|
1825
1825
|
"@babel/core": "npm:^7.26.10"
|
|
1826
|
-
"@cedarjs/project-config": "npm:4.2.0
|
|
1827
|
-
"@cedarjs/telemetry": "npm:4.2.0
|
|
1826
|
+
"@cedarjs/project-config": "npm:4.2.0"
|
|
1827
|
+
"@cedarjs/telemetry": "npm:4.2.0"
|
|
1828
1828
|
"@listr2/prompt-adapter-enquirer": "npm:4.2.1"
|
|
1829
1829
|
"@opentelemetry/api": "npm:1.9.0"
|
|
1830
1830
|
ansis: "npm:4.2.0"
|
|
@@ -1841,27 +1841,27 @@ __metadata:
|
|
|
1841
1841
|
smol-toml: "npm:1.6.1"
|
|
1842
1842
|
termi-link: "npm:1.1.0"
|
|
1843
1843
|
yargs-parser: "npm:21.1.1"
|
|
1844
|
-
checksum: 10c0/
|
|
1844
|
+
checksum: 10c0/57370f51912e5a6e6af56b5666b77ac0ca949edf9fa310956eeac2b8775a6bc5efa2b2ae79ef626d0bf10a3c547289034f821554f876a187933f647b522321cc
|
|
1845
1845
|
languageName: node
|
|
1846
1846
|
linkType: hard
|
|
1847
1847
|
|
|
1848
|
-
"@cedarjs/cli@npm:4.2.0
|
|
1849
|
-
version: 4.2.0
|
|
1850
|
-
resolution: "@cedarjs/cli@npm:4.2.0
|
|
1848
|
+
"@cedarjs/cli@npm:4.2.0":
|
|
1849
|
+
version: 4.2.0
|
|
1850
|
+
resolution: "@cedarjs/cli@npm:4.2.0"
|
|
1851
1851
|
dependencies:
|
|
1852
1852
|
"@babel/parser": "npm:7.29.3"
|
|
1853
1853
|
"@babel/preset-typescript": "npm:7.28.5"
|
|
1854
|
-
"@cedarjs/api-server": "npm:4.2.0
|
|
1855
|
-
"@cedarjs/cli-helpers": "npm:4.2.0
|
|
1856
|
-
"@cedarjs/fastify-web": "npm:4.2.0
|
|
1857
|
-
"@cedarjs/internal": "npm:4.2.0
|
|
1858
|
-
"@cedarjs/prerender": "npm:4.2.0
|
|
1859
|
-
"@cedarjs/project-config": "npm:4.2.0
|
|
1860
|
-
"@cedarjs/structure": "npm:4.2.0
|
|
1861
|
-
"@cedarjs/telemetry": "npm:4.2.0
|
|
1862
|
-
"@cedarjs/utils": "npm:4.2.0
|
|
1863
|
-
"@cedarjs/vite": "npm:4.2.0
|
|
1864
|
-
"@cedarjs/web-server": "npm:4.2.0
|
|
1854
|
+
"@cedarjs/api-server": "npm:4.2.0"
|
|
1855
|
+
"@cedarjs/cli-helpers": "npm:4.2.0"
|
|
1856
|
+
"@cedarjs/fastify-web": "npm:4.2.0"
|
|
1857
|
+
"@cedarjs/internal": "npm:4.2.0"
|
|
1858
|
+
"@cedarjs/prerender": "npm:4.2.0"
|
|
1859
|
+
"@cedarjs/project-config": "npm:4.2.0"
|
|
1860
|
+
"@cedarjs/structure": "npm:4.2.0"
|
|
1861
|
+
"@cedarjs/telemetry": "npm:4.2.0"
|
|
1862
|
+
"@cedarjs/utils": "npm:4.2.0"
|
|
1863
|
+
"@cedarjs/vite": "npm:4.2.0"
|
|
1864
|
+
"@cedarjs/web-server": "npm:4.2.0"
|
|
1865
1865
|
"@listr2/prompt-adapter-enquirer": "npm:4.2.1"
|
|
1866
1866
|
"@opentelemetry/api": "npm:1.9.0"
|
|
1867
1867
|
"@opentelemetry/core": "npm:1.30.1"
|
|
@@ -1914,40 +1914,40 @@ __metadata:
|
|
|
1914
1914
|
cfw: dist/cfw.js
|
|
1915
1915
|
redwood: dist/index.js
|
|
1916
1916
|
rw: dist/index.js
|
|
1917
|
-
checksum: 10c0/
|
|
1917
|
+
checksum: 10c0/3180c6be3b5831fb3d64069af82a57db87ce63ac08bd82fc8153514f12592544c027ab2ab5b556d1446768caa0f6321351daab4079a8ea7ced3d344f0a13ca1e
|
|
1918
1918
|
languageName: node
|
|
1919
1919
|
linkType: hard
|
|
1920
1920
|
|
|
1921
|
-
"@cedarjs/context@npm:4.2.0
|
|
1922
|
-
version: 4.2.0
|
|
1923
|
-
resolution: "@cedarjs/context@npm:4.2.0
|
|
1924
|
-
checksum: 10c0/
|
|
1921
|
+
"@cedarjs/context@npm:4.2.0":
|
|
1922
|
+
version: 4.2.0
|
|
1923
|
+
resolution: "@cedarjs/context@npm:4.2.0"
|
|
1924
|
+
checksum: 10c0/82f23a39212df40c5c0febcd1660361abbd14f7343598147f83e78f0548d13a259d44ae1e16764db4d7d35e2e1cc4718abac377b0fe6ac801705b1ccf8b0852e
|
|
1925
1925
|
languageName: node
|
|
1926
1926
|
linkType: hard
|
|
1927
1927
|
|
|
1928
|
-
"@cedarjs/cookie-jar@npm:4.2.0
|
|
1929
|
-
version: 4.2.0
|
|
1930
|
-
resolution: "@cedarjs/cookie-jar@npm:4.2.0
|
|
1928
|
+
"@cedarjs/cookie-jar@npm:4.2.0":
|
|
1929
|
+
version: 4.2.0
|
|
1930
|
+
resolution: "@cedarjs/cookie-jar@npm:4.2.0"
|
|
1931
1931
|
dependencies:
|
|
1932
1932
|
cookie: "npm:1.1.1"
|
|
1933
1933
|
esbuild: "npm:0.27.7"
|
|
1934
1934
|
fast-glob: "npm:3.3.3"
|
|
1935
|
-
checksum: 10c0/
|
|
1935
|
+
checksum: 10c0/3f1fd9899947f5d50e5a21ed74e3a1ca7a698ff96dad71b2ae129ff4c3ca47285c3cee61b24dc08b7a18af101e0430ab98d74ce5aa00be80dcefa1d9b8ca3318
|
|
1936
1936
|
languageName: node
|
|
1937
1937
|
linkType: hard
|
|
1938
1938
|
|
|
1939
|
-
"@cedarjs/core@npm:4.2.0
|
|
1940
|
-
version: 4.2.0
|
|
1941
|
-
resolution: "@cedarjs/core@npm:4.2.0
|
|
1939
|
+
"@cedarjs/core@npm:4.2.0":
|
|
1940
|
+
version: 4.2.0
|
|
1941
|
+
resolution: "@cedarjs/core@npm:4.2.0"
|
|
1942
1942
|
dependencies:
|
|
1943
1943
|
"@babel/cli": "npm:7.28.6"
|
|
1944
|
-
"@cedarjs/api-server": "npm:4.2.0
|
|
1945
|
-
"@cedarjs/cli": "npm:4.2.0
|
|
1946
|
-
"@cedarjs/eslint-config": "npm:4.2.0
|
|
1947
|
-
"@cedarjs/internal": "npm:4.2.0
|
|
1948
|
-
"@cedarjs/project-config": "npm:4.2.0
|
|
1949
|
-
"@cedarjs/testing": "npm:4.2.0
|
|
1950
|
-
"@cedarjs/web-server": "npm:4.2.0
|
|
1944
|
+
"@cedarjs/api-server": "npm:4.2.0"
|
|
1945
|
+
"@cedarjs/cli": "npm:4.2.0"
|
|
1946
|
+
"@cedarjs/eslint-config": "npm:4.2.0"
|
|
1947
|
+
"@cedarjs/internal": "npm:4.2.0"
|
|
1948
|
+
"@cedarjs/project-config": "npm:4.2.0"
|
|
1949
|
+
"@cedarjs/testing": "npm:4.2.0"
|
|
1950
|
+
"@cedarjs/web-server": "npm:4.2.0"
|
|
1951
1951
|
graphql-tag: "npm:2.12.6"
|
|
1952
1952
|
nodemon: "npm:3.1.14"
|
|
1953
1953
|
typescript: "npm:5.9.3"
|
|
@@ -1979,21 +1979,21 @@ __metadata:
|
|
|
1979
1979
|
rw-server: dist/bins/rw-server.js
|
|
1980
1980
|
rw-web-server: dist/bins/rw-web-server.js
|
|
1981
1981
|
vitest: dist/bins/vitest.js
|
|
1982
|
-
checksum: 10c0/
|
|
1982
|
+
checksum: 10c0/01fb19601f4bb43c5f7d4b57256d01cb5fe4f4d47fbe0d842bd3e4c45fa6172205a075acc05e9a2630fe2be8b41b9fcd69c71e9eea68f65a47064dd3016cc4aa
|
|
1983
1983
|
languageName: node
|
|
1984
1984
|
linkType: hard
|
|
1985
1985
|
|
|
1986
|
-
"@cedarjs/eslint-config@npm:4.2.0
|
|
1987
|
-
version: 4.2.0
|
|
1988
|
-
resolution: "@cedarjs/eslint-config@npm:4.2.0
|
|
1986
|
+
"@cedarjs/eslint-config@npm:4.2.0":
|
|
1987
|
+
version: 4.2.0
|
|
1988
|
+
resolution: "@cedarjs/eslint-config@npm:4.2.0"
|
|
1989
1989
|
dependencies:
|
|
1990
1990
|
"@babel/core": "npm:^7.26.10"
|
|
1991
1991
|
"@babel/eslint-parser": "npm:7.28.6"
|
|
1992
1992
|
"@babel/eslint-plugin": "npm:7.27.1"
|
|
1993
|
-
"@cedarjs/babel-config": "npm:4.2.0
|
|
1994
|
-
"@cedarjs/eslint-plugin": "npm:4.2.0
|
|
1995
|
-
"@cedarjs/internal": "npm:4.2.0
|
|
1996
|
-
"@cedarjs/project-config": "npm:4.2.0
|
|
1993
|
+
"@cedarjs/babel-config": "npm:4.2.0"
|
|
1994
|
+
"@cedarjs/eslint-plugin": "npm:4.2.0"
|
|
1995
|
+
"@cedarjs/internal": "npm:4.2.0"
|
|
1996
|
+
"@cedarjs/project-config": "npm:4.2.0"
|
|
1997
1997
|
"@eslint/js": "npm:8.57.1"
|
|
1998
1998
|
"@typescript-eslint/eslint-plugin": "npm:8.58.1"
|
|
1999
1999
|
"@typescript-eslint/parser": "npm:8.58.1"
|
|
@@ -2010,52 +2010,52 @@ __metadata:
|
|
|
2010
2010
|
eslint-plugin-react-hooks: "npm:4.6.2"
|
|
2011
2011
|
prettier: "npm:3.8.3"
|
|
2012
2012
|
typescript-eslint: "npm:8.58.1"
|
|
2013
|
-
checksum: 10c0/
|
|
2013
|
+
checksum: 10c0/f086353d106f1278c723f1cc61cd4d4e82cbb31b3ff0a7ab5bcfac14b6c305954c31d8085c987e76424dc41ff21d6cf40c0fc8af437eb038d45f0067bd300a64
|
|
2014
2014
|
languageName: node
|
|
2015
2015
|
linkType: hard
|
|
2016
2016
|
|
|
2017
|
-
"@cedarjs/eslint-plugin@npm:4.2.0
|
|
2018
|
-
version: 4.2.0
|
|
2019
|
-
resolution: "@cedarjs/eslint-plugin@npm:4.2.0
|
|
2017
|
+
"@cedarjs/eslint-plugin@npm:4.2.0":
|
|
2018
|
+
version: 4.2.0
|
|
2019
|
+
resolution: "@cedarjs/eslint-plugin@npm:4.2.0"
|
|
2020
2020
|
dependencies:
|
|
2021
2021
|
"@typescript-eslint/utils": "npm:8.58.1"
|
|
2022
2022
|
eslint: "npm:8.57.1"
|
|
2023
|
-
checksum: 10c0/
|
|
2023
|
+
checksum: 10c0/d3fed6b006e7c6e3e9a0c841211ff6b84a433354113bf41881115b12f7956dc4fab73f0a6dc69bfac605857f8a6a61981ab31c4a5e3762f5df22b4eca04233e7
|
|
2024
2024
|
languageName: node
|
|
2025
2025
|
linkType: hard
|
|
2026
2026
|
|
|
2027
|
-
"@cedarjs/fastify-web@npm:4.2.0
|
|
2028
|
-
version: 4.2.0
|
|
2029
|
-
resolution: "@cedarjs/fastify-web@npm:4.2.0
|
|
2027
|
+
"@cedarjs/fastify-web@npm:4.2.0":
|
|
2028
|
+
version: 4.2.0
|
|
2029
|
+
resolution: "@cedarjs/fastify-web@npm:4.2.0"
|
|
2030
2030
|
dependencies:
|
|
2031
|
-
"@cedarjs/project-config": "npm:4.2.0
|
|
2031
|
+
"@cedarjs/project-config": "npm:4.2.0"
|
|
2032
2032
|
"@fastify/http-proxy": "npm:11.4.4"
|
|
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/4a7d9a3d3d247d1dc92802d7a57cd89334ec3034890909308103e81d4e8e61604ba889414bea064d28cb234f135b1d0db6db89cd6e669ae1de80a7f1dbd535e3
|
|
2037
2037
|
languageName: node
|
|
2038
2038
|
linkType: hard
|
|
2039
2039
|
|
|
2040
|
-
"@cedarjs/forms@npm:4.2.0
|
|
2041
|
-
version: 4.2.0
|
|
2042
|
-
resolution: "@cedarjs/forms@npm:4.2.0
|
|
2040
|
+
"@cedarjs/forms@npm:4.2.0":
|
|
2041
|
+
version: 4.2.0
|
|
2042
|
+
resolution: "@cedarjs/forms@npm:4.2.0"
|
|
2043
2043
|
dependencies:
|
|
2044
2044
|
graphql: "npm:16.13.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/b86b5d41ce62b818f500ad57aa0803d7b84cda1f884b456089e61abfea094ca3fdbe70982f6435cd46b0d2a7cca943cb40299744ccf5e212bd8630c801660c56
|
|
2050
2050
|
languageName: node
|
|
2051
2051
|
linkType: hard
|
|
2052
2052
|
|
|
2053
|
-
"@cedarjs/graphql-server@npm:4.2.0
|
|
2054
|
-
version: 4.2.0
|
|
2055
|
-
resolution: "@cedarjs/graphql-server@npm:4.2.0
|
|
2053
|
+
"@cedarjs/graphql-server@npm:4.2.0":
|
|
2054
|
+
version: 4.2.0
|
|
2055
|
+
resolution: "@cedarjs/graphql-server@npm:4.2.0"
|
|
2056
2056
|
dependencies:
|
|
2057
|
-
"@cedarjs/api": "npm:4.2.0
|
|
2058
|
-
"@cedarjs/context": "npm:4.2.0
|
|
2057
|
+
"@cedarjs/api": "npm:4.2.0"
|
|
2058
|
+
"@cedarjs/context": "npm:4.2.0"
|
|
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.0"
|
|
2075
2075
|
lodash: "npm:4.18.1"
|
|
2076
2076
|
uuid: "npm:11.1.0"
|
|
2077
|
-
checksum: 10c0/
|
|
2077
|
+
checksum: 10c0/ad0d370d3504c1ab18f6de122f5c884bbc3eabbcec623e65e4ee44518a764cfbdbd717cc4f604b343b7ae9d1d4f30a00d3c266965bdf551efa26c9e56febf181
|
|
2078
2078
|
languageName: node
|
|
2079
2079
|
linkType: hard
|
|
2080
2080
|
|
|
2081
|
-
"@cedarjs/internal@npm:4.2.0
|
|
2082
|
-
version: 4.2.0
|
|
2083
|
-
resolution: "@cedarjs/internal@npm:4.2.0
|
|
2081
|
+
"@cedarjs/internal@npm:4.2.0":
|
|
2082
|
+
version: 4.2.0
|
|
2083
|
+
resolution: "@cedarjs/internal@npm:4.2.0"
|
|
2084
2084
|
dependencies:
|
|
2085
2085
|
"@babel/core": "npm:^7.26.10"
|
|
2086
2086
|
"@babel/parser": "npm:7.29.3"
|
|
2087
2087
|
"@babel/plugin-transform-react-jsx": "npm:7.28.6"
|
|
2088
2088
|
"@babel/plugin-transform-typescript": "npm:^7.26.8"
|
|
2089
2089
|
"@babel/traverse": "npm:7.29.0"
|
|
2090
|
-
"@cedarjs/babel-config": "npm:4.2.0
|
|
2091
|
-
"@cedarjs/cli-helpers": "npm:4.2.0
|
|
2092
|
-
"@cedarjs/graphql-server": "npm:4.2.0
|
|
2093
|
-
"@cedarjs/project-config": "npm:4.2.0
|
|
2094
|
-
"@cedarjs/router": "npm:4.2.0
|
|
2095
|
-
"@cedarjs/structure": "npm:4.2.0
|
|
2096
|
-
"@cedarjs/utils": "npm:4.2.0
|
|
2090
|
+
"@cedarjs/babel-config": "npm:4.2.0"
|
|
2091
|
+
"@cedarjs/cli-helpers": "npm:4.2.0"
|
|
2092
|
+
"@cedarjs/graphql-server": "npm:4.2.0"
|
|
2093
|
+
"@cedarjs/project-config": "npm:4.2.0"
|
|
2094
|
+
"@cedarjs/router": "npm:4.2.0"
|
|
2095
|
+
"@cedarjs/structure": "npm:4.2.0"
|
|
2096
|
+
"@cedarjs/utils": "npm:4.2.0"
|
|
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"
|
|
@@ -2127,24 +2127,24 @@ __metadata:
|
|
|
2127
2127
|
bin:
|
|
2128
2128
|
cedar-gen: dist/generate/generate.js
|
|
2129
2129
|
cedar-gen-watch: dist/generate/watch.js
|
|
2130
|
-
checksum: 10c0/
|
|
2130
|
+
checksum: 10c0/afff3bb89552941932544116d7fc1c3714d5ffadae03a7e8fa07740e7a8942251aca1ccfff3e7a89cde3513e03fb9eb84e3ae84247e59db5487029adab4e276a
|
|
2131
2131
|
languageName: node
|
|
2132
2132
|
linkType: hard
|
|
2133
2133
|
|
|
2134
|
-
"@cedarjs/prerender@npm:4.2.0
|
|
2135
|
-
version: 4.2.0
|
|
2136
|
-
resolution: "@cedarjs/prerender@npm:4.2.0
|
|
2134
|
+
"@cedarjs/prerender@npm:4.2.0":
|
|
2135
|
+
version: 4.2.0
|
|
2136
|
+
resolution: "@cedarjs/prerender@npm:4.2.0"
|
|
2137
2137
|
dependencies:
|
|
2138
2138
|
"@ast-grep/napi": "npm:0.42.1"
|
|
2139
2139
|
"@babel/generator": "npm:7.29.1"
|
|
2140
2140
|
"@babel/parser": "npm:7.29.3"
|
|
2141
2141
|
"@babel/traverse": "npm:7.29.0"
|
|
2142
|
-
"@cedarjs/babel-config": "npm:4.2.0
|
|
2143
|
-
"@cedarjs/project-config": "npm:4.2.0
|
|
2144
|
-
"@cedarjs/router": "npm:4.2.0
|
|
2145
|
-
"@cedarjs/structure": "npm:4.2.0
|
|
2146
|
-
"@cedarjs/vite": "npm:4.2.0
|
|
2147
|
-
"@cedarjs/web": "npm:4.2.0
|
|
2142
|
+
"@cedarjs/babel-config": "npm:4.2.0"
|
|
2143
|
+
"@cedarjs/project-config": "npm:4.2.0"
|
|
2144
|
+
"@cedarjs/router": "npm:4.2.0"
|
|
2145
|
+
"@cedarjs/structure": "npm:4.2.0"
|
|
2146
|
+
"@cedarjs/vite": "npm:4.2.0"
|
|
2147
|
+
"@cedarjs/web": "npm:4.2.0"
|
|
2148
2148
|
"@rollup/plugin-alias": "npm:5.1.1"
|
|
2149
2149
|
"@rollup/plugin-commonjs": "npm:28.0.9"
|
|
2150
2150
|
"@rollup/plugin-node-resolve": "npm:16.0.3"
|
|
@@ -2163,55 +2163,55 @@ __metadata:
|
|
|
2163
2163
|
peerDependencies:
|
|
2164
2164
|
react: 18.3.1
|
|
2165
2165
|
react-dom: 18.3.1
|
|
2166
|
-
checksum: 10c0/
|
|
2166
|
+
checksum: 10c0/719473e9d7fbb8de10c14850a50c9cf1682ac873009163bac1231a11ce59e8302a2d6759f603e85f4039cdb8b3e04427ba9f5feff69aad15e29c0bf48835fbd5
|
|
2167
2167
|
languageName: node
|
|
2168
2168
|
linkType: hard
|
|
2169
2169
|
|
|
2170
|
-
"@cedarjs/project-config@npm:4.2.0
|
|
2171
|
-
version: 4.2.0
|
|
2172
|
-
resolution: "@cedarjs/project-config@npm:4.2.0
|
|
2170
|
+
"@cedarjs/project-config@npm:4.2.0":
|
|
2171
|
+
version: 4.2.0
|
|
2172
|
+
resolution: "@cedarjs/project-config@npm:4.2.0"
|
|
2173
2173
|
dependencies:
|
|
2174
2174
|
"@prisma/internals": "npm:7.8.0"
|
|
2175
2175
|
deepmerge: "npm:4.3.1"
|
|
2176
2176
|
fast-glob: "npm:3.3.3"
|
|
2177
2177
|
smol-toml: "npm:1.6.1"
|
|
2178
2178
|
string-env-interpolation: "npm:1.0.1"
|
|
2179
|
-
checksum: 10c0/
|
|
2179
|
+
checksum: 10c0/5b04f97085d8da190a84cdb8b38e158b5f30ed1fe83bbe194f033cc13d3ac7aba4becdafe213f46a963ec149f2d99e11b9f7b86c112ce6f3ef854dbbf62cfc49
|
|
2180
2180
|
languageName: node
|
|
2181
2181
|
linkType: hard
|
|
2182
2182
|
|
|
2183
|
-
"@cedarjs/router@npm:4.2.0
|
|
2184
|
-
version: 4.2.0
|
|
2185
|
-
resolution: "@cedarjs/router@npm:4.2.0
|
|
2183
|
+
"@cedarjs/router@npm:4.2.0":
|
|
2184
|
+
version: 4.2.0
|
|
2185
|
+
resolution: "@cedarjs/router@npm:4.2.0"
|
|
2186
2186
|
dependencies:
|
|
2187
|
-
"@cedarjs/auth": "npm:4.2.0
|
|
2188
|
-
"@cedarjs/server-store": "npm:4.2.0
|
|
2187
|
+
"@cedarjs/auth": "npm:4.2.0"
|
|
2188
|
+
"@cedarjs/server-store": "npm:4.2.0"
|
|
2189
2189
|
react: "npm:18.3.1"
|
|
2190
2190
|
react-dom: "npm:18.3.1"
|
|
2191
2191
|
peerDependencies:
|
|
2192
2192
|
react: 18.3.1
|
|
2193
2193
|
react-dom: 18.3.1
|
|
2194
|
-
checksum: 10c0/
|
|
2194
|
+
checksum: 10c0/f9ee9d81c5117f0c3243449b1bc5b926f04d5409229f33e9de9bd60ed2a549287eb3561f156f3350415003d75d107ff68a4a8e776ec56eee0c03429e91db9c18
|
|
2195
2195
|
languageName: node
|
|
2196
2196
|
linkType: hard
|
|
2197
2197
|
|
|
2198
|
-
"@cedarjs/server-store@npm:4.2.0
|
|
2199
|
-
version: 4.2.0
|
|
2200
|
-
resolution: "@cedarjs/server-store@npm:4.2.0
|
|
2198
|
+
"@cedarjs/server-store@npm:4.2.0":
|
|
2199
|
+
version: 4.2.0
|
|
2200
|
+
resolution: "@cedarjs/server-store@npm:4.2.0"
|
|
2201
2201
|
dependencies:
|
|
2202
|
-
"@cedarjs/auth": "npm:4.2.0
|
|
2203
|
-
"@cedarjs/cookie-jar": "npm:4.2.0
|
|
2202
|
+
"@cedarjs/auth": "npm:4.2.0"
|
|
2203
|
+
"@cedarjs/cookie-jar": "npm:4.2.0"
|
|
2204
2204
|
esbuild: "npm:0.27.7"
|
|
2205
2205
|
fast-glob: "npm:3.3.3"
|
|
2206
|
-
checksum: 10c0/
|
|
2206
|
+
checksum: 10c0/e403d384b1143a711aeb87f30e7c77cb6ddb9d98f8af65b356a34fd99cda21f6c637e8193c96224ef8aad88bed32d947b9b7be0039c61ee17115f270efe0dd78
|
|
2207
2207
|
languageName: node
|
|
2208
2208
|
linkType: hard
|
|
2209
2209
|
|
|
2210
|
-
"@cedarjs/structure@npm:4.2.0
|
|
2211
|
-
version: 4.2.0
|
|
2212
|
-
resolution: "@cedarjs/structure@npm:4.2.0
|
|
2210
|
+
"@cedarjs/structure@npm:4.2.0":
|
|
2211
|
+
version: 4.2.0
|
|
2212
|
+
resolution: "@cedarjs/structure@npm:4.2.0"
|
|
2213
2213
|
dependencies:
|
|
2214
|
-
"@cedarjs/project-config": "npm:4.2.0
|
|
2214
|
+
"@cedarjs/project-config": "npm:4.2.0"
|
|
2215
2215
|
"@prisma/internals": "npm:7.8.0"
|
|
2216
2216
|
"@types/line-column": "npm:1.0.2"
|
|
2217
2217
|
camelcase: "npm:6.3.0"
|
|
@@ -2224,37 +2224,37 @@ __metadata:
|
|
|
2224
2224
|
smol-toml: "npm:1.6.1"
|
|
2225
2225
|
ts-morph: "npm:23.0.0"
|
|
2226
2226
|
yargs-parser: "npm:21.1.1"
|
|
2227
|
-
checksum: 10c0/
|
|
2227
|
+
checksum: 10c0/1b20899b1a8ed5297cfcee1bbecd82e3084b933e33f1f2d64bfe9d775af59196da7744e524ac038f0e95ea1772eeeb4bdf299e62b94a4a1727ea5254dbdbfcd0
|
|
2228
2228
|
languageName: node
|
|
2229
2229
|
linkType: hard
|
|
2230
2230
|
|
|
2231
|
-
"@cedarjs/telemetry@npm:4.2.0
|
|
2232
|
-
version: 4.2.0
|
|
2233
|
-
resolution: "@cedarjs/telemetry@npm:4.2.0
|
|
2231
|
+
"@cedarjs/telemetry@npm:4.2.0":
|
|
2232
|
+
version: 4.2.0
|
|
2233
|
+
resolution: "@cedarjs/telemetry@npm:4.2.0"
|
|
2234
2234
|
dependencies:
|
|
2235
|
-
"@cedarjs/project-config": "npm:4.2.0
|
|
2236
|
-
"@cedarjs/structure": "npm:4.2.0
|
|
2235
|
+
"@cedarjs/project-config": "npm:4.2.0"
|
|
2236
|
+
"@cedarjs/structure": "npm:4.2.0"
|
|
2237
2237
|
"@whatwg-node/fetch": "npm:0.10.13"
|
|
2238
2238
|
ci-info: "npm:4.4.0"
|
|
2239
2239
|
envinfo: "npm:7.21.0"
|
|
2240
2240
|
systeminformation: "npm:5.31.5"
|
|
2241
2241
|
uuid: "npm:11.1.0"
|
|
2242
2242
|
yargs: "npm:17.7.2"
|
|
2243
|
-
checksum: 10c0/
|
|
2243
|
+
checksum: 10c0/6ae2e702352943c083d3822111c97e8774a7af6fbd2f63ab0aadb7958e0a37f6b57caec8cda4a448f79918688dfcdfad39c8cbaa6d3ff5b3c8ee47260b51417f
|
|
2244
2244
|
languageName: node
|
|
2245
2245
|
linkType: hard
|
|
2246
2246
|
|
|
2247
|
-
"@cedarjs/testing@npm:4.2.0
|
|
2248
|
-
version: 4.2.0
|
|
2249
|
-
resolution: "@cedarjs/testing@npm:4.2.0
|
|
2250
|
-
dependencies:
|
|
2251
|
-
"@cedarjs/auth": "npm:4.2.0
|
|
2252
|
-
"@cedarjs/babel-config": "npm:4.2.0
|
|
2253
|
-
"@cedarjs/context": "npm:4.2.0
|
|
2254
|
-
"@cedarjs/graphql-server": "npm:4.2.0
|
|
2255
|
-
"@cedarjs/project-config": "npm:4.2.0
|
|
2256
|
-
"@cedarjs/router": "npm:4.2.0
|
|
2257
|
-
"@cedarjs/web": "npm:4.2.0
|
|
2247
|
+
"@cedarjs/testing@npm:4.2.0":
|
|
2248
|
+
version: 4.2.0
|
|
2249
|
+
resolution: "@cedarjs/testing@npm:4.2.0"
|
|
2250
|
+
dependencies:
|
|
2251
|
+
"@cedarjs/auth": "npm:4.2.0"
|
|
2252
|
+
"@cedarjs/babel-config": "npm:4.2.0"
|
|
2253
|
+
"@cedarjs/context": "npm:4.2.0"
|
|
2254
|
+
"@cedarjs/graphql-server": "npm:4.2.0"
|
|
2255
|
+
"@cedarjs/project-config": "npm:4.2.0"
|
|
2256
|
+
"@cedarjs/router": "npm:4.2.0"
|
|
2257
|
+
"@cedarjs/web": "npm:4.2.0"
|
|
2258
2258
|
"@testing-library/jest-dom": "npm:6.9.1"
|
|
2259
2259
|
"@testing-library/react": "npm:14.3.1"
|
|
2260
2260
|
"@testing-library/user-event": "npm:14.6.1"
|
|
@@ -2277,39 +2277,39 @@ __metadata:
|
|
|
2277
2277
|
peerDependenciesMeta:
|
|
2278
2278
|
vitest:
|
|
2279
2279
|
optional: true
|
|
2280
|
-
checksum: 10c0/
|
|
2280
|
+
checksum: 10c0/fecdef30729379bf697aceb29e032c6a2b6114fa7e27a5b5cc7b786e59d72377e9955e1944fabc6ec736a951647db82d7492967a39039bcf1854d5d671f1bb60
|
|
2281
2281
|
languageName: node
|
|
2282
2282
|
linkType: hard
|
|
2283
2283
|
|
|
2284
|
-
"@cedarjs/utils@npm:4.2.0
|
|
2285
|
-
version: 4.2.0
|
|
2286
|
-
resolution: "@cedarjs/utils@npm:4.2.0
|
|
2284
|
+
"@cedarjs/utils@npm:4.2.0":
|
|
2285
|
+
version: 4.2.0
|
|
2286
|
+
resolution: "@cedarjs/utils@npm:4.2.0"
|
|
2287
2287
|
dependencies:
|
|
2288
2288
|
pluralize: "npm:8.0.0"
|
|
2289
|
-
checksum: 10c0/
|
|
2289
|
+
checksum: 10c0/bb88ec0f0e59d466dd1be360d24f958051943b1f9373ad78caa65657dd1ba13b4722e2eb3bbd252e37efc44090ea6ffa777baa11cbc44c4a7047234405dcc9f4
|
|
2290
2290
|
languageName: node
|
|
2291
2291
|
linkType: hard
|
|
2292
2292
|
|
|
2293
|
-
"@cedarjs/vite@npm:4.2.0
|
|
2294
|
-
version: 4.2.0
|
|
2295
|
-
resolution: "@cedarjs/vite@npm:4.2.0
|
|
2293
|
+
"@cedarjs/vite@npm:4.2.0":
|
|
2294
|
+
version: 4.2.0
|
|
2295
|
+
resolution: "@cedarjs/vite@npm:4.2.0"
|
|
2296
2296
|
dependencies:
|
|
2297
2297
|
"@ast-grep/napi": "npm:0.42.1"
|
|
2298
2298
|
"@babel/generator": "npm:7.29.1"
|
|
2299
2299
|
"@babel/parser": "npm:7.29.3"
|
|
2300
2300
|
"@babel/traverse": "npm:7.29.0"
|
|
2301
|
-
"@cedarjs/api": "npm:4.2.0
|
|
2302
|
-
"@cedarjs/api-server": "npm:4.2.0
|
|
2303
|
-
"@cedarjs/auth": "npm:4.2.0
|
|
2304
|
-
"@cedarjs/babel-config": "npm:4.2.0
|
|
2305
|
-
"@cedarjs/context": "npm:4.2.0
|
|
2306
|
-
"@cedarjs/cookie-jar": "npm:4.2.0
|
|
2307
|
-
"@cedarjs/graphql-server": "npm:4.2.0
|
|
2308
|
-
"@cedarjs/internal": "npm:4.2.0
|
|
2309
|
-
"@cedarjs/project-config": "npm:4.2.0
|
|
2310
|
-
"@cedarjs/server-store": "npm:4.2.0
|
|
2311
|
-
"@cedarjs/testing": "npm:4.2.0
|
|
2312
|
-
"@cedarjs/web": "npm:4.2.0
|
|
2301
|
+
"@cedarjs/api": "npm:4.2.0"
|
|
2302
|
+
"@cedarjs/api-server": "npm:4.2.0"
|
|
2303
|
+
"@cedarjs/auth": "npm:4.2.0"
|
|
2304
|
+
"@cedarjs/babel-config": "npm:4.2.0"
|
|
2305
|
+
"@cedarjs/context": "npm:4.2.0"
|
|
2306
|
+
"@cedarjs/cookie-jar": "npm:4.2.0"
|
|
2307
|
+
"@cedarjs/graphql-server": "npm:4.2.0"
|
|
2308
|
+
"@cedarjs/internal": "npm:4.2.0"
|
|
2309
|
+
"@cedarjs/project-config": "npm:4.2.0"
|
|
2310
|
+
"@cedarjs/server-store": "npm:4.2.0"
|
|
2311
|
+
"@cedarjs/testing": "npm:4.2.0"
|
|
2312
|
+
"@cedarjs/web": "npm:4.2.0"
|
|
2313
2313
|
"@fastify/url-data": "npm:6.0.3"
|
|
2314
2314
|
"@swc/core": "npm:1.15.33"
|
|
2315
2315
|
"@universal-deploy/node": "npm:^0.1.6"
|
|
@@ -2348,16 +2348,16 @@ __metadata:
|
|
|
2348
2348
|
cedar-vite-build: bins/cedar-vite-build.mjs
|
|
2349
2349
|
cedar-vite-dev: bins/cedar-vite-dev.mjs
|
|
2350
2350
|
vite: bins/vite.mjs
|
|
2351
|
-
checksum: 10c0/
|
|
2351
|
+
checksum: 10c0/70ab913c15c6f55d2c60a99bec2057ff0f65d82a83f5d121fd72bc1bcf8b3c6e43bbe59d0346cb4ef288a7a9e7e77b95e505f9f6ed33d7e857b86845e2bb77c7
|
|
2352
2352
|
languageName: node
|
|
2353
2353
|
linkType: hard
|
|
2354
2354
|
|
|
2355
|
-
"@cedarjs/web-server@npm:4.2.0
|
|
2356
|
-
version: 4.2.0
|
|
2357
|
-
resolution: "@cedarjs/web-server@npm:4.2.0
|
|
2355
|
+
"@cedarjs/web-server@npm:4.2.0":
|
|
2356
|
+
version: 4.2.0
|
|
2357
|
+
resolution: "@cedarjs/web-server@npm:4.2.0"
|
|
2358
2358
|
dependencies:
|
|
2359
|
-
"@cedarjs/fastify-web": "npm:4.2.0
|
|
2360
|
-
"@cedarjs/project-config": "npm:4.2.0
|
|
2359
|
+
"@cedarjs/fastify-web": "npm:4.2.0"
|
|
2360
|
+
"@cedarjs/project-config": "npm:4.2.0"
|
|
2361
2361
|
ansis: "npm:4.2.0"
|
|
2362
2362
|
dotenv-defaults: "npm:5.0.2"
|
|
2363
2363
|
fastify: "npm:5.8.5"
|
|
@@ -2365,17 +2365,17 @@ __metadata:
|
|
|
2365
2365
|
bin:
|
|
2366
2366
|
cedar-web-server: dist/bin.js
|
|
2367
2367
|
rw-web-server: dist/bin.js
|
|
2368
|
-
checksum: 10c0/
|
|
2368
|
+
checksum: 10c0/96702dbac8ae6291fc7dc29ed4bcdf9aa9fbc7999cb5b562cfb739dc7ee99611452152b8d368299b1b374dfba1c7d8ed9d89e5e84bb663774aa39d55362c5729
|
|
2369
2369
|
languageName: node
|
|
2370
2370
|
linkType: hard
|
|
2371
2371
|
|
|
2372
|
-
"@cedarjs/web@npm:4.2.0
|
|
2373
|
-
version: 4.2.0
|
|
2374
|
-
resolution: "@cedarjs/web@npm:4.2.0
|
|
2372
|
+
"@cedarjs/web@npm:4.2.0":
|
|
2373
|
+
version: 4.2.0
|
|
2374
|
+
resolution: "@cedarjs/web@npm:4.2.0"
|
|
2375
2375
|
dependencies:
|
|
2376
2376
|
"@apollo/client": "npm:3.14.1"
|
|
2377
|
-
"@cedarjs/auth": "npm:4.2.0
|
|
2378
|
-
"@cedarjs/server-store": "npm:4.2.0
|
|
2377
|
+
"@cedarjs/auth": "npm:4.2.0"
|
|
2378
|
+
"@cedarjs/server-store": "npm:4.2.0"
|
|
2379
2379
|
"@dr.pogodin/react-helmet": "npm:2.0.4"
|
|
2380
2380
|
"@whatwg-node/fetch": "npm:0.10.13"
|
|
2381
2381
|
apollo-upload-client: "npm:18.0.1"
|
|
@@ -2399,7 +2399,7 @@ __metadata:
|
|
|
2399
2399
|
rw: dist/cjs/bins/redwood.js
|
|
2400
2400
|
storybook: dist/cjs/bins/storybook.js
|
|
2401
2401
|
tsc: dist/cjs/bins/tsc.js
|
|
2402
|
-
checksum: 10c0/
|
|
2402
|
+
checksum: 10c0/718c4e8a583719768ec8d3c03b4aa7d867432b9c61cce32063f0983390cb79fda61165c4dd904e22f2668b6dff58ace8a146c4b290f5408b799eb5bc64367610
|
|
2403
2403
|
languageName: node
|
|
2404
2404
|
linkType: hard
|
|
2405
2405
|
|
|
@@ -7129,8 +7129,8 @@ __metadata:
|
|
|
7129
7129
|
version: 0.0.0-use.local
|
|
7130
7130
|
resolution: "api@workspace:api"
|
|
7131
7131
|
dependencies:
|
|
7132
|
-
"@cedarjs/api": "npm:4.2.0
|
|
7133
|
-
"@cedarjs/graphql-server": "npm:4.2.0
|
|
7132
|
+
"@cedarjs/api": "npm:4.2.0"
|
|
7133
|
+
"@cedarjs/graphql-server": "npm:4.2.0"
|
|
7134
7134
|
"@prisma/adapter-better-sqlite3": "npm:7.8.0"
|
|
7135
7135
|
better-sqlite3: "npm:12.9.0"
|
|
7136
7136
|
languageName: unknown
|
|
@@ -16314,10 +16314,10 @@ __metadata:
|
|
|
16314
16314
|
version: 0.0.0-use.local
|
|
16315
16315
|
resolution: "root-workspace-0b6124@workspace:."
|
|
16316
16316
|
dependencies:
|
|
16317
|
-
"@cedarjs/core": "npm:4.2.0
|
|
16318
|
-
"@cedarjs/eslint-config": "npm:4.2.0
|
|
16319
|
-
"@cedarjs/project-config": "npm:4.2.0
|
|
16320
|
-
"@cedarjs/testing": "npm:4.2.0
|
|
16317
|
+
"@cedarjs/core": "npm:4.2.0"
|
|
16318
|
+
"@cedarjs/eslint-config": "npm:4.2.0"
|
|
16319
|
+
"@cedarjs/project-config": "npm:4.2.0"
|
|
16320
|
+
"@cedarjs/testing": "npm:4.2.0"
|
|
16321
16321
|
languageName: unknown
|
|
16322
16322
|
linkType: soft
|
|
16323
16323
|
|
|
@@ -18419,10 +18419,10 @@ __metadata:
|
|
|
18419
18419
|
version: 0.0.0-use.local
|
|
18420
18420
|
resolution: "web@workspace:web"
|
|
18421
18421
|
dependencies:
|
|
18422
|
-
"@cedarjs/forms": "npm:4.2.0
|
|
18423
|
-
"@cedarjs/router": "npm:4.2.0
|
|
18424
|
-
"@cedarjs/vite": "npm:4.2.0
|
|
18425
|
-
"@cedarjs/web": "npm:4.2.0
|
|
18422
|
+
"@cedarjs/forms": "npm:4.2.0"
|
|
18423
|
+
"@cedarjs/router": "npm:4.2.0"
|
|
18424
|
+
"@cedarjs/vite": "npm:4.2.0"
|
|
18425
|
+
"@cedarjs/web": "npm:4.2.0"
|
|
18426
18426
|
"@types/react": "npm:^18.2.55"
|
|
18427
18427
|
"@types/react-dom": "npm:^18.2.19"
|
|
18428
18428
|
react: "npm:18.3.1"
|