create-cedar-app 5.0.2 → 5.0.3
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 +211 -211
- 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 +211 -211
- 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 +211 -211
- 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 +211 -211
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.
|
|
1709
|
-
version: 5.0.
|
|
1710
|
-
resolution: "@cedarjs/api-server@npm:5.0.
|
|
1708
|
+
"@cedarjs/api-server@npm:5.0.3":
|
|
1709
|
+
version: 5.0.3
|
|
1710
|
+
resolution: "@cedarjs/api-server@npm:5.0.3"
|
|
1711
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.
|
|
1712
|
+
"@cedarjs/context": "npm:5.0.3"
|
|
1713
|
+
"@cedarjs/fastify-web": "npm:5.0.3"
|
|
1714
|
+
"@cedarjs/internal": "npm:5.0.3"
|
|
1715
|
+
"@cedarjs/project-config": "npm:5.0.3"
|
|
1716
|
+
"@cedarjs/web-server": "npm:5.0.3"
|
|
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.3
|
|
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/fafde5f102ecf260feadc183a68057bd60dcdeeac9c27d695da6f8f16a54d67e14f84553c9ac496c9916b219b4f27d8fea0ba98ae6f12efad28f8cca77bc41d0
|
|
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.3":
|
|
1751
|
+
version: 5.0.3
|
|
1752
|
+
resolution: "@cedarjs/api@npm:5.0.3"
|
|
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/78d440b790fb467ece49bebb9989eb76dd00f95c7303515be4a36236fbeae2ed5733e9458ba4043cffe29781b4811910e7d7abdf3146c7cd946f1437d1eb129c
|
|
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.3":
|
|
1783
|
+
version: 5.0.3
|
|
1784
|
+
resolution: "@cedarjs/auth@npm:5.0.3"
|
|
1785
1785
|
dependencies:
|
|
1786
1786
|
react: "npm:18.3.1"
|
|
1787
|
-
checksum: 10c0/
|
|
1787
|
+
checksum: 10c0/8c5b91dbf3e579ad7075784290fe0ac3e31eb99af9abc5dfbad8fdc9f45e4573900bd1219a882e8697161123adff060435be436d1157324e6328e7bae5922d56
|
|
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.3":
|
|
1792
|
+
version: 5.0.3
|
|
1793
|
+
resolution: "@cedarjs/babel-config@npm:5.0.3"
|
|
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.3"
|
|
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/92709aa5b926557df313188d1d7369b3682d05f55ef48a3c651d4d6f56c1e2df24993962ef5db757b461a55ee092316577723208c09d628e7eb2f8d11acb34bf
|
|
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.3":
|
|
1816
|
+
version: 5.0.3
|
|
1817
|
+
resolution: "@cedarjs/cli-helpers@npm:5.0.3"
|
|
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.3"
|
|
1821
|
+
"@cedarjs/telemetry": "npm:5.0.3"
|
|
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"
|
|
@@ -1826,7 +1826,7 @@ __metadata:
|
|
|
1826
1826
|
dotenv-defaults: "npm:5.0.2"
|
|
1827
1827
|
enquirer: "npm:2.4.1"
|
|
1828
1828
|
execa: "npm:5.1.1"
|
|
1829
|
-
listr2: "npm:10.2.
|
|
1829
|
+
listr2: "npm:10.2.2"
|
|
1830
1830
|
lodash: "npm:4.18.1"
|
|
1831
1831
|
pascalcase: "npm:1.0.0"
|
|
1832
1832
|
prettier: "npm:3.8.4"
|
|
@@ -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/1901805f490a249a890edc3f8ac3df0cc4313eb09592d058e404dee97f1b541d936b4ca7d32567d3872131a583aea2b5005e3dc04081831bcc89611b73f1a7df
|
|
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.3":
|
|
1843
|
+
version: 5.0.3
|
|
1844
|
+
resolution: "@cedarjs/cli@npm:5.0.3"
|
|
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.3"
|
|
1849
|
+
"@cedarjs/cli-helpers": "npm:5.0.3"
|
|
1850
|
+
"@cedarjs/fastify-web": "npm:5.0.3"
|
|
1851
|
+
"@cedarjs/internal": "npm:5.0.3"
|
|
1852
|
+
"@cedarjs/prerender": "npm:5.0.3"
|
|
1853
|
+
"@cedarjs/project-config": "npm:5.0.3"
|
|
1854
|
+
"@cedarjs/structure": "npm:5.0.3"
|
|
1855
|
+
"@cedarjs/telemetry": "npm:5.0.3"
|
|
1856
|
+
"@cedarjs/utils": "npm:5.0.3"
|
|
1857
|
+
"@cedarjs/vite": "npm:5.0.3"
|
|
1858
|
+
"@cedarjs/web-server": "npm:5.0.3"
|
|
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"
|
|
@@ -1871,7 +1871,7 @@ __metadata:
|
|
|
1871
1871
|
camelcase: "npm:6.3.0"
|
|
1872
1872
|
change-case: "npm:4.1.2"
|
|
1873
1873
|
ci-info: "npm:4.4.0"
|
|
1874
|
-
concurrently: "npm:9.2.
|
|
1874
|
+
concurrently: "npm:9.2.4"
|
|
1875
1875
|
configstore: "npm:7.1.0"
|
|
1876
1876
|
cross-env: "npm:7.0.3"
|
|
1877
1877
|
decamelize: "npm:6.0.1"
|
|
@@ -1884,7 +1884,7 @@ __metadata:
|
|
|
1884
1884
|
jscodeshift: "npm:17.3.0"
|
|
1885
1885
|
jsonc-parser: "npm:3.3.1"
|
|
1886
1886
|
latest-version: "npm:9.0.0"
|
|
1887
|
-
listr2: "npm:10.2.
|
|
1887
|
+
listr2: "npm:10.2.2"
|
|
1888
1888
|
lodash: "npm:4.18.1"
|
|
1889
1889
|
pascalcase: "npm:1.0.0"
|
|
1890
1890
|
pluralize: "npm:8.0.0"
|
|
@@ -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/2527e1dd78efb8c9f138df8ff8d24379c03d411290d7523d24177af5487fe3267b26b284516e4ebb41b42707e3ca356206da6f0b04bf8b274b7bc3263dcb6e4e
|
|
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.3":
|
|
1918
|
+
version: 5.0.3
|
|
1919
|
+
resolution: "@cedarjs/context@npm:5.0.3"
|
|
1920
|
+
checksum: 10c0/913e03d7219c9dce072c3cf0409d77effaeb8a8d8c0846036f08cfe245eb140b1ce95afac8206334d7c8abd267f568e9b8a9439ceb7b32f54e77ff8ee9e235c3
|
|
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.3":
|
|
1925
|
+
version: 5.0.3
|
|
1926
|
+
resolution: "@cedarjs/cookie-jar@npm:5.0.3"
|
|
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/9654f8ddf9f8fd996a872dce87b9c4447bd31155772145236fd36d9c9e0ee58254b1adc3aea90208e166bf5618fe841fbf59b2137ca5b82224000385f8c311af
|
|
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.3":
|
|
1936
|
+
version: 5.0.3
|
|
1937
|
+
resolution: "@cedarjs/core@npm:5.0.3"
|
|
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.3"
|
|
1941
|
+
"@cedarjs/cli": "npm:5.0.3"
|
|
1942
|
+
"@cedarjs/eslint-config": "npm:5.0.3"
|
|
1943
|
+
"@cedarjs/internal": "npm:5.0.3"
|
|
1944
|
+
"@cedarjs/project-config": "npm:5.0.3"
|
|
1945
|
+
"@cedarjs/testing": "npm:5.0.3"
|
|
1946
|
+
"@cedarjs/web-server": "npm:5.0.3"
|
|
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/92ff4d02dcc15126afdf5f472e192f569489e847e7a799cbe1238aeed5dba5e8d1fe725e57c53424df71b0558d25c29f5b3821ccbdee88a8e24caf5c026c1bcf
|
|
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.3":
|
|
1983
|
+
version: 5.0.3
|
|
1984
|
+
resolution: "@cedarjs/eslint-config@npm:5.0.3"
|
|
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.3"
|
|
1990
|
+
"@cedarjs/eslint-plugin": "npm:5.0.3"
|
|
1991
|
+
"@cedarjs/internal": "npm:5.0.3"
|
|
1992
|
+
"@cedarjs/project-config": "npm:5.0.3"
|
|
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/079ca1bda40d48ebedc20f749367a5b5c13853fc46aed8fd792b4f944a4b40171b8c6d80bc2dffeb510dae08a89c225237ccc768b46666bab34b1537f8c6b26b
|
|
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.3":
|
|
2018
|
+
version: 5.0.3
|
|
2019
|
+
resolution: "@cedarjs/eslint-plugin@npm:5.0.3"
|
|
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/a8a379ac38bfc3d2380645f95b9a7a0d7fe2ec6bacbf99825ed8c0cd8333392e2977ceed5f58ec35588112d62daf23e3336150f8bb43636203ffd4b2847af127
|
|
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.3":
|
|
2028
|
+
version: 5.0.3
|
|
2029
|
+
resolution: "@cedarjs/fastify-web@npm:5.0.3"
|
|
2030
2030
|
dependencies:
|
|
2031
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2031
|
+
"@cedarjs/project-config": "npm:5.0.3"
|
|
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/ed7dac486e3fa2f3aa827e694a28c1739016678a9f513c40975303a5975734d39495e9ad87ae12fe9b5abc4d279824b05b4e0595261caed6c84128f3725920a3
|
|
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.3":
|
|
2041
|
+
version: 5.0.3
|
|
2042
|
+
resolution: "@cedarjs/forms@npm:5.0.3"
|
|
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/7107fb79476fe65523f8be456e15682935e81a52eaad5b4f243d8bd2fa6e1be46f44a949d1b8ff37154460049fa44f20c4f17e2ad2e174de7d2141400f073f62
|
|
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.3":
|
|
2054
|
+
version: 5.0.3
|
|
2055
|
+
resolution: "@cedarjs/graphql-server@npm:5.0.3"
|
|
2056
2056
|
dependencies:
|
|
2057
|
-
"@cedarjs/api": "npm:5.0.
|
|
2058
|
-
"@cedarjs/context": "npm:5.0.
|
|
2057
|
+
"@cedarjs/api": "npm:5.0.3"
|
|
2058
|
+
"@cedarjs/context": "npm:5.0.3"
|
|
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/532f1db4c30739e0de200ff5c6a041ce566734cbbf7833432d2241094f3de607cc3f3a27efe23d466aeb5325b471abf4bbfccf698523c9026faead5ff01024a6
|
|
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.3":
|
|
2082
|
+
version: 5.0.3
|
|
2083
|
+
resolution: "@cedarjs/internal@npm:5.0.3"
|
|
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.3"
|
|
2091
|
+
"@cedarjs/cli-helpers": "npm:5.0.3"
|
|
2092
|
+
"@cedarjs/graphql-server": "npm:5.0.3"
|
|
2093
|
+
"@cedarjs/project-config": "npm:5.0.3"
|
|
2094
|
+
"@cedarjs/router": "npm:5.0.3"
|
|
2095
|
+
"@cedarjs/structure": "npm:5.0.3"
|
|
2096
|
+
"@cedarjs/utils": "npm:5.0.3"
|
|
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/1d96dedce8fa1eb562d86b94b4fef3066207eae2202da74edbb780a8e3bae9f33a5e98bb725e3d88af896ccd247119876b8487ae3ed80873673d78127068484c
|
|
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.3":
|
|
2142
|
+
version: 5.0.3
|
|
2143
|
+
resolution: "@cedarjs/prerender@npm:5.0.3"
|
|
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.3"
|
|
2150
|
+
"@cedarjs/project-config": "npm:5.0.3"
|
|
2151
|
+
"@cedarjs/structure": "npm:5.0.3"
|
|
2152
|
+
"@cedarjs/vite": "npm:5.0.3"
|
|
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": 5.0.3
|
|
2170
|
+
"@cedarjs/web": 5.0.3
|
|
2171
2171
|
react: 18.3.1
|
|
2172
2172
|
react-dom: 18.3.1
|
|
2173
|
-
checksum: 10c0/
|
|
2173
|
+
checksum: 10c0/5df16e4a0ce60acec76cacef24f2f4da0d4362edafe26bda3123fda7a95fa3c5651cd9a6b11a6e7fd5036d18fe13abbc9361ad367f7c8efbf34b9b9a320fc221
|
|
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.3":
|
|
2178
|
+
version: 5.0.3
|
|
2179
|
+
resolution: "@cedarjs/project-config@npm:5.0.3"
|
|
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/e4edfc645f21f85cf8aec5bc3b7ded6f89bbf2d7f069d22a42e36003a126d261d59b2c4567808e07b70b676f52d702efc572550275c4750da178a92239411a30
|
|
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.3":
|
|
2191
|
+
version: 5.0.3
|
|
2192
|
+
resolution: "@cedarjs/router@npm:5.0.3"
|
|
2193
2193
|
dependencies:
|
|
2194
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2195
|
-
"@cedarjs/server-store": "npm:5.0.
|
|
2194
|
+
"@cedarjs/project-config": "npm:5.0.3"
|
|
2195
|
+
"@cedarjs/server-store": "npm:5.0.3"
|
|
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": 5.0.3
|
|
2201
2201
|
react: 18.3.1
|
|
2202
2202
|
react-dom: 18.3.1
|
|
2203
|
-
checksum: 10c0/
|
|
2203
|
+
checksum: 10c0/7c4c6cadb1ed0821f6b9f5e760a68451a1d0cf9a2b6f30e93cbb0a367fded04a511786219023fed4d994827edfb4d5f9151af7185d17b399ae2ed6e98291af50
|
|
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.3":
|
|
2208
|
+
version: 5.0.3
|
|
2209
|
+
resolution: "@cedarjs/server-store@npm:5.0.3"
|
|
2210
2210
|
dependencies:
|
|
2211
|
-
"@cedarjs/auth": "npm:5.0.
|
|
2212
|
-
"@cedarjs/cookie-jar": "npm:5.0.
|
|
2211
|
+
"@cedarjs/auth": "npm:5.0.3"
|
|
2212
|
+
"@cedarjs/cookie-jar": "npm:5.0.3"
|
|
2213
2213
|
esbuild: "npm:0.27.7"
|
|
2214
2214
|
fast-glob: "npm:3.3.3"
|
|
2215
|
-
checksum: 10c0/
|
|
2215
|
+
checksum: 10c0/d5031908a863afe4a30ccd639b36d824afa5147d939f3e0a71a2e6570fa8ea733575e8410a8eb3730d0227c00308d363422b59ca66403fdd3341f0d00267bc58
|
|
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.3":
|
|
2220
|
+
version: 5.0.3
|
|
2221
|
+
resolution: "@cedarjs/structure@npm:5.0.3"
|
|
2222
2222
|
dependencies:
|
|
2223
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2223
|
+
"@cedarjs/project-config": "npm:5.0.3"
|
|
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/1b748ecddde186b02ff7b3123cb351fbc4e3eda46f5a20617cf427e06b7c8c415b1337dd6c44794612cef7656ed4e43e3b355d685385c5a32cf71a7ce84389c1
|
|
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.3":
|
|
2241
|
+
version: 5.0.3
|
|
2242
|
+
resolution: "@cedarjs/telemetry@npm:5.0.3"
|
|
2243
2243
|
dependencies:
|
|
2244
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2245
|
-
"@cedarjs/structure": "npm:5.0.
|
|
2244
|
+
"@cedarjs/project-config": "npm:5.0.3"
|
|
2245
|
+
"@cedarjs/structure": "npm:5.0.3"
|
|
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/cd944f404cff1c3097bee1e15f5b9702c6709c863a9964dc7156aa9c4afc5834e8602dabee716d182f5ae67638db387be706024b5a96326e7bb4c8b3e9825dd4
|
|
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.3":
|
|
2257
|
+
version: 5.0.3
|
|
2258
|
+
resolution: "@cedarjs/testing@npm:5.0.3"
|
|
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.3"
|
|
2261
|
+
"@cedarjs/context": "npm:5.0.3"
|
|
2262
|
+
"@cedarjs/graphql-server": "npm:5.0.3"
|
|
2263
|
+
"@cedarjs/project-config": "npm:5.0.3"
|
|
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": 5.0.3
|
|
2283
|
+
"@cedarjs/router": 5.0.3
|
|
2284
|
+
"@cedarjs/web": 5.0.3
|
|
2285
2285
|
vitest: 3.2.6
|
|
2286
2286
|
peerDependenciesMeta:
|
|
2287
2287
|
vitest:
|
|
2288
2288
|
optional: true
|
|
2289
|
-
checksum: 10c0/
|
|
2289
|
+
checksum: 10c0/f00ccec896f0988431a3be4c35249ebcce3fc791e4b72c49e840e0618b33652fea76faca985364cbc1fb13a4029c76c69ffcfa020511a59ad0b2e2ae8e5b8955
|
|
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.3":
|
|
2294
|
+
version: 5.0.3
|
|
2295
|
+
resolution: "@cedarjs/utils@npm:5.0.3"
|
|
2296
2296
|
dependencies:
|
|
2297
2297
|
pluralize: "npm:8.0.0"
|
|
2298
|
-
checksum: 10c0/
|
|
2298
|
+
checksum: 10c0/1d59ca9b48e8fcccf36fe4c83b8daf7d8fd20f18f3cb33a0fcee910661feee7c4e3247162fd70a44ce4f185865fe27bbeb1b025bd64f00e8cd915d9b2db8aa75
|
|
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.3":
|
|
2303
|
+
version: 5.0.3
|
|
2304
|
+
resolution: "@cedarjs/vite@npm:5.0.3"
|
|
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.3"
|
|
2312
|
+
"@cedarjs/babel-config": "npm:5.0.3"
|
|
2313
|
+
"@cedarjs/context": "npm:5.0.3"
|
|
2314
|
+
"@cedarjs/cookie-jar": "npm:5.0.3"
|
|
2315
|
+
"@cedarjs/graphql-server": "npm:5.0.3"
|
|
2316
|
+
"@cedarjs/internal": "npm:5.0.3"
|
|
2317
|
+
"@cedarjs/project-config": "npm:5.0.3"
|
|
2318
|
+
"@cedarjs/server-store": "npm:5.0.3"
|
|
2319
|
+
"@cedarjs/testing": "npm:5.0.3"
|
|
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": 5.0.3
|
|
2352
|
+
"@cedarjs/router": 5.0.3
|
|
2353
|
+
"@cedarjs/web": 5.0.3
|
|
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/de1e516cf257933302355dd7361e0627d1ad429cc818167f6d0d9b1cb0e71e6a00b33bc2f68ad4539fcb1f4aa911d767fdca9ba24172336195a8d2b3409dfe30
|
|
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.3":
|
|
2366
|
+
version: 5.0.3
|
|
2367
|
+
resolution: "@cedarjs/web-server@npm:5.0.3"
|
|
2368
2368
|
dependencies:
|
|
2369
|
-
"@cedarjs/fastify-web": "npm:5.0.
|
|
2370
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2369
|
+
"@cedarjs/fastify-web": "npm:5.0.3"
|
|
2370
|
+
"@cedarjs/project-config": "npm:5.0.3"
|
|
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/eab5c0c47ddea4e742472ee2f0bb7c971982ce13cd9e7400fe6c8851aded0148d0284cc99184b0c5a4455df88d626ef649ba5cbb4ade590581aa4236f89638c8
|
|
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.3":
|
|
2383
|
+
version: 5.0.3
|
|
2384
|
+
resolution: "@cedarjs/web@npm:5.0.3"
|
|
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.3"
|
|
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": 5.0.3
|
|
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/6b31684534f6a45e8fee34bd1c8f9e5c0e2d183ec5594244a7d3521fab3a046493a3b12e47f76e068b74a8411305b20050ac29a6369f51df997b44cc5008801e
|
|
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.3"
|
|
7415
|
+
"@cedarjs/graphql-server": "npm:5.0.3"
|
|
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"
|
|
@@ -8189,11 +8189,11 @@ __metadata:
|
|
|
8189
8189
|
linkType: hard
|
|
8190
8190
|
|
|
8191
8191
|
"brace-expansion@npm:^5.0.5":
|
|
8192
|
-
version: 5.0.
|
|
8193
|
-
resolution: "brace-expansion@npm:5.0.
|
|
8192
|
+
version: 5.0.8
|
|
8193
|
+
resolution: "brace-expansion@npm:5.0.8"
|
|
8194
8194
|
dependencies:
|
|
8195
8195
|
balanced-match: "npm:^4.0.2"
|
|
8196
|
-
checksum: 10c0/
|
|
8196
|
+
checksum: 10c0/73304caafd00fdc5b0168e693ac15bf25b6357dec76d1195fcd628fe2cf99c46f9c889a7ecfa3cfe236dbd2d5ce3e27a6ccc4370b46d475d0d19081e11f86019
|
|
8197
8197
|
languageName: node
|
|
8198
8198
|
linkType: hard
|
|
8199
8199
|
|
|
@@ -8889,20 +8889,20 @@ __metadata:
|
|
|
8889
8889
|
languageName: node
|
|
8890
8890
|
linkType: hard
|
|
8891
8891
|
|
|
8892
|
-
"concurrently@npm:9.2.
|
|
8893
|
-
version: 9.2.
|
|
8894
|
-
resolution: "concurrently@npm:9.2.
|
|
8892
|
+
"concurrently@npm:9.2.4":
|
|
8893
|
+
version: 9.2.4
|
|
8894
|
+
resolution: "concurrently@npm:9.2.4"
|
|
8895
8895
|
dependencies:
|
|
8896
8896
|
chalk: "npm:4.1.2"
|
|
8897
8897
|
rxjs: "npm:7.8.2"
|
|
8898
|
-
shell-quote: "npm:1.
|
|
8898
|
+
shell-quote: "npm:1.9.0"
|
|
8899
8899
|
supports-color: "npm:8.1.1"
|
|
8900
8900
|
tree-kill: "npm:1.2.2"
|
|
8901
8901
|
yargs: "npm:17.7.2"
|
|
8902
8902
|
bin:
|
|
8903
8903
|
conc: dist/bin/concurrently.js
|
|
8904
8904
|
concurrently: dist/bin/concurrently.js
|
|
8905
|
-
checksum: 10c0/
|
|
8905
|
+
checksum: 10c0/97816b61985a746727bed2a7c360461f15438d7e09933d4f5bfbeb42351541609aded93aca64d58dcacfd9a4650f11238490fabf0d58bb93b6d2eaa2071ba8ac
|
|
8906
8906
|
languageName: node
|
|
8907
8907
|
linkType: hard
|
|
8908
8908
|
|
|
@@ -13675,16 +13675,16 @@ __metadata:
|
|
|
13675
13675
|
languageName: node
|
|
13676
13676
|
linkType: hard
|
|
13677
13677
|
|
|
13678
|
-
"listr2@npm:10.2.
|
|
13679
|
-
version: 10.2.
|
|
13680
|
-
resolution: "listr2@npm:10.2.
|
|
13678
|
+
"listr2@npm:10.2.2":
|
|
13679
|
+
version: 10.2.2
|
|
13680
|
+
resolution: "listr2@npm:10.2.2"
|
|
13681
13681
|
dependencies:
|
|
13682
13682
|
cli-truncate: "npm:^5.2.0"
|
|
13683
13683
|
eventemitter3: "npm:^5.0.4"
|
|
13684
13684
|
log-update: "npm:^6.1.0"
|
|
13685
13685
|
rfdc: "npm:^1.4.1"
|
|
13686
13686
|
wrap-ansi: "npm:^10.0.0"
|
|
13687
|
-
checksum: 10c0/
|
|
13687
|
+
checksum: 10c0/537f453fae217b8d33aa6b8edc49fbc981aa0e0d82e4e05d705bead086ff1e81d372435f1f3c473055dbbf91ff04dc044a90f9b60dba6cca4d22671b319f4d6a
|
|
13688
13688
|
languageName: node
|
|
13689
13689
|
linkType: hard
|
|
13690
13690
|
|
|
@@ -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.
|
|
16594
|
-
"@cedarjs/eslint-config": "npm:5.0.
|
|
16595
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
16596
|
-
"@cedarjs/testing": "npm:5.0.
|
|
16593
|
+
"@cedarjs/core": "npm:5.0.3"
|
|
16594
|
+
"@cedarjs/eslint-config": "npm:5.0.3"
|
|
16595
|
+
"@cedarjs/project-config": "npm:5.0.3"
|
|
16596
|
+
"@cedarjs/testing": "npm:5.0.3"
|
|
16597
16597
|
languageName: unknown
|
|
16598
16598
|
linkType: soft
|
|
16599
16599
|
|
|
@@ -16947,10 +16947,10 @@ __metadata:
|
|
|
16947
16947
|
languageName: node
|
|
16948
16948
|
linkType: hard
|
|
16949
16949
|
|
|
16950
|
-
"shell-quote@npm:1.
|
|
16951
|
-
version: 1.
|
|
16952
|
-
resolution: "shell-quote@npm:1.
|
|
16953
|
-
checksum: 10c0/
|
|
16950
|
+
"shell-quote@npm:1.9.0":
|
|
16951
|
+
version: 1.9.0
|
|
16952
|
+
resolution: "shell-quote@npm:1.9.0"
|
|
16953
|
+
checksum: 10c0/a39960107eb086b02394cfceb3c732bd3bf567b568719ff47101448fc3f1bf4a59ecfdd8960ff7ea564d749ef8bda70f2c82a768f22d8c7aeeabf2b64f53b7e8
|
|
16954
16954
|
languageName: node
|
|
16955
16955
|
linkType: hard
|
|
16956
16956
|
|
|
@@ -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.
|
|
18789
|
-
"@cedarjs/router": "npm:5.0.
|
|
18790
|
-
"@cedarjs/vite": "npm:5.0.
|
|
18791
|
-
"@cedarjs/web": "npm:5.0.
|
|
18788
|
+
"@cedarjs/forms": "npm:5.0.3"
|
|
18789
|
+
"@cedarjs/router": "npm:5.0.3"
|
|
18790
|
+
"@cedarjs/vite": "npm:5.0.3"
|
|
18791
|
+
"@cedarjs/web": "npm:5.0.3"
|
|
18792
18792
|
"@types/react": "npm:^18.2.55"
|
|
18793
18793
|
"@types/react-dom": "npm:^18.2.19"
|
|
18794
18794
|
react: "npm:18.3.1"
|