create-cedar-app 4.1.0-rc.70 → 4.1.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 +4 -4
- 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 +191 -191
- 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 +191 -191
- 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 +191 -191
- 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 +191 -191
|
@@ -1697,15 +1697,15 @@ __metadata:
|
|
|
1697
1697
|
languageName: node
|
|
1698
1698
|
linkType: hard
|
|
1699
1699
|
|
|
1700
|
-
"@cedarjs/api-server@npm:4.1.0
|
|
1701
|
-
version: 4.1.0
|
|
1702
|
-
resolution: "@cedarjs/api-server@npm:4.1.0
|
|
1703
|
-
dependencies:
|
|
1704
|
-
"@cedarjs/context": "npm:4.1.0
|
|
1705
|
-
"@cedarjs/fastify-web": "npm:4.1.0
|
|
1706
|
-
"@cedarjs/internal": "npm:4.1.0
|
|
1707
|
-
"@cedarjs/project-config": "npm:4.1.0
|
|
1708
|
-
"@cedarjs/web-server": "npm:4.1.0
|
|
1700
|
+
"@cedarjs/api-server@npm:4.1.0":
|
|
1701
|
+
version: 4.1.0
|
|
1702
|
+
resolution: "@cedarjs/api-server@npm:4.1.0"
|
|
1703
|
+
dependencies:
|
|
1704
|
+
"@cedarjs/context": "npm:4.1.0"
|
|
1705
|
+
"@cedarjs/fastify-web": "npm:4.1.0"
|
|
1706
|
+
"@cedarjs/internal": "npm:4.1.0"
|
|
1707
|
+
"@cedarjs/project-config": "npm:4.1.0"
|
|
1708
|
+
"@cedarjs/web-server": "npm:4.1.0"
|
|
1709
1709
|
"@fastify/multipart": "npm:9.4.0"
|
|
1710
1710
|
"@fastify/url-data": "npm:6.0.3"
|
|
1711
1711
|
"@universal-deploy/node": "npm:^0.1.6"
|
|
@@ -1726,7 +1726,7 @@ __metadata:
|
|
|
1726
1726
|
termi-link: "npm:1.1.0"
|
|
1727
1727
|
yargs: "npm:17.7.2"
|
|
1728
1728
|
peerDependencies:
|
|
1729
|
-
"@cedarjs/graphql-server": 4.1.0
|
|
1729
|
+
"@cedarjs/graphql-server": 4.1.0
|
|
1730
1730
|
peerDependenciesMeta:
|
|
1731
1731
|
"@cedarjs/graphql-server":
|
|
1732
1732
|
optional: true
|
|
@@ -1739,13 +1739,13 @@ __metadata:
|
|
|
1739
1739
|
cedarjs-server: dist/bin.js
|
|
1740
1740
|
rw-log-formatter: dist/cjs/logFormatter/bin.js
|
|
1741
1741
|
rw-server: dist/cjs/bin.js
|
|
1742
|
-
checksum: 10c0/
|
|
1742
|
+
checksum: 10c0/49e0c06b3369a47a7a458e9bcaa65fc781efe41e5793f1c87da38ede6afdfe1f9fa1233ae331d307fd5f25914ba7b482d344436561e89e3ad08c8d842d8781d0
|
|
1743
1743
|
languageName: node
|
|
1744
1744
|
linkType: hard
|
|
1745
1745
|
|
|
1746
|
-
"@cedarjs/api@npm:4.1.0
|
|
1747
|
-
version: 4.1.0
|
|
1748
|
-
resolution: "@cedarjs/api@npm:4.1.0
|
|
1746
|
+
"@cedarjs/api@npm:4.1.0":
|
|
1747
|
+
version: 4.1.0
|
|
1748
|
+
resolution: "@cedarjs/api@npm:4.1.0"
|
|
1749
1749
|
dependencies:
|
|
1750
1750
|
"@prisma/client": "npm:7.7.0"
|
|
1751
1751
|
"@whatwg-node/fetch": "npm:0.10.13"
|
|
@@ -1771,22 +1771,22 @@ __metadata:
|
|
|
1771
1771
|
redwood: dist/cjs/bins/redwood.js
|
|
1772
1772
|
rw: dist/cjs/bins/redwood.js
|
|
1773
1773
|
tsc: dist/cjs/bins/tsc.js
|
|
1774
|
-
checksum: 10c0/
|
|
1774
|
+
checksum: 10c0/71139a68d55d63c49e6be85fe46842f4cc6a71e6cb43ef0d734476880824480d88512fe8e42217a0b5226acaff045d3a942a9134627b24381359a62de551c327
|
|
1775
1775
|
languageName: node
|
|
1776
1776
|
linkType: hard
|
|
1777
1777
|
|
|
1778
|
-
"@cedarjs/auth@npm:4.1.0
|
|
1779
|
-
version: 4.1.0
|
|
1780
|
-
resolution: "@cedarjs/auth@npm:4.1.0
|
|
1778
|
+
"@cedarjs/auth@npm:4.1.0":
|
|
1779
|
+
version: 4.1.0
|
|
1780
|
+
resolution: "@cedarjs/auth@npm:4.1.0"
|
|
1781
1781
|
dependencies:
|
|
1782
1782
|
react: "npm:18.3.1"
|
|
1783
|
-
checksum: 10c0/
|
|
1783
|
+
checksum: 10c0/b8b0c411d9e9852e6c58efda50a2d44938b21cb9b8f4f8f8ea9896ce4923da48f8797bc85dfc268c06f74ae1f45f5441f7b4219e9ddc98efddd5e1ae9385e0ac
|
|
1784
1784
|
languageName: node
|
|
1785
1785
|
linkType: hard
|
|
1786
1786
|
|
|
1787
|
-
"@cedarjs/babel-config@npm:4.1.0
|
|
1788
|
-
version: 4.1.0
|
|
1789
|
-
resolution: "@cedarjs/babel-config@npm:4.1.0
|
|
1787
|
+
"@cedarjs/babel-config@npm:4.1.0":
|
|
1788
|
+
version: 4.1.0
|
|
1789
|
+
resolution: "@cedarjs/babel-config@npm:4.1.0"
|
|
1790
1790
|
dependencies:
|
|
1791
1791
|
"@babel/core": "npm:^7.26.10"
|
|
1792
1792
|
"@babel/parser": "npm:7.29.2"
|
|
@@ -1797,24 +1797,24 @@ __metadata:
|
|
|
1797
1797
|
"@babel/preset-typescript": "npm:7.28.5"
|
|
1798
1798
|
"@babel/register": "npm:7.28.6"
|
|
1799
1799
|
"@babel/traverse": "npm:7.29.0"
|
|
1800
|
-
"@cedarjs/project-config": "npm:4.1.0
|
|
1800
|
+
"@cedarjs/project-config": "npm:4.1.0"
|
|
1801
1801
|
babel-plugin-auto-import: "npm:1.1.0"
|
|
1802
1802
|
babel-plugin-graphql-tag: "npm:3.3.0"
|
|
1803
1803
|
babel-plugin-module-resolver: "npm:5.0.3"
|
|
1804
1804
|
fast-glob: "npm:3.3.3"
|
|
1805
1805
|
graphql: "npm:16.13.2"
|
|
1806
1806
|
typescript: "npm:5.9.3"
|
|
1807
|
-
checksum: 10c0/
|
|
1807
|
+
checksum: 10c0/df846207b5afed17fdccf14fb7b75e93db993c150ed89f83ab7d00958cdb7a176641e5485ad42f73a2145f5a83a2b85e6cfa8c19fc99f29929ec9ede365a9af6
|
|
1808
1808
|
languageName: node
|
|
1809
1809
|
linkType: hard
|
|
1810
1810
|
|
|
1811
|
-
"@cedarjs/cli-helpers@npm:4.1.0
|
|
1812
|
-
version: 4.1.0
|
|
1813
|
-
resolution: "@cedarjs/cli-helpers@npm:4.1.0
|
|
1811
|
+
"@cedarjs/cli-helpers@npm:4.1.0":
|
|
1812
|
+
version: 4.1.0
|
|
1813
|
+
resolution: "@cedarjs/cli-helpers@npm:4.1.0"
|
|
1814
1814
|
dependencies:
|
|
1815
1815
|
"@babel/core": "npm:^7.26.10"
|
|
1816
|
-
"@cedarjs/project-config": "npm:4.1.0
|
|
1817
|
-
"@cedarjs/telemetry": "npm:4.1.0
|
|
1816
|
+
"@cedarjs/project-config": "npm:4.1.0"
|
|
1817
|
+
"@cedarjs/telemetry": "npm:4.1.0"
|
|
1818
1818
|
"@listr2/prompt-adapter-enquirer": "npm:4.2.1"
|
|
1819
1819
|
"@opentelemetry/api": "npm:1.9.0"
|
|
1820
1820
|
ansis: "npm:4.2.0"
|
|
@@ -1831,26 +1831,26 @@ __metadata:
|
|
|
1831
1831
|
smol-toml: "npm:1.6.1"
|
|
1832
1832
|
termi-link: "npm:1.1.0"
|
|
1833
1833
|
yargs-parser: "npm:21.1.1"
|
|
1834
|
-
checksum: 10c0/
|
|
1834
|
+
checksum: 10c0/20aa3786de02acab23002384b577ba1ee774c7b8851e00424dd71ae6a81a09b1ada6214bcea2c304cc2499a786d8cc0b1199e2a3a0c72ed07a51a29aa5d9183a
|
|
1835
1835
|
languageName: node
|
|
1836
1836
|
linkType: hard
|
|
1837
1837
|
|
|
1838
|
-
"@cedarjs/cli@npm:4.1.0
|
|
1839
|
-
version: 4.1.0
|
|
1840
|
-
resolution: "@cedarjs/cli@npm:4.1.0
|
|
1838
|
+
"@cedarjs/cli@npm:4.1.0":
|
|
1839
|
+
version: 4.1.0
|
|
1840
|
+
resolution: "@cedarjs/cli@npm:4.1.0"
|
|
1841
1841
|
dependencies:
|
|
1842
1842
|
"@babel/parser": "npm:7.29.2"
|
|
1843
1843
|
"@babel/preset-typescript": "npm:7.28.5"
|
|
1844
|
-
"@cedarjs/api-server": "npm:4.1.0
|
|
1845
|
-
"@cedarjs/cli-helpers": "npm:4.1.0
|
|
1846
|
-
"@cedarjs/fastify-web": "npm:4.1.0
|
|
1847
|
-
"@cedarjs/internal": "npm:4.1.0
|
|
1848
|
-
"@cedarjs/prerender": "npm:4.1.0
|
|
1849
|
-
"@cedarjs/project-config": "npm:4.1.0
|
|
1850
|
-
"@cedarjs/structure": "npm:4.1.0
|
|
1851
|
-
"@cedarjs/telemetry": "npm:4.1.0
|
|
1852
|
-
"@cedarjs/utils": "npm:4.1.0
|
|
1853
|
-
"@cedarjs/web-server": "npm:4.1.0
|
|
1844
|
+
"@cedarjs/api-server": "npm:4.1.0"
|
|
1845
|
+
"@cedarjs/cli-helpers": "npm:4.1.0"
|
|
1846
|
+
"@cedarjs/fastify-web": "npm:4.1.0"
|
|
1847
|
+
"@cedarjs/internal": "npm:4.1.0"
|
|
1848
|
+
"@cedarjs/prerender": "npm:4.1.0"
|
|
1849
|
+
"@cedarjs/project-config": "npm:4.1.0"
|
|
1850
|
+
"@cedarjs/structure": "npm:4.1.0"
|
|
1851
|
+
"@cedarjs/telemetry": "npm:4.1.0"
|
|
1852
|
+
"@cedarjs/utils": "npm:4.1.0"
|
|
1853
|
+
"@cedarjs/web-server": "npm:4.1.0"
|
|
1854
1854
|
"@listr2/prompt-adapter-enquirer": "npm:4.2.1"
|
|
1855
1855
|
"@opentelemetry/api": "npm:1.9.0"
|
|
1856
1856
|
"@opentelemetry/core": "npm:1.30.1"
|
|
@@ -1904,40 +1904,40 @@ __metadata:
|
|
|
1904
1904
|
cfw: dist/cfw.js
|
|
1905
1905
|
redwood: dist/index.js
|
|
1906
1906
|
rw: dist/index.js
|
|
1907
|
-
checksum: 10c0/
|
|
1907
|
+
checksum: 10c0/83d69ac6830187851625c858bc3009d2e7558942537431172a04dd1df35d9872624e5a9bf4695e311f1f230bf40c3426661ab68b5ee638aa704bcd5735d9a52d
|
|
1908
1908
|
languageName: node
|
|
1909
1909
|
linkType: hard
|
|
1910
1910
|
|
|
1911
|
-
"@cedarjs/context@npm:4.1.0
|
|
1912
|
-
version: 4.1.0
|
|
1913
|
-
resolution: "@cedarjs/context@npm:4.1.0
|
|
1914
|
-
checksum: 10c0/
|
|
1911
|
+
"@cedarjs/context@npm:4.1.0":
|
|
1912
|
+
version: 4.1.0
|
|
1913
|
+
resolution: "@cedarjs/context@npm:4.1.0"
|
|
1914
|
+
checksum: 10c0/45d5133ee76171355c2990ac7172883f9a9e6b6da18062b175d858d7921b69df7ec3eef76513b96fafb76e8bfe655db9b76d1ca9e355a20cef530bc6360369f7
|
|
1915
1915
|
languageName: node
|
|
1916
1916
|
linkType: hard
|
|
1917
1917
|
|
|
1918
|
-
"@cedarjs/cookie-jar@npm:4.1.0
|
|
1919
|
-
version: 4.1.0
|
|
1920
|
-
resolution: "@cedarjs/cookie-jar@npm:4.1.0
|
|
1918
|
+
"@cedarjs/cookie-jar@npm:4.1.0":
|
|
1919
|
+
version: 4.1.0
|
|
1920
|
+
resolution: "@cedarjs/cookie-jar@npm:4.1.0"
|
|
1921
1921
|
dependencies:
|
|
1922
1922
|
cookie: "npm:1.1.1"
|
|
1923
1923
|
esbuild: "npm:0.27.7"
|
|
1924
1924
|
fast-glob: "npm:3.3.3"
|
|
1925
|
-
checksum: 10c0/
|
|
1925
|
+
checksum: 10c0/b4d902b7da9c68aabb20876bee5b8c343da76da8c851cf31c0978c7a8cce7c1fc345c7edc28d924bf6826da01ea0ed572d61289c24d35441e5763faad36fae96
|
|
1926
1926
|
languageName: node
|
|
1927
1927
|
linkType: hard
|
|
1928
1928
|
|
|
1929
|
-
"@cedarjs/core@npm:4.1.0
|
|
1930
|
-
version: 4.1.0
|
|
1931
|
-
resolution: "@cedarjs/core@npm:4.1.0
|
|
1929
|
+
"@cedarjs/core@npm:4.1.0":
|
|
1930
|
+
version: 4.1.0
|
|
1931
|
+
resolution: "@cedarjs/core@npm:4.1.0"
|
|
1932
1932
|
dependencies:
|
|
1933
1933
|
"@babel/cli": "npm:7.28.6"
|
|
1934
|
-
"@cedarjs/api-server": "npm:4.1.0
|
|
1935
|
-
"@cedarjs/cli": "npm:4.1.0
|
|
1936
|
-
"@cedarjs/eslint-config": "npm:4.1.0
|
|
1937
|
-
"@cedarjs/internal": "npm:4.1.0
|
|
1938
|
-
"@cedarjs/project-config": "npm:4.1.0
|
|
1939
|
-
"@cedarjs/testing": "npm:4.1.0
|
|
1940
|
-
"@cedarjs/web-server": "npm:4.1.0
|
|
1934
|
+
"@cedarjs/api-server": "npm:4.1.0"
|
|
1935
|
+
"@cedarjs/cli": "npm:4.1.0"
|
|
1936
|
+
"@cedarjs/eslint-config": "npm:4.1.0"
|
|
1937
|
+
"@cedarjs/internal": "npm:4.1.0"
|
|
1938
|
+
"@cedarjs/project-config": "npm:4.1.0"
|
|
1939
|
+
"@cedarjs/testing": "npm:4.1.0"
|
|
1940
|
+
"@cedarjs/web-server": "npm:4.1.0"
|
|
1941
1941
|
graphql-tag: "npm:2.12.6"
|
|
1942
1942
|
nodemon: "npm:3.1.14"
|
|
1943
1943
|
typescript: "npm:5.9.3"
|
|
@@ -1969,21 +1969,21 @@ __metadata:
|
|
|
1969
1969
|
rw-server: dist/bins/rw-server.js
|
|
1970
1970
|
rw-web-server: dist/bins/rw-web-server.js
|
|
1971
1971
|
vitest: dist/bins/vitest.js
|
|
1972
|
-
checksum: 10c0/
|
|
1972
|
+
checksum: 10c0/81821fd3d59101425b924f9721b45284048bd57d6f8dc7a710e91cd19401431c9bc9f51879a639def46333215cd82986ca04ebae7bf4db1becfe858251215501
|
|
1973
1973
|
languageName: node
|
|
1974
1974
|
linkType: hard
|
|
1975
1975
|
|
|
1976
|
-
"@cedarjs/eslint-config@npm:4.1.0
|
|
1977
|
-
version: 4.1.0
|
|
1978
|
-
resolution: "@cedarjs/eslint-config@npm:4.1.0
|
|
1976
|
+
"@cedarjs/eslint-config@npm:4.1.0":
|
|
1977
|
+
version: 4.1.0
|
|
1978
|
+
resolution: "@cedarjs/eslint-config@npm:4.1.0"
|
|
1979
1979
|
dependencies:
|
|
1980
1980
|
"@babel/core": "npm:^7.26.10"
|
|
1981
1981
|
"@babel/eslint-parser": "npm:7.28.6"
|
|
1982
1982
|
"@babel/eslint-plugin": "npm:7.27.1"
|
|
1983
|
-
"@cedarjs/babel-config": "npm:4.1.0
|
|
1984
|
-
"@cedarjs/eslint-plugin": "npm:4.1.0
|
|
1985
|
-
"@cedarjs/internal": "npm:4.1.0
|
|
1986
|
-
"@cedarjs/project-config": "npm:4.1.0
|
|
1983
|
+
"@cedarjs/babel-config": "npm:4.1.0"
|
|
1984
|
+
"@cedarjs/eslint-plugin": "npm:4.1.0"
|
|
1985
|
+
"@cedarjs/internal": "npm:4.1.0"
|
|
1986
|
+
"@cedarjs/project-config": "npm:4.1.0"
|
|
1987
1987
|
"@eslint/js": "npm:8.57.1"
|
|
1988
1988
|
"@typescript-eslint/eslint-plugin": "npm:8.58.1"
|
|
1989
1989
|
"@typescript-eslint/parser": "npm:8.58.1"
|
|
@@ -2000,52 +2000,52 @@ __metadata:
|
|
|
2000
2000
|
eslint-plugin-react-hooks: "npm:4.6.2"
|
|
2001
2001
|
prettier: "npm:3.8.3"
|
|
2002
2002
|
typescript-eslint: "npm:8.58.1"
|
|
2003
|
-
checksum: 10c0/
|
|
2003
|
+
checksum: 10c0/9ccef09e7d496657216897000c497ad5c011fe4e71710ed4ebbee911d7243170435f7bfe25ddffeb9ba56f7c3a6bbbfc9398fca64944c19228561fefbd6d136d
|
|
2004
2004
|
languageName: node
|
|
2005
2005
|
linkType: hard
|
|
2006
2006
|
|
|
2007
|
-
"@cedarjs/eslint-plugin@npm:4.1.0
|
|
2008
|
-
version: 4.1.0
|
|
2009
|
-
resolution: "@cedarjs/eslint-plugin@npm:4.1.0
|
|
2007
|
+
"@cedarjs/eslint-plugin@npm:4.1.0":
|
|
2008
|
+
version: 4.1.0
|
|
2009
|
+
resolution: "@cedarjs/eslint-plugin@npm:4.1.0"
|
|
2010
2010
|
dependencies:
|
|
2011
2011
|
"@typescript-eslint/utils": "npm:8.58.1"
|
|
2012
2012
|
eslint: "npm:8.57.1"
|
|
2013
|
-
checksum: 10c0/
|
|
2013
|
+
checksum: 10c0/46c61c865b66ced9cda546cf516b6a6bc2760d0aac6d256f40d8061b64691e89b8d83080a43e0cb67516d67be1d3638a13e38aad2d394cd067221ab1b5063f5e
|
|
2014
2014
|
languageName: node
|
|
2015
2015
|
linkType: hard
|
|
2016
2016
|
|
|
2017
|
-
"@cedarjs/fastify-web@npm:4.1.0
|
|
2018
|
-
version: 4.1.0
|
|
2019
|
-
resolution: "@cedarjs/fastify-web@npm:4.1.0
|
|
2017
|
+
"@cedarjs/fastify-web@npm:4.1.0":
|
|
2018
|
+
version: 4.1.0
|
|
2019
|
+
resolution: "@cedarjs/fastify-web@npm:4.1.0"
|
|
2020
2020
|
dependencies:
|
|
2021
|
-
"@cedarjs/project-config": "npm:4.1.0
|
|
2021
|
+
"@cedarjs/project-config": "npm:4.1.0"
|
|
2022
2022
|
"@fastify/http-proxy": "npm:11.4.4"
|
|
2023
2023
|
"@fastify/static": "npm:8.3.0"
|
|
2024
2024
|
"@fastify/url-data": "npm:6.0.3"
|
|
2025
2025
|
fast-glob: "npm:3.3.3"
|
|
2026
|
-
checksum: 10c0/
|
|
2026
|
+
checksum: 10c0/ef79963f6ec5dae635489affddcbef8d22bc12d8c353146dbe54e5bfe46354086fe2c0553fe6dc811aebaea656e32107bd7501a807c68413b5a334e5f06e6074
|
|
2027
2027
|
languageName: node
|
|
2028
2028
|
linkType: hard
|
|
2029
2029
|
|
|
2030
|
-
"@cedarjs/forms@npm:4.1.0
|
|
2031
|
-
version: 4.1.0
|
|
2032
|
-
resolution: "@cedarjs/forms@npm:4.1.0
|
|
2030
|
+
"@cedarjs/forms@npm:4.1.0":
|
|
2031
|
+
version: 4.1.0
|
|
2032
|
+
resolution: "@cedarjs/forms@npm:4.1.0"
|
|
2033
2033
|
dependencies:
|
|
2034
2034
|
graphql: "npm:16.13.2"
|
|
2035
2035
|
pascalcase: "npm:1.0.0"
|
|
2036
2036
|
react-hook-form: "npm:7.74.0"
|
|
2037
2037
|
peerDependencies:
|
|
2038
2038
|
react: 18.3.1
|
|
2039
|
-
checksum: 10c0/
|
|
2039
|
+
checksum: 10c0/c5eb9ee5be64d2b0afd9aea5d0e46cfb1e578dc3d8203179b1b82c3622fda3e8a141e220a3c3f0e53fadbaf82aa2a79e9e13ec5335dccb7396ea35f63dede359
|
|
2040
2040
|
languageName: node
|
|
2041
2041
|
linkType: hard
|
|
2042
2042
|
|
|
2043
|
-
"@cedarjs/graphql-server@npm:4.1.0
|
|
2044
|
-
version: 4.1.0
|
|
2045
|
-
resolution: "@cedarjs/graphql-server@npm:4.1.0
|
|
2043
|
+
"@cedarjs/graphql-server@npm:4.1.0":
|
|
2044
|
+
version: 4.1.0
|
|
2045
|
+
resolution: "@cedarjs/graphql-server@npm:4.1.0"
|
|
2046
2046
|
dependencies:
|
|
2047
|
-
"@cedarjs/api": "npm:4.1.0
|
|
2048
|
-
"@cedarjs/context": "npm:4.1.0
|
|
2047
|
+
"@cedarjs/api": "npm:4.1.0"
|
|
2048
|
+
"@cedarjs/context": "npm:4.1.0"
|
|
2049
2049
|
"@envelop/core": "npm:5.5.1"
|
|
2050
2050
|
"@envelop/depth-limit": "npm:4.0.0"
|
|
2051
2051
|
"@envelop/disable-introspection": "npm:6.0.0"
|
|
@@ -2064,26 +2064,26 @@ __metadata:
|
|
|
2064
2064
|
graphql-yoga: "npm:5.21.0"
|
|
2065
2065
|
lodash: "npm:4.18.1"
|
|
2066
2066
|
uuid: "npm:11.1.0"
|
|
2067
|
-
checksum: 10c0/
|
|
2067
|
+
checksum: 10c0/31255aa0f324e6f86e228b0c71352af3091817278d6ae4d275c30aa33bedb3cc77482f09fd1497a25706484ddf38ffd7b290c40f5cb700d311e6a468839edef4
|
|
2068
2068
|
languageName: node
|
|
2069
2069
|
linkType: hard
|
|
2070
2070
|
|
|
2071
|
-
"@cedarjs/internal@npm:4.1.0
|
|
2072
|
-
version: 4.1.0
|
|
2073
|
-
resolution: "@cedarjs/internal@npm:4.1.0
|
|
2071
|
+
"@cedarjs/internal@npm:4.1.0":
|
|
2072
|
+
version: 4.1.0
|
|
2073
|
+
resolution: "@cedarjs/internal@npm:4.1.0"
|
|
2074
2074
|
dependencies:
|
|
2075
2075
|
"@babel/core": "npm:^7.26.10"
|
|
2076
2076
|
"@babel/parser": "npm:7.29.2"
|
|
2077
2077
|
"@babel/plugin-transform-react-jsx": "npm:7.28.6"
|
|
2078
2078
|
"@babel/plugin-transform-typescript": "npm:^7.26.8"
|
|
2079
2079
|
"@babel/traverse": "npm:7.29.0"
|
|
2080
|
-
"@cedarjs/babel-config": "npm:4.1.0
|
|
2081
|
-
"@cedarjs/cli-helpers": "npm:4.1.0
|
|
2082
|
-
"@cedarjs/graphql-server": "npm:4.1.0
|
|
2083
|
-
"@cedarjs/project-config": "npm:4.1.0
|
|
2084
|
-
"@cedarjs/router": "npm:4.1.0
|
|
2085
|
-
"@cedarjs/structure": "npm:4.1.0
|
|
2086
|
-
"@cedarjs/utils": "npm:4.1.0
|
|
2080
|
+
"@cedarjs/babel-config": "npm:4.1.0"
|
|
2081
|
+
"@cedarjs/cli-helpers": "npm:4.1.0"
|
|
2082
|
+
"@cedarjs/graphql-server": "npm:4.1.0"
|
|
2083
|
+
"@cedarjs/project-config": "npm:4.1.0"
|
|
2084
|
+
"@cedarjs/router": "npm:4.1.0"
|
|
2085
|
+
"@cedarjs/structure": "npm:4.1.0"
|
|
2086
|
+
"@cedarjs/utils": "npm:4.1.0"
|
|
2087
2087
|
"@graphql-codegen/add": "npm:6.0.1"
|
|
2088
2088
|
"@graphql-codegen/cli": "npm:6.3.1"
|
|
2089
2089
|
"@graphql-codegen/client-preset": "npm:5.3.0"
|
|
@@ -2117,24 +2117,24 @@ __metadata:
|
|
|
2117
2117
|
bin:
|
|
2118
2118
|
cedar-gen: dist/generate/generate.js
|
|
2119
2119
|
cedar-gen-watch: dist/generate/watch.js
|
|
2120
|
-
checksum: 10c0/
|
|
2120
|
+
checksum: 10c0/73ccbd107d6895c7b6f34d45af42937651c5d157ab973d45482de726a6e515b0b39e410ca60ccee1c1acb70b0bf7bd6a703c990d93bb0c742d4a34f9e45e6925
|
|
2121
2121
|
languageName: node
|
|
2122
2122
|
linkType: hard
|
|
2123
2123
|
|
|
2124
|
-
"@cedarjs/prerender@npm:4.1.0
|
|
2125
|
-
version: 4.1.0
|
|
2126
|
-
resolution: "@cedarjs/prerender@npm:4.1.0
|
|
2124
|
+
"@cedarjs/prerender@npm:4.1.0":
|
|
2125
|
+
version: 4.1.0
|
|
2126
|
+
resolution: "@cedarjs/prerender@npm:4.1.0"
|
|
2127
2127
|
dependencies:
|
|
2128
2128
|
"@ast-grep/napi": "npm:0.42.1"
|
|
2129
2129
|
"@babel/generator": "npm:7.29.1"
|
|
2130
2130
|
"@babel/parser": "npm:7.29.2"
|
|
2131
2131
|
"@babel/traverse": "npm:7.29.0"
|
|
2132
|
-
"@cedarjs/babel-config": "npm:4.1.0
|
|
2133
|
-
"@cedarjs/project-config": "npm:4.1.0
|
|
2134
|
-
"@cedarjs/router": "npm:4.1.0
|
|
2135
|
-
"@cedarjs/structure": "npm:4.1.0
|
|
2136
|
-
"@cedarjs/vite": "npm:4.1.0
|
|
2137
|
-
"@cedarjs/web": "npm:4.1.0
|
|
2132
|
+
"@cedarjs/babel-config": "npm:4.1.0"
|
|
2133
|
+
"@cedarjs/project-config": "npm:4.1.0"
|
|
2134
|
+
"@cedarjs/router": "npm:4.1.0"
|
|
2135
|
+
"@cedarjs/structure": "npm:4.1.0"
|
|
2136
|
+
"@cedarjs/vite": "npm:4.1.0"
|
|
2137
|
+
"@cedarjs/web": "npm:4.1.0"
|
|
2138
2138
|
"@rollup/plugin-alias": "npm:5.1.1"
|
|
2139
2139
|
"@rollup/plugin-commonjs": "npm:28.0.9"
|
|
2140
2140
|
"@rollup/plugin-node-resolve": "npm:16.0.3"
|
|
@@ -2154,55 +2154,55 @@ __metadata:
|
|
|
2154
2154
|
peerDependencies:
|
|
2155
2155
|
react: 18.3.1
|
|
2156
2156
|
react-dom: 18.3.1
|
|
2157
|
-
checksum: 10c0/
|
|
2157
|
+
checksum: 10c0/699a424aa3e48400795232441e65a323e9ede86e317ee85cd33c4678a8ef2de4fac5e8c60c23debb9a24a99fa0d957c63c673f0ed5b61b60f79000e5956eb2dd
|
|
2158
2158
|
languageName: node
|
|
2159
2159
|
linkType: hard
|
|
2160
2160
|
|
|
2161
|
-
"@cedarjs/project-config@npm:4.1.0
|
|
2162
|
-
version: 4.1.0
|
|
2163
|
-
resolution: "@cedarjs/project-config@npm:4.1.0
|
|
2161
|
+
"@cedarjs/project-config@npm:4.1.0":
|
|
2162
|
+
version: 4.1.0
|
|
2163
|
+
resolution: "@cedarjs/project-config@npm:4.1.0"
|
|
2164
2164
|
dependencies:
|
|
2165
2165
|
"@prisma/internals": "npm:7.7.0"
|
|
2166
2166
|
deepmerge: "npm:4.3.1"
|
|
2167
2167
|
fast-glob: "npm:3.3.3"
|
|
2168
2168
|
smol-toml: "npm:1.6.1"
|
|
2169
2169
|
string-env-interpolation: "npm:1.0.1"
|
|
2170
|
-
checksum: 10c0/
|
|
2170
|
+
checksum: 10c0/f6ad8cf27610fe2a75ddae346a693d33da45f2c0e79cf55db21dc9bafed7fae1db8c80859399538427ca5085bd3c77dbaf3699c233f78a377f90d7ccf8adbe00
|
|
2171
2171
|
languageName: node
|
|
2172
2172
|
linkType: hard
|
|
2173
2173
|
|
|
2174
|
-
"@cedarjs/router@npm:4.1.0
|
|
2175
|
-
version: 4.1.0
|
|
2176
|
-
resolution: "@cedarjs/router@npm:4.1.0
|
|
2174
|
+
"@cedarjs/router@npm:4.1.0":
|
|
2175
|
+
version: 4.1.0
|
|
2176
|
+
resolution: "@cedarjs/router@npm:4.1.0"
|
|
2177
2177
|
dependencies:
|
|
2178
|
-
"@cedarjs/auth": "npm:4.1.0
|
|
2179
|
-
"@cedarjs/server-store": "npm:4.1.0
|
|
2178
|
+
"@cedarjs/auth": "npm:4.1.0"
|
|
2179
|
+
"@cedarjs/server-store": "npm:4.1.0"
|
|
2180
2180
|
react: "npm:18.3.1"
|
|
2181
2181
|
react-dom: "npm:18.3.1"
|
|
2182
2182
|
peerDependencies:
|
|
2183
2183
|
react: 18.3.1
|
|
2184
2184
|
react-dom: 18.3.1
|
|
2185
|
-
checksum: 10c0/
|
|
2185
|
+
checksum: 10c0/0ae8d6fd6c927f090fa4e6b1664eea0847b7def644805619bfd37307518805095b50cad756d613c56a9e29a5844a4fec3b74458a8ea3106ae04d716de3943ef2
|
|
2186
2186
|
languageName: node
|
|
2187
2187
|
linkType: hard
|
|
2188
2188
|
|
|
2189
|
-
"@cedarjs/server-store@npm:4.1.0
|
|
2190
|
-
version: 4.1.0
|
|
2191
|
-
resolution: "@cedarjs/server-store@npm:4.1.0
|
|
2189
|
+
"@cedarjs/server-store@npm:4.1.0":
|
|
2190
|
+
version: 4.1.0
|
|
2191
|
+
resolution: "@cedarjs/server-store@npm:4.1.0"
|
|
2192
2192
|
dependencies:
|
|
2193
|
-
"@cedarjs/auth": "npm:4.1.0
|
|
2194
|
-
"@cedarjs/cookie-jar": "npm:4.1.0
|
|
2193
|
+
"@cedarjs/auth": "npm:4.1.0"
|
|
2194
|
+
"@cedarjs/cookie-jar": "npm:4.1.0"
|
|
2195
2195
|
esbuild: "npm:0.27.7"
|
|
2196
2196
|
fast-glob: "npm:3.3.3"
|
|
2197
|
-
checksum: 10c0/
|
|
2197
|
+
checksum: 10c0/77749da251aa64e8ba2810c8278b500d1af7f4f9cb42c740ffb598f7a1fd991edea329ba3a8fe54206d2b6ebba6b353fe70248de3ad2670068ad693fcc917d49
|
|
2198
2198
|
languageName: node
|
|
2199
2199
|
linkType: hard
|
|
2200
2200
|
|
|
2201
|
-
"@cedarjs/structure@npm:4.1.0
|
|
2202
|
-
version: 4.1.0
|
|
2203
|
-
resolution: "@cedarjs/structure@npm:4.1.0
|
|
2201
|
+
"@cedarjs/structure@npm:4.1.0":
|
|
2202
|
+
version: 4.1.0
|
|
2203
|
+
resolution: "@cedarjs/structure@npm:4.1.0"
|
|
2204
2204
|
dependencies:
|
|
2205
|
-
"@cedarjs/project-config": "npm:4.1.0
|
|
2205
|
+
"@cedarjs/project-config": "npm:4.1.0"
|
|
2206
2206
|
"@prisma/internals": "npm:7.7.0"
|
|
2207
2207
|
"@types/line-column": "npm:1.0.2"
|
|
2208
2208
|
camelcase: "npm:6.3.0"
|
|
@@ -2215,37 +2215,37 @@ __metadata:
|
|
|
2215
2215
|
smol-toml: "npm:1.6.1"
|
|
2216
2216
|
ts-morph: "npm:23.0.0"
|
|
2217
2217
|
yargs-parser: "npm:21.1.1"
|
|
2218
|
-
checksum: 10c0/
|
|
2218
|
+
checksum: 10c0/c8146ce8008fa24d502735ae26fd0d1883ba85cac1b7c4cce50943c7539d3b48c47eee15f30bd4bf6445cf4cbef273c09e2f460c1584422e52610511f156f121
|
|
2219
2219
|
languageName: node
|
|
2220
2220
|
linkType: hard
|
|
2221
2221
|
|
|
2222
|
-
"@cedarjs/telemetry@npm:4.1.0
|
|
2223
|
-
version: 4.1.0
|
|
2224
|
-
resolution: "@cedarjs/telemetry@npm:4.1.0
|
|
2222
|
+
"@cedarjs/telemetry@npm:4.1.0":
|
|
2223
|
+
version: 4.1.0
|
|
2224
|
+
resolution: "@cedarjs/telemetry@npm:4.1.0"
|
|
2225
2225
|
dependencies:
|
|
2226
|
-
"@cedarjs/project-config": "npm:4.1.0
|
|
2227
|
-
"@cedarjs/structure": "npm:4.1.0
|
|
2226
|
+
"@cedarjs/project-config": "npm:4.1.0"
|
|
2227
|
+
"@cedarjs/structure": "npm:4.1.0"
|
|
2228
2228
|
"@whatwg-node/fetch": "npm:0.10.13"
|
|
2229
2229
|
ci-info: "npm:4.4.0"
|
|
2230
2230
|
envinfo: "npm:7.21.0"
|
|
2231
2231
|
systeminformation: "npm:5.31.5"
|
|
2232
2232
|
uuid: "npm:11.1.0"
|
|
2233
2233
|
yargs: "npm:17.7.2"
|
|
2234
|
-
checksum: 10c0/
|
|
2234
|
+
checksum: 10c0/670eef86186cb8ae593c349f3b45d8e2a5467a428590d4256bbc6facfbbfe93186556269ea1f3a9f94665ffe8888591984c174508e431ab56311a05e0a60e580
|
|
2235
2235
|
languageName: node
|
|
2236
2236
|
linkType: hard
|
|
2237
2237
|
|
|
2238
|
-
"@cedarjs/testing@npm:4.1.0
|
|
2239
|
-
version: 4.1.0
|
|
2240
|
-
resolution: "@cedarjs/testing@npm:4.1.0
|
|
2241
|
-
dependencies:
|
|
2242
|
-
"@cedarjs/auth": "npm:4.1.0
|
|
2243
|
-
"@cedarjs/babel-config": "npm:4.1.0
|
|
2244
|
-
"@cedarjs/context": "npm:4.1.0
|
|
2245
|
-
"@cedarjs/graphql-server": "npm:4.1.0
|
|
2246
|
-
"@cedarjs/project-config": "npm:4.1.0
|
|
2247
|
-
"@cedarjs/router": "npm:4.1.0
|
|
2248
|
-
"@cedarjs/web": "npm:4.1.0
|
|
2238
|
+
"@cedarjs/testing@npm:4.1.0":
|
|
2239
|
+
version: 4.1.0
|
|
2240
|
+
resolution: "@cedarjs/testing@npm:4.1.0"
|
|
2241
|
+
dependencies:
|
|
2242
|
+
"@cedarjs/auth": "npm:4.1.0"
|
|
2243
|
+
"@cedarjs/babel-config": "npm:4.1.0"
|
|
2244
|
+
"@cedarjs/context": "npm:4.1.0"
|
|
2245
|
+
"@cedarjs/graphql-server": "npm:4.1.0"
|
|
2246
|
+
"@cedarjs/project-config": "npm:4.1.0"
|
|
2247
|
+
"@cedarjs/router": "npm:4.1.0"
|
|
2248
|
+
"@cedarjs/web": "npm:4.1.0"
|
|
2249
2249
|
"@testing-library/jest-dom": "npm:6.9.1"
|
|
2250
2250
|
"@testing-library/react": "npm:14.3.1"
|
|
2251
2251
|
"@testing-library/user-event": "npm:14.6.1"
|
|
@@ -2268,38 +2268,38 @@ __metadata:
|
|
|
2268
2268
|
peerDependenciesMeta:
|
|
2269
2269
|
vitest:
|
|
2270
2270
|
optional: true
|
|
2271
|
-
checksum: 10c0/
|
|
2271
|
+
checksum: 10c0/eb71b9171b356866efb32ecac4d8da856884894b652147677a7663178cf5556beaa12ede3bf6dad3a71159f21df309dab8c55780ab70ab8e7870a788a089badc
|
|
2272
2272
|
languageName: node
|
|
2273
2273
|
linkType: hard
|
|
2274
2274
|
|
|
2275
|
-
"@cedarjs/utils@npm:4.1.0
|
|
2276
|
-
version: 4.1.0
|
|
2277
|
-
resolution: "@cedarjs/utils@npm:4.1.0
|
|
2275
|
+
"@cedarjs/utils@npm:4.1.0":
|
|
2276
|
+
version: 4.1.0
|
|
2277
|
+
resolution: "@cedarjs/utils@npm:4.1.0"
|
|
2278
2278
|
dependencies:
|
|
2279
2279
|
pluralize: "npm:8.0.0"
|
|
2280
|
-
checksum: 10c0/
|
|
2280
|
+
checksum: 10c0/41b4d13b6424d4fcae72389705f14a85eb757cb8d0e40f52f8cac06b9c0df3601e646ac48a6eb0585da583ebb43dc39f1cb1de5897c19776a1287f0ba2d22cd5
|
|
2281
2281
|
languageName: node
|
|
2282
2282
|
linkType: hard
|
|
2283
2283
|
|
|
2284
|
-
"@cedarjs/vite@npm:4.1.0
|
|
2285
|
-
version: 4.1.0
|
|
2286
|
-
resolution: "@cedarjs/vite@npm:4.1.0
|
|
2284
|
+
"@cedarjs/vite@npm:4.1.0":
|
|
2285
|
+
version: 4.1.0
|
|
2286
|
+
resolution: "@cedarjs/vite@npm:4.1.0"
|
|
2287
2287
|
dependencies:
|
|
2288
2288
|
"@ast-grep/napi": "npm:0.42.1"
|
|
2289
2289
|
"@babel/generator": "npm:7.29.1"
|
|
2290
2290
|
"@babel/parser": "npm:7.29.2"
|
|
2291
2291
|
"@babel/traverse": "npm:7.29.0"
|
|
2292
|
-
"@cedarjs/api-server": "npm:4.1.0
|
|
2293
|
-
"@cedarjs/auth": "npm:4.1.0
|
|
2294
|
-
"@cedarjs/babel-config": "npm:4.1.0
|
|
2295
|
-
"@cedarjs/context": "npm:4.1.0
|
|
2296
|
-
"@cedarjs/cookie-jar": "npm:4.1.0
|
|
2297
|
-
"@cedarjs/graphql-server": "npm:4.1.0
|
|
2298
|
-
"@cedarjs/internal": "npm:4.1.0
|
|
2299
|
-
"@cedarjs/project-config": "npm:4.1.0
|
|
2300
|
-
"@cedarjs/server-store": "npm:4.1.0
|
|
2301
|
-
"@cedarjs/testing": "npm:4.1.0
|
|
2302
|
-
"@cedarjs/web": "npm:4.1.0
|
|
2292
|
+
"@cedarjs/api-server": "npm:4.1.0"
|
|
2293
|
+
"@cedarjs/auth": "npm:4.1.0"
|
|
2294
|
+
"@cedarjs/babel-config": "npm:4.1.0"
|
|
2295
|
+
"@cedarjs/context": "npm:4.1.0"
|
|
2296
|
+
"@cedarjs/cookie-jar": "npm:4.1.0"
|
|
2297
|
+
"@cedarjs/graphql-server": "npm:4.1.0"
|
|
2298
|
+
"@cedarjs/internal": "npm:4.1.0"
|
|
2299
|
+
"@cedarjs/project-config": "npm:4.1.0"
|
|
2300
|
+
"@cedarjs/server-store": "npm:4.1.0"
|
|
2301
|
+
"@cedarjs/testing": "npm:4.1.0"
|
|
2302
|
+
"@cedarjs/web": "npm:4.1.0"
|
|
2303
2303
|
"@fastify/url-data": "npm:6.0.3"
|
|
2304
2304
|
"@swc/core": "npm:1.15.30"
|
|
2305
2305
|
"@universal-deploy/node": "npm:^0.1.6"
|
|
@@ -2334,16 +2334,16 @@ __metadata:
|
|
|
2334
2334
|
cedar-vite-build: bins/cedar-vite-build.mjs
|
|
2335
2335
|
cedar-vite-dev: bins/cedar-vite-dev.mjs
|
|
2336
2336
|
vite: bins/vite.mjs
|
|
2337
|
-
checksum: 10c0/
|
|
2337
|
+
checksum: 10c0/1b6befff39416b6932aad97c99fe450041dcddd791c1d86717d7fde8269edb3013e790fbcfbaf5e7ec9fb1dafec421d788d09e6f21d89275bff2591709e6615d
|
|
2338
2338
|
languageName: node
|
|
2339
2339
|
linkType: hard
|
|
2340
2340
|
|
|
2341
|
-
"@cedarjs/web-server@npm:4.1.0
|
|
2342
|
-
version: 4.1.0
|
|
2343
|
-
resolution: "@cedarjs/web-server@npm:4.1.0
|
|
2341
|
+
"@cedarjs/web-server@npm:4.1.0":
|
|
2342
|
+
version: 4.1.0
|
|
2343
|
+
resolution: "@cedarjs/web-server@npm:4.1.0"
|
|
2344
2344
|
dependencies:
|
|
2345
|
-
"@cedarjs/fastify-web": "npm:4.1.0
|
|
2346
|
-
"@cedarjs/project-config": "npm:4.1.0
|
|
2345
|
+
"@cedarjs/fastify-web": "npm:4.1.0"
|
|
2346
|
+
"@cedarjs/project-config": "npm:4.1.0"
|
|
2347
2347
|
ansis: "npm:4.2.0"
|
|
2348
2348
|
dotenv-defaults: "npm:5.0.2"
|
|
2349
2349
|
fastify: "npm:5.8.5"
|
|
@@ -2351,17 +2351,17 @@ __metadata:
|
|
|
2351
2351
|
bin:
|
|
2352
2352
|
cedar-web-server: dist/bin.js
|
|
2353
2353
|
rw-web-server: dist/bin.js
|
|
2354
|
-
checksum: 10c0/
|
|
2354
|
+
checksum: 10c0/653e6f1de61396b0aea90b50651dd5b044aa47edc806eec948cbf217b6ecb3c3ba88674babedfefed8a66a57f9cec6fc711d884cbe390bfdc68e69c8195d92f7
|
|
2355
2355
|
languageName: node
|
|
2356
2356
|
linkType: hard
|
|
2357
2357
|
|
|
2358
|
-
"@cedarjs/web@npm:4.1.0
|
|
2359
|
-
version: 4.1.0
|
|
2360
|
-
resolution: "@cedarjs/web@npm:4.1.0
|
|
2358
|
+
"@cedarjs/web@npm:4.1.0":
|
|
2359
|
+
version: 4.1.0
|
|
2360
|
+
resolution: "@cedarjs/web@npm:4.1.0"
|
|
2361
2361
|
dependencies:
|
|
2362
2362
|
"@apollo/client": "npm:3.14.1"
|
|
2363
|
-
"@cedarjs/auth": "npm:4.1.0
|
|
2364
|
-
"@cedarjs/server-store": "npm:4.1.0
|
|
2363
|
+
"@cedarjs/auth": "npm:4.1.0"
|
|
2364
|
+
"@cedarjs/server-store": "npm:4.1.0"
|
|
2365
2365
|
"@dr.pogodin/react-helmet": "npm:2.0.4"
|
|
2366
2366
|
"@whatwg-node/fetch": "npm:0.10.13"
|
|
2367
2367
|
apollo-upload-client: "npm:18.0.1"
|
|
@@ -2385,7 +2385,7 @@ __metadata:
|
|
|
2385
2385
|
rw: dist/cjs/bins/redwood.js
|
|
2386
2386
|
storybook: dist/cjs/bins/storybook.js
|
|
2387
2387
|
tsc: dist/cjs/bins/tsc.js
|
|
2388
|
-
checksum: 10c0/
|
|
2388
|
+
checksum: 10c0/4629b2fd49568cd30752de2919e9d849ad57b574921c24abdc026a7f8a62d5ac7adc21d51b4febdfada7f621fe3b028247dac8784320ddf47b68cf5c5c230801
|
|
2389
2389
|
languageName: node
|
|
2390
2390
|
linkType: hard
|
|
2391
2391
|
|
|
@@ -6945,8 +6945,8 @@ __metadata:
|
|
|
6945
6945
|
version: 0.0.0-use.local
|
|
6946
6946
|
resolution: "api@workspace:api"
|
|
6947
6947
|
dependencies:
|
|
6948
|
-
"@cedarjs/api": "npm:4.1.0
|
|
6949
|
-
"@cedarjs/graphql-server": "npm:4.1.0
|
|
6948
|
+
"@cedarjs/api": "npm:4.1.0"
|
|
6949
|
+
"@cedarjs/graphql-server": "npm:4.1.0"
|
|
6950
6950
|
"@prisma/adapter-better-sqlite3": "npm:7.7.0"
|
|
6951
6951
|
better-sqlite3: "npm:12.9.0"
|
|
6952
6952
|
languageName: unknown
|
|
@@ -16099,10 +16099,10 @@ __metadata:
|
|
|
16099
16099
|
version: 0.0.0-use.local
|
|
16100
16100
|
resolution: "root-workspace-0b6124@workspace:."
|
|
16101
16101
|
dependencies:
|
|
16102
|
-
"@cedarjs/core": "npm:4.1.0
|
|
16103
|
-
"@cedarjs/eslint-config": "npm:4.1.0
|
|
16104
|
-
"@cedarjs/project-config": "npm:4.1.0
|
|
16105
|
-
"@cedarjs/testing": "npm:4.1.0
|
|
16102
|
+
"@cedarjs/core": "npm:4.1.0"
|
|
16103
|
+
"@cedarjs/eslint-config": "npm:4.1.0"
|
|
16104
|
+
"@cedarjs/project-config": "npm:4.1.0"
|
|
16105
|
+
"@cedarjs/testing": "npm:4.1.0"
|
|
16106
16106
|
vitest: "npm:3.2.4"
|
|
16107
16107
|
languageName: unknown
|
|
16108
16108
|
linkType: soft
|
|
@@ -18296,10 +18296,10 @@ __metadata:
|
|
|
18296
18296
|
version: 0.0.0-use.local
|
|
18297
18297
|
resolution: "web@workspace:web"
|
|
18298
18298
|
dependencies:
|
|
18299
|
-
"@cedarjs/forms": "npm:4.1.0
|
|
18300
|
-
"@cedarjs/router": "npm:4.1.0
|
|
18301
|
-
"@cedarjs/vite": "npm:4.1.0
|
|
18302
|
-
"@cedarjs/web": "npm:4.1.0
|
|
18299
|
+
"@cedarjs/forms": "npm:4.1.0"
|
|
18300
|
+
"@cedarjs/router": "npm:4.1.0"
|
|
18301
|
+
"@cedarjs/vite": "npm:4.1.0"
|
|
18302
|
+
"@cedarjs/web": "npm:4.1.0"
|
|
18303
18303
|
"@types/react": "npm:^18.2.55"
|
|
18304
18304
|
"@types/react-dom": "npm:^18.2.19"
|
|
18305
18305
|
react: "npm:18.3.1"
|