create-cedar-app 5.0.3 → 5.0.4-rc.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/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 +362 -362
- 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 +362 -362
- 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 +362 -362
- 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 +362 -362
- package/templates/esm-js/.yarn/install-state.gz +0 -0
- package/templates/esm-ts/.yarn/install-state.gz +0 -0
package/templates/js/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.3":
|
|
1709
|
-
version: 5.0.3
|
|
1710
|
-
resolution: "@cedarjs/api-server@npm:5.0.3"
|
|
1711
|
-
dependencies:
|
|
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"
|
|
1708
|
+
"@cedarjs/api-server@npm:5.0.4-rc.3":
|
|
1709
|
+
version: 5.0.4-rc.3
|
|
1710
|
+
resolution: "@cedarjs/api-server@npm:5.0.4-rc.3"
|
|
1711
|
+
dependencies:
|
|
1712
|
+
"@cedarjs/context": "npm:5.0.4-rc.3"
|
|
1713
|
+
"@cedarjs/fastify-web": "npm:5.0.4-rc.3"
|
|
1714
|
+
"@cedarjs/internal": "npm:5.0.4-rc.3"
|
|
1715
|
+
"@cedarjs/project-config": "npm:5.0.4-rc.3"
|
|
1716
|
+
"@cedarjs/web-server": "npm:5.0.4-rc.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.3
|
|
1733
|
+
"@cedarjs/graphql-server": 5.0.4-rc.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/4fe45801288eee76d7d1312dd3f37b835d27dc4f42dc78c44ede3a384a00e96a39d705b9edbab60647e3c047a6b20a63122b3e057cf676f19389926d48408f48
|
|
1747
1747
|
languageName: node
|
|
1748
1748
|
linkType: hard
|
|
1749
1749
|
|
|
1750
|
-
"@cedarjs/api@npm:5.0.3":
|
|
1751
|
-
version: 5.0.3
|
|
1752
|
-
resolution: "@cedarjs/api@npm:5.0.3"
|
|
1750
|
+
"@cedarjs/api@npm:5.0.4-rc.3":
|
|
1751
|
+
version: 5.0.4-rc.3
|
|
1752
|
+
resolution: "@cedarjs/api@npm:5.0.4-rc.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/a296f26283fc68c432a685af01da8f489db94463feb16e9f96bcbf1b71440a22cf64d744092b7f5fdc1d50b1b5cb1227cad15b2e49362b78f60aa0129508087e
|
|
1779
1779
|
languageName: node
|
|
1780
1780
|
linkType: hard
|
|
1781
1781
|
|
|
1782
|
-
"@cedarjs/auth@npm:5.0.3":
|
|
1783
|
-
version: 5.0.3
|
|
1784
|
-
resolution: "@cedarjs/auth@npm:5.0.3"
|
|
1782
|
+
"@cedarjs/auth@npm:5.0.4-rc.3":
|
|
1783
|
+
version: 5.0.4-rc.3
|
|
1784
|
+
resolution: "@cedarjs/auth@npm:5.0.4-rc.3"
|
|
1785
1785
|
dependencies:
|
|
1786
1786
|
react: "npm:18.3.1"
|
|
1787
|
-
checksum: 10c0/
|
|
1787
|
+
checksum: 10c0/5a569ec9ec8bce2cfd4f64c8dccb35869e5a0f5414acc950eb605325ee966ddf33d2b7200fdcaa3cfe161c19a49204338c976d660aecd3fe2b69435ed4ab43fb
|
|
1788
1788
|
languageName: node
|
|
1789
1789
|
linkType: hard
|
|
1790
1790
|
|
|
1791
|
-
"@cedarjs/babel-config@npm:5.0.3":
|
|
1792
|
-
version: 5.0.3
|
|
1793
|
-
resolution: "@cedarjs/babel-config@npm:5.0.3"
|
|
1791
|
+
"@cedarjs/babel-config@npm:5.0.4-rc.3":
|
|
1792
|
+
version: 5.0.4-rc.3
|
|
1793
|
+
resolution: "@cedarjs/babel-config@npm:5.0.4-rc.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.3"
|
|
1804
|
+
"@cedarjs/project-config": "npm:5.0.4-rc.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/c23a2d88c4e547f4496563798cc0d66729d791981de5c1033bd5dfa649c7bb54bc6c97513f8aa5fa75f5bf67f75655989e20ffa3ddc11888f1a8c6a6b47532a9
|
|
1812
1812
|
languageName: node
|
|
1813
1813
|
linkType: hard
|
|
1814
1814
|
|
|
1815
|
-
"@cedarjs/cli-helpers@npm:5.0.3":
|
|
1816
|
-
version: 5.0.3
|
|
1817
|
-
resolution: "@cedarjs/cli-helpers@npm:5.0.3"
|
|
1815
|
+
"@cedarjs/cli-helpers@npm:5.0.4-rc.3":
|
|
1816
|
+
version: 5.0.4-rc.3
|
|
1817
|
+
resolution: "@cedarjs/cli-helpers@npm:5.0.4-rc.3"
|
|
1818
1818
|
dependencies:
|
|
1819
1819
|
"@babel/core": "npm:^7.26.10"
|
|
1820
|
-
"@cedarjs/project-config": "npm:5.0.3"
|
|
1821
|
-
"@cedarjs/telemetry": "npm:5.0.3"
|
|
1820
|
+
"@cedarjs/project-config": "npm:5.0.4-rc.3"
|
|
1821
|
+
"@cedarjs/telemetry": "npm:5.0.4-rc.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"
|
|
@@ -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/e78a9e684ffe156ad9c8a208e54283eda438914e0dab94e680df3bac8f24cbead99d9822550e47561950d4773fbb7301af5d2f725df1016fbded2980f90393c7
|
|
1839
1839
|
languageName: node
|
|
1840
1840
|
linkType: hard
|
|
1841
1841
|
|
|
1842
|
-
"@cedarjs/cli@npm:5.0.3":
|
|
1843
|
-
version: 5.0.3
|
|
1844
|
-
resolution: "@cedarjs/cli@npm:5.0.3"
|
|
1842
|
+
"@cedarjs/cli@npm:5.0.4-rc.3":
|
|
1843
|
+
version: 5.0.4-rc.3
|
|
1844
|
+
resolution: "@cedarjs/cli@npm:5.0.4-rc.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.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"
|
|
1848
|
+
"@cedarjs/api-server": "npm:5.0.4-rc.3"
|
|
1849
|
+
"@cedarjs/cli-helpers": "npm:5.0.4-rc.3"
|
|
1850
|
+
"@cedarjs/fastify-web": "npm:5.0.4-rc.3"
|
|
1851
|
+
"@cedarjs/internal": "npm:5.0.4-rc.3"
|
|
1852
|
+
"@cedarjs/prerender": "npm:5.0.4-rc.3"
|
|
1853
|
+
"@cedarjs/project-config": "npm:5.0.4-rc.3"
|
|
1854
|
+
"@cedarjs/structure": "npm:5.0.4-rc.3"
|
|
1855
|
+
"@cedarjs/telemetry": "npm:5.0.4-rc.3"
|
|
1856
|
+
"@cedarjs/utils": "npm:5.0.4-rc.3"
|
|
1857
|
+
"@cedarjs/vite": "npm:5.0.4-rc.3"
|
|
1858
|
+
"@cedarjs/web-server": "npm:5.0.4-rc.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"
|
|
@@ -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/a6d1b7115aac65272f4d74121431ffbc35231f730ee4a61f4710f8a0bf73130cdad029f34c9527d2c0f9e81759064881ab7c3084abb12598c58936d48f59eb20
|
|
1914
1914
|
languageName: node
|
|
1915
1915
|
linkType: hard
|
|
1916
1916
|
|
|
1917
|
-
"@cedarjs/context@npm:5.0.3":
|
|
1918
|
-
version: 5.0.3
|
|
1919
|
-
resolution: "@cedarjs/context@npm:5.0.3"
|
|
1920
|
-
checksum: 10c0/
|
|
1917
|
+
"@cedarjs/context@npm:5.0.4-rc.3":
|
|
1918
|
+
version: 5.0.4-rc.3
|
|
1919
|
+
resolution: "@cedarjs/context@npm:5.0.4-rc.3"
|
|
1920
|
+
checksum: 10c0/b0eb2a5f8b49e6c094a9c6b429933f707f5543cedc7c2a3e022510e8af675b5bc4c97d239dabc509917c812d0b42af619309dd9ed0a9e37dad6bc679d5a20226
|
|
1921
1921
|
languageName: node
|
|
1922
1922
|
linkType: hard
|
|
1923
1923
|
|
|
1924
|
-
"@cedarjs/cookie-jar@npm:5.0.3":
|
|
1925
|
-
version: 5.0.3
|
|
1926
|
-
resolution: "@cedarjs/cookie-jar@npm:5.0.3"
|
|
1924
|
+
"@cedarjs/cookie-jar@npm:5.0.4-rc.3":
|
|
1925
|
+
version: 5.0.4-rc.3
|
|
1926
|
+
resolution: "@cedarjs/cookie-jar@npm:5.0.4-rc.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/8441ff132a200d205f840e8bb6120e68bf6dd4ebcf49eaac4be42d7d9de76c32ea11954b4e9ce65bea9a40cb0ed3f55e8b7551e8bc25dd948ac0f96d45f79983
|
|
1932
1932
|
languageName: node
|
|
1933
1933
|
linkType: hard
|
|
1934
1934
|
|
|
1935
|
-
"@cedarjs/core@npm:5.0.3":
|
|
1936
|
-
version: 5.0.3
|
|
1937
|
-
resolution: "@cedarjs/core@npm:5.0.3"
|
|
1935
|
+
"@cedarjs/core@npm:5.0.4-rc.3":
|
|
1936
|
+
version: 5.0.4-rc.3
|
|
1937
|
+
resolution: "@cedarjs/core@npm:5.0.4-rc.3"
|
|
1938
1938
|
dependencies:
|
|
1939
1939
|
"@babel/cli": "npm:7.29.7"
|
|
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"
|
|
1940
|
+
"@cedarjs/api-server": "npm:5.0.4-rc.3"
|
|
1941
|
+
"@cedarjs/cli": "npm:5.0.4-rc.3"
|
|
1942
|
+
"@cedarjs/eslint-config": "npm:5.0.4-rc.3"
|
|
1943
|
+
"@cedarjs/internal": "npm:5.0.4-rc.3"
|
|
1944
|
+
"@cedarjs/project-config": "npm:5.0.4-rc.3"
|
|
1945
|
+
"@cedarjs/testing": "npm:5.0.4-rc.3"
|
|
1946
|
+
"@cedarjs/web-server": "npm:5.0.4-rc.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/7915a019d2e33b25087d115a56d4cabfb332a793bc8ccd6eb5bc57a35fb22b62149591c0e87e03e1f48226a9e550751f764e485675b9363a0837b6beab4f8a27
|
|
1979
1979
|
languageName: node
|
|
1980
1980
|
linkType: hard
|
|
1981
1981
|
|
|
1982
|
-
"@cedarjs/eslint-config@npm:5.0.3":
|
|
1983
|
-
version: 5.0.3
|
|
1984
|
-
resolution: "@cedarjs/eslint-config@npm:5.0.3"
|
|
1982
|
+
"@cedarjs/eslint-config@npm:5.0.4-rc.3":
|
|
1983
|
+
version: 5.0.4-rc.3
|
|
1984
|
+
resolution: "@cedarjs/eslint-config@npm:5.0.4-rc.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.3"
|
|
1990
|
-
"@cedarjs/eslint-plugin": "npm:5.0.3"
|
|
1991
|
-
"@cedarjs/internal": "npm:5.0.3"
|
|
1992
|
-
"@cedarjs/project-config": "npm:5.0.3"
|
|
1989
|
+
"@cedarjs/babel-config": "npm:5.0.4-rc.3"
|
|
1990
|
+
"@cedarjs/eslint-plugin": "npm:5.0.4-rc.3"
|
|
1991
|
+
"@cedarjs/internal": "npm:5.0.4-rc.3"
|
|
1992
|
+
"@cedarjs/project-config": "npm:5.0.4-rc.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/4afb7611a0ab435ff7db1ba13671820809fc8c777fc8155e58b721cbb6188b6702f6aba04b9a36678918ff41113ef56c0ba6c242eef94e0bbf3d6a2a58cd29bb
|
|
2014
2014
|
languageName: node
|
|
2015
2015
|
linkType: hard
|
|
2016
2016
|
|
|
2017
|
-
"@cedarjs/eslint-plugin@npm:5.0.3":
|
|
2018
|
-
version: 5.0.3
|
|
2019
|
-
resolution: "@cedarjs/eslint-plugin@npm:5.0.3"
|
|
2017
|
+
"@cedarjs/eslint-plugin@npm:5.0.4-rc.3":
|
|
2018
|
+
version: 5.0.4-rc.3
|
|
2019
|
+
resolution: "@cedarjs/eslint-plugin@npm:5.0.4-rc.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/f64f888e7294e8520860d7cd1e7e92257863daf8bc30a8e746227b3705b4e0267e1966798a19eb6326583d6e1526d7c36338eb64899191084ca6d392d25aef03
|
|
2024
2024
|
languageName: node
|
|
2025
2025
|
linkType: hard
|
|
2026
2026
|
|
|
2027
|
-
"@cedarjs/fastify-web@npm:5.0.3":
|
|
2028
|
-
version: 5.0.3
|
|
2029
|
-
resolution: "@cedarjs/fastify-web@npm:5.0.3"
|
|
2027
|
+
"@cedarjs/fastify-web@npm:5.0.4-rc.3":
|
|
2028
|
+
version: 5.0.4-rc.3
|
|
2029
|
+
resolution: "@cedarjs/fastify-web@npm:5.0.4-rc.3"
|
|
2030
2030
|
dependencies:
|
|
2031
|
-
"@cedarjs/project-config": "npm:5.0.3"
|
|
2031
|
+
"@cedarjs/project-config": "npm:5.0.4-rc.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/2267ee436633a830e0d20a0a915f0d71e14f683ea7071924a2641b02313f66f60170c304ed20685590264d27e1eb42f3b11af4590589f7a991615355dc98d09c
|
|
2037
2037
|
languageName: node
|
|
2038
2038
|
linkType: hard
|
|
2039
2039
|
|
|
2040
|
-
"@cedarjs/forms@npm:5.0.3":
|
|
2041
|
-
version: 5.0.3
|
|
2042
|
-
resolution: "@cedarjs/forms@npm:5.0.3"
|
|
2040
|
+
"@cedarjs/forms@npm:5.0.4-rc.3":
|
|
2041
|
+
version: 5.0.4-rc.3
|
|
2042
|
+
resolution: "@cedarjs/forms@npm:5.0.4-rc.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/b05de476e55e317e4c46873a7b8e07798e6b0322d1b858f708eed715a11e93c55ce9b1dce02750255a784aac515346fe9f55b16d4011b37a2fe022eb4ea42d96
|
|
2050
2050
|
languageName: node
|
|
2051
2051
|
linkType: hard
|
|
2052
2052
|
|
|
2053
|
-
"@cedarjs/graphql-server@npm:5.0.3":
|
|
2054
|
-
version: 5.0.3
|
|
2055
|
-
resolution: "@cedarjs/graphql-server@npm:5.0.3"
|
|
2053
|
+
"@cedarjs/graphql-server@npm:5.0.4-rc.3":
|
|
2054
|
+
version: 5.0.4-rc.3
|
|
2055
|
+
resolution: "@cedarjs/graphql-server@npm:5.0.4-rc.3"
|
|
2056
2056
|
dependencies:
|
|
2057
|
-
"@cedarjs/api": "npm:5.0.3"
|
|
2058
|
-
"@cedarjs/context": "npm:5.0.3"
|
|
2057
|
+
"@cedarjs/api": "npm:5.0.4-rc.3"
|
|
2058
|
+
"@cedarjs/context": "npm:5.0.4-rc.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/6bc8c8bac8d0eba590ec6602eed2e7c3fcce30e4e3a65b8894895568e7ca519b13e8aa5fac6e2f4b43e2ab2c5c824b09d5bdde54e34e68ef3c01a7142ab03115
|
|
2078
2078
|
languageName: node
|
|
2079
2079
|
linkType: hard
|
|
2080
2080
|
|
|
2081
|
-
"@cedarjs/internal@npm:5.0.3":
|
|
2082
|
-
version: 5.0.3
|
|
2083
|
-
resolution: "@cedarjs/internal@npm:5.0.3"
|
|
2081
|
+
"@cedarjs/internal@npm:5.0.4-rc.3":
|
|
2082
|
+
version: 5.0.4-rc.3
|
|
2083
|
+
resolution: "@cedarjs/internal@npm:5.0.4-rc.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.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"
|
|
2090
|
+
"@cedarjs/babel-config": "npm:5.0.4-rc.3"
|
|
2091
|
+
"@cedarjs/cli-helpers": "npm:5.0.4-rc.3"
|
|
2092
|
+
"@cedarjs/graphql-server": "npm:5.0.4-rc.3"
|
|
2093
|
+
"@cedarjs/project-config": "npm:5.0.4-rc.3"
|
|
2094
|
+
"@cedarjs/router": "npm:5.0.4-rc.3"
|
|
2095
|
+
"@cedarjs/structure": "npm:5.0.4-rc.3"
|
|
2096
|
+
"@cedarjs/utils": "npm:5.0.4-rc.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/101e2d16bc8c81e983b07a22eb2d3eaa18e223c9e8c67cd4639b2b9a9987c5e680f2a5b2ff4ec1deaa446009fd3e914d097d496e6d7513b9597e824164999ab3
|
|
2138
2138
|
languageName: node
|
|
2139
2139
|
linkType: hard
|
|
2140
2140
|
|
|
2141
|
-
"@cedarjs/prerender@npm:5.0.3":
|
|
2142
|
-
version: 5.0.3
|
|
2143
|
-
resolution: "@cedarjs/prerender@npm:5.0.3"
|
|
2141
|
+
"@cedarjs/prerender@npm:5.0.4-rc.3":
|
|
2142
|
+
version: 5.0.4-rc.3
|
|
2143
|
+
resolution: "@cedarjs/prerender@npm:5.0.4-rc.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.3"
|
|
2150
|
-
"@cedarjs/project-config": "npm:5.0.3"
|
|
2151
|
-
"@cedarjs/structure": "npm:5.0.3"
|
|
2152
|
-
"@cedarjs/vite": "npm:5.0.3"
|
|
2149
|
+
"@cedarjs/babel-config": "npm:5.0.4-rc.3"
|
|
2150
|
+
"@cedarjs/project-config": "npm:5.0.4-rc.3"
|
|
2151
|
+
"@cedarjs/structure": "npm:5.0.4-rc.3"
|
|
2152
|
+
"@cedarjs/vite": "npm:5.0.4-rc.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": 5.0.3
|
|
2170
|
-
"@cedarjs/web": 5.0.3
|
|
2169
|
+
"@cedarjs/router": 5.0.4-rc.3
|
|
2170
|
+
"@cedarjs/web": 5.0.4-rc.3
|
|
2171
2171
|
react: 18.3.1
|
|
2172
2172
|
react-dom: 18.3.1
|
|
2173
|
-
checksum: 10c0/
|
|
2173
|
+
checksum: 10c0/dd116b0bcfb5b687baea9c279a96510b0431026685e2527298a83521b99118b6b9068c20c6e462dff7d2999273f200554098a78d5933cb4635ad27a2caf14297
|
|
2174
2174
|
languageName: node
|
|
2175
2175
|
linkType: hard
|
|
2176
2176
|
|
|
2177
|
-
"@cedarjs/project-config@npm:5.0.3":
|
|
2178
|
-
version: 5.0.3
|
|
2179
|
-
resolution: "@cedarjs/project-config@npm:5.0.3"
|
|
2177
|
+
"@cedarjs/project-config@npm:5.0.4-rc.3":
|
|
2178
|
+
version: 5.0.4-rc.3
|
|
2179
|
+
resolution: "@cedarjs/project-config@npm:5.0.4-rc.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/b2c1491804cc343c4fd1e035171c87f70a6672d03385a19c5f3fcccc1ddab5aca57ffc5466b1bf6f70b42197068af96eed262d58c64b633ba50ef2dc8ebc5f0a
|
|
2187
2187
|
languageName: node
|
|
2188
2188
|
linkType: hard
|
|
2189
2189
|
|
|
2190
|
-
"@cedarjs/router@npm:5.0.3":
|
|
2191
|
-
version: 5.0.3
|
|
2192
|
-
resolution: "@cedarjs/router@npm:5.0.3"
|
|
2190
|
+
"@cedarjs/router@npm:5.0.4-rc.3":
|
|
2191
|
+
version: 5.0.4-rc.3
|
|
2192
|
+
resolution: "@cedarjs/router@npm:5.0.4-rc.3"
|
|
2193
2193
|
dependencies:
|
|
2194
|
-
"@cedarjs/project-config": "npm:5.0.3"
|
|
2195
|
-
"@cedarjs/server-store": "npm:5.0.3"
|
|
2194
|
+
"@cedarjs/project-config": "npm:5.0.4-rc.3"
|
|
2195
|
+
"@cedarjs/server-store": "npm:5.0.4-rc.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": 5.0.3
|
|
2200
|
+
"@cedarjs/auth": 5.0.4-rc.3
|
|
2201
2201
|
react: 18.3.1
|
|
2202
2202
|
react-dom: 18.3.1
|
|
2203
|
-
checksum: 10c0/
|
|
2203
|
+
checksum: 10c0/8458ae5edd1521eebc184a84f5c449287e22ad3372c3f6b2f463e9b7e29518adbaa9c8b53cdde2752ec7aec5a380bfc1d53270187ce534abbc1b77051bf3a11d
|
|
2204
2204
|
languageName: node
|
|
2205
2205
|
linkType: hard
|
|
2206
2206
|
|
|
2207
|
-
"@cedarjs/server-store@npm:5.0.3":
|
|
2208
|
-
version: 5.0.3
|
|
2209
|
-
resolution: "@cedarjs/server-store@npm:5.0.3"
|
|
2207
|
+
"@cedarjs/server-store@npm:5.0.4-rc.3":
|
|
2208
|
+
version: 5.0.4-rc.3
|
|
2209
|
+
resolution: "@cedarjs/server-store@npm:5.0.4-rc.3"
|
|
2210
2210
|
dependencies:
|
|
2211
|
-
"@cedarjs/auth": "npm:5.0.3"
|
|
2212
|
-
"@cedarjs/cookie-jar": "npm:5.0.3"
|
|
2211
|
+
"@cedarjs/auth": "npm:5.0.4-rc.3"
|
|
2212
|
+
"@cedarjs/cookie-jar": "npm:5.0.4-rc.3"
|
|
2213
2213
|
esbuild: "npm:0.27.7"
|
|
2214
2214
|
fast-glob: "npm:3.3.3"
|
|
2215
|
-
checksum: 10c0/
|
|
2215
|
+
checksum: 10c0/6d547862f9bf46782f00b383281d93e61ee5b3e9103a378d944ccb3ba6517d6184f6b7874b3cf8e5191f393655f93a7279699a77bdc23a8298976f9be2e7c3b3
|
|
2216
2216
|
languageName: node
|
|
2217
2217
|
linkType: hard
|
|
2218
2218
|
|
|
2219
|
-
"@cedarjs/structure@npm:5.0.3":
|
|
2220
|
-
version: 5.0.3
|
|
2221
|
-
resolution: "@cedarjs/structure@npm:5.0.3"
|
|
2219
|
+
"@cedarjs/structure@npm:5.0.4-rc.3":
|
|
2220
|
+
version: 5.0.4-rc.3
|
|
2221
|
+
resolution: "@cedarjs/structure@npm:5.0.4-rc.3"
|
|
2222
2222
|
dependencies:
|
|
2223
|
-
"@cedarjs/project-config": "npm:5.0.3"
|
|
2223
|
+
"@cedarjs/project-config": "npm:5.0.4-rc.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/9d1d1f6e5063adddcf3c8bea3aac0ceafd906a9f612cb809b0cce96f0e0c48aa1b903d2b0812bc2b6622a3e234cb5cf1ce28dcaa5ca3bd4481680cf9da840351
|
|
2237
2237
|
languageName: node
|
|
2238
2238
|
linkType: hard
|
|
2239
2239
|
|
|
2240
|
-
"@cedarjs/telemetry@npm:5.0.3":
|
|
2241
|
-
version: 5.0.3
|
|
2242
|
-
resolution: "@cedarjs/telemetry@npm:5.0.3"
|
|
2240
|
+
"@cedarjs/telemetry@npm:5.0.4-rc.3":
|
|
2241
|
+
version: 5.0.4-rc.3
|
|
2242
|
+
resolution: "@cedarjs/telemetry@npm:5.0.4-rc.3"
|
|
2243
2243
|
dependencies:
|
|
2244
|
-
"@cedarjs/project-config": "npm:5.0.3"
|
|
2245
|
-
"@cedarjs/structure": "npm:5.0.3"
|
|
2244
|
+
"@cedarjs/project-config": "npm:5.0.4-rc.3"
|
|
2245
|
+
"@cedarjs/structure": "npm:5.0.4-rc.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/5a3b0cbdc293d1e6b6fab00b34737cdb5885fcc06e333d59e0bd01e1120cf737bd1c8bd293aa38dd318873994d908059cf6e53797c82697215cfa61a1a376127
|
|
2253
2253
|
languageName: node
|
|
2254
2254
|
linkType: hard
|
|
2255
2255
|
|
|
2256
|
-
"@cedarjs/testing@npm:5.0.3":
|
|
2257
|
-
version: 5.0.3
|
|
2258
|
-
resolution: "@cedarjs/testing@npm:5.0.3"
|
|
2256
|
+
"@cedarjs/testing@npm:5.0.4-rc.3":
|
|
2257
|
+
version: 5.0.4-rc.3
|
|
2258
|
+
resolution: "@cedarjs/testing@npm:5.0.4-rc.3"
|
|
2259
2259
|
dependencies:
|
|
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"
|
|
2260
|
+
"@cedarjs/babel-config": "npm:5.0.4-rc.3"
|
|
2261
|
+
"@cedarjs/context": "npm:5.0.4-rc.3"
|
|
2262
|
+
"@cedarjs/graphql-server": "npm:5.0.4-rc.3"
|
|
2263
|
+
"@cedarjs/project-config": "npm:5.0.4-rc.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": 5.0.3
|
|
2283
|
-
"@cedarjs/router": 5.0.3
|
|
2284
|
-
"@cedarjs/web": 5.0.3
|
|
2282
|
+
"@cedarjs/auth": 5.0.4-rc.3
|
|
2283
|
+
"@cedarjs/router": 5.0.4-rc.3
|
|
2284
|
+
"@cedarjs/web": 5.0.4-rc.3
|
|
2285
2285
|
vitest: 3.2.6
|
|
2286
2286
|
peerDependenciesMeta:
|
|
2287
2287
|
vitest:
|
|
2288
2288
|
optional: true
|
|
2289
|
-
checksum: 10c0/
|
|
2289
|
+
checksum: 10c0/17c069ae714e4c91e7fe495ba9b7ca6948ecf2bb7de831407db4bd0e4a601aa1949e1dc0dc698c4a4507c438271442d36ed45ca00b494d64ff41ebe90eead30a
|
|
2290
2290
|
languageName: node
|
|
2291
2291
|
linkType: hard
|
|
2292
2292
|
|
|
2293
|
-
"@cedarjs/utils@npm:5.0.3":
|
|
2294
|
-
version: 5.0.3
|
|
2295
|
-
resolution: "@cedarjs/utils@npm:5.0.3"
|
|
2293
|
+
"@cedarjs/utils@npm:5.0.4-rc.3":
|
|
2294
|
+
version: 5.0.4-rc.3
|
|
2295
|
+
resolution: "@cedarjs/utils@npm:5.0.4-rc.3"
|
|
2296
2296
|
dependencies:
|
|
2297
2297
|
pluralize: "npm:8.0.0"
|
|
2298
|
-
checksum: 10c0/
|
|
2298
|
+
checksum: 10c0/25feb285db0142f082c7b8fdf6e41ba3423b6b84b809c587e70c275f3ac4b027b3cf6260008447bba4fe8c064d83df7bf59d9c957c428ce826ae9f710d626e88
|
|
2299
2299
|
languageName: node
|
|
2300
2300
|
linkType: hard
|
|
2301
2301
|
|
|
2302
|
-
"@cedarjs/vite@npm:5.0.3":
|
|
2303
|
-
version: 5.0.3
|
|
2304
|
-
resolution: "@cedarjs/vite@npm:5.0.3"
|
|
2302
|
+
"@cedarjs/vite@npm:5.0.4-rc.3":
|
|
2303
|
+
version: 5.0.4-rc.3
|
|
2304
|
+
resolution: "@cedarjs/vite@npm:5.0.4-rc.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.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"
|
|
2311
|
+
"@cedarjs/api": "npm:5.0.4-rc.3"
|
|
2312
|
+
"@cedarjs/babel-config": "npm:5.0.4-rc.3"
|
|
2313
|
+
"@cedarjs/context": "npm:5.0.4-rc.3"
|
|
2314
|
+
"@cedarjs/cookie-jar": "npm:5.0.4-rc.3"
|
|
2315
|
+
"@cedarjs/graphql-server": "npm:5.0.4-rc.3"
|
|
2316
|
+
"@cedarjs/internal": "npm:5.0.4-rc.3"
|
|
2317
|
+
"@cedarjs/project-config": "npm:5.0.4-rc.3"
|
|
2318
|
+
"@cedarjs/server-store": "npm:5.0.4-rc.3"
|
|
2319
|
+
"@cedarjs/testing": "npm:5.0.4-rc.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": 5.0.3
|
|
2352
|
-
"@cedarjs/router": 5.0.3
|
|
2353
|
-
"@cedarjs/web": 5.0.3
|
|
2351
|
+
"@cedarjs/auth": 5.0.4-rc.3
|
|
2352
|
+
"@cedarjs/router": 5.0.4-rc.3
|
|
2353
|
+
"@cedarjs/web": 5.0.4-rc.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/17081a8edbde181ecd732f5df55313bc538135944db1f9693f9ac9ccc5eb6aa053d7e96ed259df0d951df4cec9f2ecbe348e8e86937f653cfddb78e8044b13f8
|
|
2362
2362
|
languageName: node
|
|
2363
2363
|
linkType: hard
|
|
2364
2364
|
|
|
2365
|
-
"@cedarjs/web-server@npm:5.0.3":
|
|
2366
|
-
version: 5.0.3
|
|
2367
|
-
resolution: "@cedarjs/web-server@npm:5.0.3"
|
|
2365
|
+
"@cedarjs/web-server@npm:5.0.4-rc.3":
|
|
2366
|
+
version: 5.0.4-rc.3
|
|
2367
|
+
resolution: "@cedarjs/web-server@npm:5.0.4-rc.3"
|
|
2368
2368
|
dependencies:
|
|
2369
|
-
"@cedarjs/fastify-web": "npm:5.0.3"
|
|
2370
|
-
"@cedarjs/project-config": "npm:5.0.3"
|
|
2369
|
+
"@cedarjs/fastify-web": "npm:5.0.4-rc.3"
|
|
2370
|
+
"@cedarjs/project-config": "npm:5.0.4-rc.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/530c02fb6ad80373c3f8a409fb6f6f167741ec8be1775b87e4e29f2681d21ed13c594073e8244b4530d52dd8c473bada7951a290caf6430104e7ccb070d3f84b
|
|
2379
2379
|
languageName: node
|
|
2380
2380
|
linkType: hard
|
|
2381
2381
|
|
|
2382
|
-
"@cedarjs/web@npm:5.0.3":
|
|
2383
|
-
version: 5.0.3
|
|
2384
|
-
resolution: "@cedarjs/web@npm:5.0.3"
|
|
2382
|
+
"@cedarjs/web@npm:5.0.4-rc.3":
|
|
2383
|
+
version: 5.0.4-rc.3
|
|
2384
|
+
resolution: "@cedarjs/web@npm:5.0.4-rc.3"
|
|
2385
2385
|
dependencies:
|
|
2386
2386
|
"@apollo/client": "npm:3.14.1"
|
|
2387
|
-
"@cedarjs/server-store": "npm:5.0.3"
|
|
2387
|
+
"@cedarjs/server-store": "npm:5.0.4-rc.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": 5.0.3
|
|
2399
|
+
"@cedarjs/auth": 5.0.4-rc.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/a8caec59bed4ebeefc4463f8bc4466105d420911455849f9cab7d3d3186d5e907c39ca52beb148231dfabe34764cef8ea9646b53a40248e294a1bcf115b77a83
|
|
2413
2413
|
languageName: node
|
|
2414
2414
|
linkType: hard
|
|
2415
2415
|
|
|
@@ -3452,9 +3452,9 @@ __metadata:
|
|
|
3452
3452
|
languageName: node
|
|
3453
3453
|
linkType: hard
|
|
3454
3454
|
|
|
3455
|
-
"@graphql-tools/delegate@npm:^12.1.
|
|
3456
|
-
version: 12.1.
|
|
3457
|
-
resolution: "@graphql-tools/delegate@npm:12.1.
|
|
3455
|
+
"@graphql-tools/delegate@npm:^12.1.1":
|
|
3456
|
+
version: 12.1.1
|
|
3457
|
+
resolution: "@graphql-tools/delegate@npm:12.1.1"
|
|
3458
3458
|
dependencies:
|
|
3459
3459
|
"@graphql-tools/batch-execute": "npm:^10.0.9"
|
|
3460
3460
|
"@graphql-tools/executor": "npm:^1.4.13"
|
|
@@ -3466,7 +3466,7 @@ __metadata:
|
|
|
3466
3466
|
tslib: "npm:^2.8.1"
|
|
3467
3467
|
peerDependencies:
|
|
3468
3468
|
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
3469
|
-
checksum: 10c0/
|
|
3469
|
+
checksum: 10c0/9968fe3ea19efd6a5d461d7b956309928fed09c2fe5c4dc0a155f024470b12318a3ae3490791f93be11dd5e7e9e074492746cdfb32daacd301febaaf048abaa6
|
|
3470
3470
|
languageName: node
|
|
3471
3471
|
linkType: hard
|
|
3472
3472
|
|
|
@@ -3838,17 +3838,17 @@ __metadata:
|
|
|
3838
3838
|
linkType: hard
|
|
3839
3839
|
|
|
3840
3840
|
"@graphql-tools/wrap@npm:^11.1.1":
|
|
3841
|
-
version: 11.1.
|
|
3842
|
-
resolution: "@graphql-tools/wrap@npm:11.1.
|
|
3841
|
+
version: 11.1.21
|
|
3842
|
+
resolution: "@graphql-tools/wrap@npm:11.1.21"
|
|
3843
3843
|
dependencies:
|
|
3844
|
-
"@graphql-tools/delegate": "npm:^12.1.
|
|
3844
|
+
"@graphql-tools/delegate": "npm:^12.1.1"
|
|
3845
3845
|
"@graphql-tools/schema": "npm:^10.0.29"
|
|
3846
3846
|
"@graphql-tools/utils": "npm:^11.0.0"
|
|
3847
3847
|
"@whatwg-node/promise-helpers": "npm:^1.3.2"
|
|
3848
3848
|
tslib: "npm:^2.8.1"
|
|
3849
3849
|
peerDependencies:
|
|
3850
3850
|
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
3851
|
-
checksum: 10c0/
|
|
3851
|
+
checksum: 10c0/706eb2d2681c733b494d267f94c4a99fb86ddf8543430873036fbc643c1a8613aeba3926e5c4abbfb065a0c561f7b77c7e147604aa06ab9d502fbc2a0e93c516
|
|
3852
3852
|
languageName: node
|
|
3853
3853
|
linkType: hard
|
|
3854
3854
|
|
|
@@ -4580,14 +4580,14 @@ __metadata:
|
|
|
4580
4580
|
linkType: hard
|
|
4581
4581
|
|
|
4582
4582
|
"@napi-rs/wasm-runtime@npm:^1.1.1, @napi-rs/wasm-runtime@npm:^1.1.4":
|
|
4583
|
-
version: 1.
|
|
4584
|
-
resolution: "@napi-rs/wasm-runtime@npm:1.
|
|
4583
|
+
version: 1.2.0
|
|
4584
|
+
resolution: "@napi-rs/wasm-runtime@npm:1.2.0"
|
|
4585
4585
|
dependencies:
|
|
4586
4586
|
"@tybys/wasm-util": "npm:^0.10.3"
|
|
4587
4587
|
peerDependencies:
|
|
4588
|
-
"@emnapi/core": ^
|
|
4589
|
-
"@emnapi/runtime": ^
|
|
4590
|
-
checksum: 10c0/
|
|
4588
|
+
"@emnapi/core": ^2.0.0-alpha.3
|
|
4589
|
+
"@emnapi/runtime": ^2.0.0-alpha.3
|
|
4590
|
+
checksum: 10c0/adee6b8007f538e6c6f30cabf075936597a0a0d9d49fea9aafd14f628e0e307e710071fc21116fbae189f6bb02d0af772de2fff7b021da4249b2a625fa4920c3
|
|
4591
4591
|
languageName: node
|
|
4592
4592
|
linkType: hard
|
|
4593
4593
|
|
|
@@ -5595,9 +5595,9 @@ __metadata:
|
|
|
5595
5595
|
languageName: node
|
|
5596
5596
|
linkType: hard
|
|
5597
5597
|
|
|
5598
|
-
"@rollup/rollup-android-arm-eabi@npm:4.62.
|
|
5599
|
-
version: 4.62.
|
|
5600
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.62.
|
|
5598
|
+
"@rollup/rollup-android-arm-eabi@npm:4.62.3":
|
|
5599
|
+
version: 4.62.3
|
|
5600
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.62.3"
|
|
5601
5601
|
conditions: os=android & cpu=arm
|
|
5602
5602
|
languageName: node
|
|
5603
5603
|
linkType: hard
|
|
@@ -5609,9 +5609,9 @@ __metadata:
|
|
|
5609
5609
|
languageName: node
|
|
5610
5610
|
linkType: hard
|
|
5611
5611
|
|
|
5612
|
-
"@rollup/rollup-android-arm64@npm:4.62.
|
|
5613
|
-
version: 4.62.
|
|
5614
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.62.
|
|
5612
|
+
"@rollup/rollup-android-arm64@npm:4.62.3":
|
|
5613
|
+
version: 4.62.3
|
|
5614
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.62.3"
|
|
5615
5615
|
conditions: os=android & cpu=arm64
|
|
5616
5616
|
languageName: node
|
|
5617
5617
|
linkType: hard
|
|
@@ -5623,9 +5623,9 @@ __metadata:
|
|
|
5623
5623
|
languageName: node
|
|
5624
5624
|
linkType: hard
|
|
5625
5625
|
|
|
5626
|
-
"@rollup/rollup-darwin-arm64@npm:4.62.
|
|
5627
|
-
version: 4.62.
|
|
5628
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.62.
|
|
5626
|
+
"@rollup/rollup-darwin-arm64@npm:4.62.3":
|
|
5627
|
+
version: 4.62.3
|
|
5628
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.62.3"
|
|
5629
5629
|
conditions: os=darwin & cpu=arm64
|
|
5630
5630
|
languageName: node
|
|
5631
5631
|
linkType: hard
|
|
@@ -5637,9 +5637,9 @@ __metadata:
|
|
|
5637
5637
|
languageName: node
|
|
5638
5638
|
linkType: hard
|
|
5639
5639
|
|
|
5640
|
-
"@rollup/rollup-darwin-x64@npm:4.62.
|
|
5641
|
-
version: 4.62.
|
|
5642
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.62.
|
|
5640
|
+
"@rollup/rollup-darwin-x64@npm:4.62.3":
|
|
5641
|
+
version: 4.62.3
|
|
5642
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.62.3"
|
|
5643
5643
|
conditions: os=darwin & cpu=x64
|
|
5644
5644
|
languageName: node
|
|
5645
5645
|
linkType: hard
|
|
@@ -5651,9 +5651,9 @@ __metadata:
|
|
|
5651
5651
|
languageName: node
|
|
5652
5652
|
linkType: hard
|
|
5653
5653
|
|
|
5654
|
-
"@rollup/rollup-freebsd-arm64@npm:4.62.
|
|
5655
|
-
version: 4.62.
|
|
5656
|
-
resolution: "@rollup/rollup-freebsd-arm64@npm:4.62.
|
|
5654
|
+
"@rollup/rollup-freebsd-arm64@npm:4.62.3":
|
|
5655
|
+
version: 4.62.3
|
|
5656
|
+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.62.3"
|
|
5657
5657
|
conditions: os=freebsd & cpu=arm64
|
|
5658
5658
|
languageName: node
|
|
5659
5659
|
linkType: hard
|
|
@@ -5665,9 +5665,9 @@ __metadata:
|
|
|
5665
5665
|
languageName: node
|
|
5666
5666
|
linkType: hard
|
|
5667
5667
|
|
|
5668
|
-
"@rollup/rollup-freebsd-x64@npm:4.62.
|
|
5669
|
-
version: 4.62.
|
|
5670
|
-
resolution: "@rollup/rollup-freebsd-x64@npm:4.62.
|
|
5668
|
+
"@rollup/rollup-freebsd-x64@npm:4.62.3":
|
|
5669
|
+
version: 4.62.3
|
|
5670
|
+
resolution: "@rollup/rollup-freebsd-x64@npm:4.62.3"
|
|
5671
5671
|
conditions: os=freebsd & cpu=x64
|
|
5672
5672
|
languageName: node
|
|
5673
5673
|
linkType: hard
|
|
@@ -5679,9 +5679,9 @@ __metadata:
|
|
|
5679
5679
|
languageName: node
|
|
5680
5680
|
linkType: hard
|
|
5681
5681
|
|
|
5682
|
-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.62.
|
|
5683
|
-
version: 4.62.
|
|
5684
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.62.
|
|
5682
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.62.3":
|
|
5683
|
+
version: 4.62.3
|
|
5684
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.62.3"
|
|
5685
5685
|
conditions: os=linux & cpu=arm & libc=glibc
|
|
5686
5686
|
languageName: node
|
|
5687
5687
|
linkType: hard
|
|
@@ -5693,9 +5693,9 @@ __metadata:
|
|
|
5693
5693
|
languageName: node
|
|
5694
5694
|
linkType: hard
|
|
5695
5695
|
|
|
5696
|
-
"@rollup/rollup-linux-arm-musleabihf@npm:4.62.
|
|
5697
|
-
version: 4.62.
|
|
5698
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.62.
|
|
5696
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.62.3":
|
|
5697
|
+
version: 4.62.3
|
|
5698
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.62.3"
|
|
5699
5699
|
conditions: os=linux & cpu=arm & libc=musl
|
|
5700
5700
|
languageName: node
|
|
5701
5701
|
linkType: hard
|
|
@@ -5707,9 +5707,9 @@ __metadata:
|
|
|
5707
5707
|
languageName: node
|
|
5708
5708
|
linkType: hard
|
|
5709
5709
|
|
|
5710
|
-
"@rollup/rollup-linux-arm64-gnu@npm:4.62.
|
|
5711
|
-
version: 4.62.
|
|
5712
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.62.
|
|
5710
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.62.3":
|
|
5711
|
+
version: 4.62.3
|
|
5712
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.62.3"
|
|
5713
5713
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
5714
5714
|
languageName: node
|
|
5715
5715
|
linkType: hard
|
|
@@ -5721,9 +5721,9 @@ __metadata:
|
|
|
5721
5721
|
languageName: node
|
|
5722
5722
|
linkType: hard
|
|
5723
5723
|
|
|
5724
|
-
"@rollup/rollup-linux-arm64-musl@npm:4.62.
|
|
5725
|
-
version: 4.62.
|
|
5726
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.62.
|
|
5724
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.62.3":
|
|
5725
|
+
version: 4.62.3
|
|
5726
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.62.3"
|
|
5727
5727
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
5728
5728
|
languageName: node
|
|
5729
5729
|
linkType: hard
|
|
@@ -5735,9 +5735,9 @@ __metadata:
|
|
|
5735
5735
|
languageName: node
|
|
5736
5736
|
linkType: hard
|
|
5737
5737
|
|
|
5738
|
-
"@rollup/rollup-linux-loong64-gnu@npm:4.62.
|
|
5739
|
-
version: 4.62.
|
|
5740
|
-
resolution: "@rollup/rollup-linux-loong64-gnu@npm:4.62.
|
|
5738
|
+
"@rollup/rollup-linux-loong64-gnu@npm:4.62.3":
|
|
5739
|
+
version: 4.62.3
|
|
5740
|
+
resolution: "@rollup/rollup-linux-loong64-gnu@npm:4.62.3"
|
|
5741
5741
|
conditions: os=linux & cpu=loong64 & libc=glibc
|
|
5742
5742
|
languageName: node
|
|
5743
5743
|
linkType: hard
|
|
@@ -5749,9 +5749,9 @@ __metadata:
|
|
|
5749
5749
|
languageName: node
|
|
5750
5750
|
linkType: hard
|
|
5751
5751
|
|
|
5752
|
-
"@rollup/rollup-linux-loong64-musl@npm:4.62.
|
|
5753
|
-
version: 4.62.
|
|
5754
|
-
resolution: "@rollup/rollup-linux-loong64-musl@npm:4.62.
|
|
5752
|
+
"@rollup/rollup-linux-loong64-musl@npm:4.62.3":
|
|
5753
|
+
version: 4.62.3
|
|
5754
|
+
resolution: "@rollup/rollup-linux-loong64-musl@npm:4.62.3"
|
|
5755
5755
|
conditions: os=linux & cpu=loong64 & libc=musl
|
|
5756
5756
|
languageName: node
|
|
5757
5757
|
linkType: hard
|
|
@@ -5763,9 +5763,9 @@ __metadata:
|
|
|
5763
5763
|
languageName: node
|
|
5764
5764
|
linkType: hard
|
|
5765
5765
|
|
|
5766
|
-
"@rollup/rollup-linux-ppc64-gnu@npm:4.62.
|
|
5767
|
-
version: 4.62.
|
|
5768
|
-
resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.62.
|
|
5766
|
+
"@rollup/rollup-linux-ppc64-gnu@npm:4.62.3":
|
|
5767
|
+
version: 4.62.3
|
|
5768
|
+
resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.62.3"
|
|
5769
5769
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
5770
5770
|
languageName: node
|
|
5771
5771
|
linkType: hard
|
|
@@ -5777,9 +5777,9 @@ __metadata:
|
|
|
5777
5777
|
languageName: node
|
|
5778
5778
|
linkType: hard
|
|
5779
5779
|
|
|
5780
|
-
"@rollup/rollup-linux-ppc64-musl@npm:4.62.
|
|
5781
|
-
version: 4.62.
|
|
5782
|
-
resolution: "@rollup/rollup-linux-ppc64-musl@npm:4.62.
|
|
5780
|
+
"@rollup/rollup-linux-ppc64-musl@npm:4.62.3":
|
|
5781
|
+
version: 4.62.3
|
|
5782
|
+
resolution: "@rollup/rollup-linux-ppc64-musl@npm:4.62.3"
|
|
5783
5783
|
conditions: os=linux & cpu=ppc64 & libc=musl
|
|
5784
5784
|
languageName: node
|
|
5785
5785
|
linkType: hard
|
|
@@ -5791,9 +5791,9 @@ __metadata:
|
|
|
5791
5791
|
languageName: node
|
|
5792
5792
|
linkType: hard
|
|
5793
5793
|
|
|
5794
|
-
"@rollup/rollup-linux-riscv64-gnu@npm:4.62.
|
|
5795
|
-
version: 4.62.
|
|
5796
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.62.
|
|
5794
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.62.3":
|
|
5795
|
+
version: 4.62.3
|
|
5796
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.62.3"
|
|
5797
5797
|
conditions: os=linux & cpu=riscv64 & libc=glibc
|
|
5798
5798
|
languageName: node
|
|
5799
5799
|
linkType: hard
|
|
@@ -5805,9 +5805,9 @@ __metadata:
|
|
|
5805
5805
|
languageName: node
|
|
5806
5806
|
linkType: hard
|
|
5807
5807
|
|
|
5808
|
-
"@rollup/rollup-linux-riscv64-musl@npm:4.62.
|
|
5809
|
-
version: 4.62.
|
|
5810
|
-
resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.62.
|
|
5808
|
+
"@rollup/rollup-linux-riscv64-musl@npm:4.62.3":
|
|
5809
|
+
version: 4.62.3
|
|
5810
|
+
resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.62.3"
|
|
5811
5811
|
conditions: os=linux & cpu=riscv64 & libc=musl
|
|
5812
5812
|
languageName: node
|
|
5813
5813
|
linkType: hard
|
|
@@ -5819,9 +5819,9 @@ __metadata:
|
|
|
5819
5819
|
languageName: node
|
|
5820
5820
|
linkType: hard
|
|
5821
5821
|
|
|
5822
|
-
"@rollup/rollup-linux-s390x-gnu@npm:4.62.
|
|
5823
|
-
version: 4.62.
|
|
5824
|
-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.62.
|
|
5822
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.62.3":
|
|
5823
|
+
version: 4.62.3
|
|
5824
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.62.3"
|
|
5825
5825
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
5826
5826
|
languageName: node
|
|
5827
5827
|
linkType: hard
|
|
@@ -5833,9 +5833,9 @@ __metadata:
|
|
|
5833
5833
|
languageName: node
|
|
5834
5834
|
linkType: hard
|
|
5835
5835
|
|
|
5836
|
-
"@rollup/rollup-linux-x64-gnu@npm:4.62.
|
|
5837
|
-
version: 4.62.
|
|
5838
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.62.
|
|
5836
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.62.3":
|
|
5837
|
+
version: 4.62.3
|
|
5838
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.62.3"
|
|
5839
5839
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
5840
5840
|
languageName: node
|
|
5841
5841
|
linkType: hard
|
|
@@ -5847,9 +5847,9 @@ __metadata:
|
|
|
5847
5847
|
languageName: node
|
|
5848
5848
|
linkType: hard
|
|
5849
5849
|
|
|
5850
|
-
"@rollup/rollup-linux-x64-musl@npm:4.62.
|
|
5851
|
-
version: 4.62.
|
|
5852
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.62.
|
|
5850
|
+
"@rollup/rollup-linux-x64-musl@npm:4.62.3":
|
|
5851
|
+
version: 4.62.3
|
|
5852
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.62.3"
|
|
5853
5853
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
5854
5854
|
languageName: node
|
|
5855
5855
|
linkType: hard
|
|
@@ -5861,9 +5861,9 @@ __metadata:
|
|
|
5861
5861
|
languageName: node
|
|
5862
5862
|
linkType: hard
|
|
5863
5863
|
|
|
5864
|
-
"@rollup/rollup-openbsd-x64@npm:4.62.
|
|
5865
|
-
version: 4.62.
|
|
5866
|
-
resolution: "@rollup/rollup-openbsd-x64@npm:4.62.
|
|
5864
|
+
"@rollup/rollup-openbsd-x64@npm:4.62.3":
|
|
5865
|
+
version: 4.62.3
|
|
5866
|
+
resolution: "@rollup/rollup-openbsd-x64@npm:4.62.3"
|
|
5867
5867
|
conditions: os=openbsd & cpu=x64
|
|
5868
5868
|
languageName: node
|
|
5869
5869
|
linkType: hard
|
|
@@ -5875,9 +5875,9 @@ __metadata:
|
|
|
5875
5875
|
languageName: node
|
|
5876
5876
|
linkType: hard
|
|
5877
5877
|
|
|
5878
|
-
"@rollup/rollup-openharmony-arm64@npm:4.62.
|
|
5879
|
-
version: 4.62.
|
|
5880
|
-
resolution: "@rollup/rollup-openharmony-arm64@npm:4.62.
|
|
5878
|
+
"@rollup/rollup-openharmony-arm64@npm:4.62.3":
|
|
5879
|
+
version: 4.62.3
|
|
5880
|
+
resolution: "@rollup/rollup-openharmony-arm64@npm:4.62.3"
|
|
5881
5881
|
conditions: os=openharmony & cpu=arm64
|
|
5882
5882
|
languageName: node
|
|
5883
5883
|
linkType: hard
|
|
@@ -5889,9 +5889,9 @@ __metadata:
|
|
|
5889
5889
|
languageName: node
|
|
5890
5890
|
linkType: hard
|
|
5891
5891
|
|
|
5892
|
-
"@rollup/rollup-win32-arm64-msvc@npm:4.62.
|
|
5893
|
-
version: 4.62.
|
|
5894
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.62.
|
|
5892
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.62.3":
|
|
5893
|
+
version: 4.62.3
|
|
5894
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.62.3"
|
|
5895
5895
|
conditions: os=win32 & cpu=arm64
|
|
5896
5896
|
languageName: node
|
|
5897
5897
|
linkType: hard
|
|
@@ -5903,9 +5903,9 @@ __metadata:
|
|
|
5903
5903
|
languageName: node
|
|
5904
5904
|
linkType: hard
|
|
5905
5905
|
|
|
5906
|
-
"@rollup/rollup-win32-ia32-msvc@npm:4.62.
|
|
5907
|
-
version: 4.62.
|
|
5908
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.62.
|
|
5906
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.62.3":
|
|
5907
|
+
version: 4.62.3
|
|
5908
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.62.3"
|
|
5909
5909
|
conditions: os=win32 & cpu=ia32
|
|
5910
5910
|
languageName: node
|
|
5911
5911
|
linkType: hard
|
|
@@ -5917,9 +5917,9 @@ __metadata:
|
|
|
5917
5917
|
languageName: node
|
|
5918
5918
|
linkType: hard
|
|
5919
5919
|
|
|
5920
|
-
"@rollup/rollup-win32-x64-gnu@npm:4.62.
|
|
5921
|
-
version: 4.62.
|
|
5922
|
-
resolution: "@rollup/rollup-win32-x64-gnu@npm:4.62.
|
|
5920
|
+
"@rollup/rollup-win32-x64-gnu@npm:4.62.3":
|
|
5921
|
+
version: 4.62.3
|
|
5922
|
+
resolution: "@rollup/rollup-win32-x64-gnu@npm:4.62.3"
|
|
5923
5923
|
conditions: os=win32 & cpu=x64
|
|
5924
5924
|
languageName: node
|
|
5925
5925
|
linkType: hard
|
|
@@ -5931,9 +5931,9 @@ __metadata:
|
|
|
5931
5931
|
languageName: node
|
|
5932
5932
|
linkType: hard
|
|
5933
5933
|
|
|
5934
|
-
"@rollup/rollup-win32-x64-msvc@npm:4.62.
|
|
5935
|
-
version: 4.62.
|
|
5936
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.62.
|
|
5934
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.62.3":
|
|
5935
|
+
version: 4.62.3
|
|
5936
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.62.3"
|
|
5937
5937
|
conditions: os=win32 & cpu=x64
|
|
5938
5938
|
languageName: node
|
|
5939
5939
|
linkType: hard
|
|
@@ -6495,11 +6495,11 @@ __metadata:
|
|
|
6495
6495
|
linkType: hard
|
|
6496
6496
|
|
|
6497
6497
|
"@types/node@npm:*, @types/node@npm:>=13.7.0":
|
|
6498
|
-
version: 26.1.
|
|
6499
|
-
resolution: "@types/node@npm:26.1.
|
|
6498
|
+
version: 26.1.2
|
|
6499
|
+
resolution: "@types/node@npm:26.1.2"
|
|
6500
6500
|
dependencies:
|
|
6501
6501
|
undici-types: "npm:~8.3.0"
|
|
6502
|
-
checksum: 10c0/
|
|
6502
|
+
checksum: 10c0/a45503222c7db8f374afd5c9381db63dd95b6b1f703abea0890dd3d4a09eeb41da489e08a1a45baf18fe89fb77fbf310ff2789f680c490b04dafc41a60800a86
|
|
6503
6503
|
languageName: node
|
|
6504
6504
|
linkType: hard
|
|
6505
6505
|
|
|
@@ -7257,11 +7257,11 @@ __metadata:
|
|
|
7257
7257
|
linkType: hard
|
|
7258
7258
|
|
|
7259
7259
|
"acorn@npm:^8.1.0, acorn@npm:^8.11.0, acorn@npm:^8.14.1, acorn@npm:^8.15.0, acorn@npm:^8.16.0, acorn@npm:^8.4.1, acorn@npm:^8.8.1, acorn@npm:^8.9.0":
|
|
7260
|
-
version: 8.
|
|
7261
|
-
resolution: "acorn@npm:8.
|
|
7260
|
+
version: 8.18.0
|
|
7261
|
+
resolution: "acorn@npm:8.18.0"
|
|
7262
7262
|
bin:
|
|
7263
7263
|
acorn: bin/acorn
|
|
7264
|
-
checksum: 10c0/
|
|
7264
|
+
checksum: 10c0/be771be2135cc07910cf76f444ad514d7dcfd6d4a8026e597e93155275abc8ef61eee12211d52146e9d962874269b634f397464942087be013c89d0c54c5f8e5
|
|
7265
7265
|
languageName: node
|
|
7266
7266
|
linkType: hard
|
|
7267
7267
|
|
|
@@ -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.3"
|
|
7415
|
-
"@cedarjs/graphql-server": "npm:5.0.3"
|
|
7414
|
+
"@cedarjs/api": "npm:5.0.4-rc.3"
|
|
7415
|
+
"@cedarjs/graphql-server": "npm:5.0.4-rc.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"
|
|
@@ -8048,11 +8048,11 @@ __metadata:
|
|
|
8048
8048
|
linkType: hard
|
|
8049
8049
|
|
|
8050
8050
|
"baseline-browser-mapping@npm:^2.10.44":
|
|
8051
|
-
version: 2.11.
|
|
8052
|
-
resolution: "baseline-browser-mapping@npm:2.11.
|
|
8051
|
+
version: 2.11.5
|
|
8052
|
+
resolution: "baseline-browser-mapping@npm:2.11.5"
|
|
8053
8053
|
bin:
|
|
8054
8054
|
baseline-browser-mapping: dist/cli.cjs
|
|
8055
|
-
checksum: 10c0/
|
|
8055
|
+
checksum: 10c0/39276f2f2e4228e18abb10650d436549ede96aee47f0a1d802ec7a2ee7aa9353158fb133a454101fc0778c507d07db0029932c165233327e0bc302995fedc4ab
|
|
8056
8056
|
languageName: node
|
|
8057
8057
|
linkType: hard
|
|
8058
8058
|
|
|
@@ -8180,15 +8180,15 @@ __metadata:
|
|
|
8180
8180
|
linkType: hard
|
|
8181
8181
|
|
|
8182
8182
|
"brace-expansion@npm:^2.0.1, brace-expansion@npm:^2.0.2":
|
|
8183
|
-
version: 2.1.
|
|
8184
|
-
resolution: "brace-expansion@npm:2.1.
|
|
8183
|
+
version: 2.1.3
|
|
8184
|
+
resolution: "brace-expansion@npm:2.1.3"
|
|
8185
8185
|
dependencies:
|
|
8186
8186
|
balanced-match: "npm:^1.0.0"
|
|
8187
|
-
checksum: 10c0/
|
|
8187
|
+
checksum: 10c0/62bef43c5755b4978662d66d0844635cc171610644da7d0266db8c0180c21c6e8ff7b969a27d2f2ec7893b6efd9c33dc73383d84a467669832f2da1fd3771f99
|
|
8188
8188
|
languageName: node
|
|
8189
8189
|
linkType: hard
|
|
8190
8190
|
|
|
8191
|
-
"brace-expansion@npm:^5.0.
|
|
8191
|
+
"brace-expansion@npm:^5.0.8":
|
|
8192
8192
|
version: 5.0.8
|
|
8193
8193
|
resolution: "brace-expansion@npm:5.0.8"
|
|
8194
8194
|
dependencies:
|
|
@@ -9787,9 +9787,9 @@ __metadata:
|
|
|
9787
9787
|
linkType: hard
|
|
9788
9788
|
|
|
9789
9789
|
"electron-to-chromium@npm:^1.5.393":
|
|
9790
|
-
version: 1.5.
|
|
9791
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9792
|
-
checksum: 10c0/
|
|
9790
|
+
version: 1.5.397
|
|
9791
|
+
resolution: "electron-to-chromium@npm:1.5.397"
|
|
9792
|
+
checksum: 10c0/00488834c69bc310cbf71721b935896cf04e97a6b00d60cb244a83fdc0e664a072705a8d279e8836897b2cf093b4980343c6ad03985de367e9e7ac37ea8310e7
|
|
9793
9793
|
languageName: node
|
|
9794
9794
|
linkType: hard
|
|
9795
9795
|
|
|
@@ -10754,9 +10754,9 @@ __metadata:
|
|
|
10754
10754
|
linkType: hard
|
|
10755
10755
|
|
|
10756
10756
|
"exsolve@npm:^1.0.8":
|
|
10757
|
-
version: 1.1.
|
|
10758
|
-
resolution: "exsolve@npm:1.1.
|
|
10759
|
-
checksum: 10c0/
|
|
10757
|
+
version: 1.1.1
|
|
10758
|
+
resolution: "exsolve@npm:1.1.1"
|
|
10759
|
+
checksum: 10c0/0b157a7600408bd356ff78cff5ad9c8c0dd7ca5e7f246216c3c9b66196e76277d3130021122b9c5078a3462751fd7aa988fe3dc1e3b80c79cb873c1623f628e1
|
|
10760
10760
|
languageName: node
|
|
10761
10761
|
linkType: hard
|
|
10762
10762
|
|
|
@@ -11131,19 +11131,19 @@ __metadata:
|
|
|
11131
11131
|
languageName: node
|
|
11132
11132
|
linkType: hard
|
|
11133
11133
|
|
|
11134
|
-
"flow-estree@npm:0.
|
|
11135
|
-
version: 0.
|
|
11136
|
-
resolution: "flow-estree@npm:0.
|
|
11137
|
-
checksum: 10c0/
|
|
11134
|
+
"flow-estree@npm:0.324.0":
|
|
11135
|
+
version: 0.324.0
|
|
11136
|
+
resolution: "flow-estree@npm:0.324.0"
|
|
11137
|
+
checksum: 10c0/aee592e0ef72068388ef33196274e15f027520d6b6a8daf7a8de0ad5450fbe46ee5e8aecb3290a33ffd72cae226edf9a16459987492e7a832ac999a94054e2f1
|
|
11138
11138
|
languageName: node
|
|
11139
11139
|
linkType: hard
|
|
11140
11140
|
|
|
11141
11141
|
"flow-parser@npm:0.*":
|
|
11142
|
-
version: 0.
|
|
11143
|
-
resolution: "flow-parser@npm:0.
|
|
11142
|
+
version: 0.324.0
|
|
11143
|
+
resolution: "flow-parser@npm:0.324.0"
|
|
11144
11144
|
dependencies:
|
|
11145
|
-
flow-estree: "npm:0.
|
|
11146
|
-
checksum: 10c0/
|
|
11145
|
+
flow-estree: "npm:0.324.0"
|
|
11146
|
+
checksum: 10c0/37bd45b0575057e8c5f2e82d2a96c48dec8ad21568797e3be9a13f1c38ccc11d15629849e9b876e2b71ecf0076322ce0f580a4e9596d0f746e9f50c67ba8bed3
|
|
11147
11147
|
languageName: node
|
|
11148
11148
|
linkType: hard
|
|
11149
11149
|
|
|
@@ -11428,11 +11428,11 @@ __metadata:
|
|
|
11428
11428
|
linkType: hard
|
|
11429
11429
|
|
|
11430
11430
|
"giget@npm:^3.2.0":
|
|
11431
|
-
version: 3.3.
|
|
11432
|
-
resolution: "giget@npm:3.3.
|
|
11431
|
+
version: 3.3.1
|
|
11432
|
+
resolution: "giget@npm:3.3.1"
|
|
11433
11433
|
bin:
|
|
11434
11434
|
giget: dist/cli.mjs
|
|
11435
|
-
checksum: 10c0/
|
|
11435
|
+
checksum: 10c0/98cd06d78be355b0a9a0f26c4c51f384bd5d2b0cfb670f98a189520c879ea087edcba1f7c76193dfb31de73506379d9d92e43bbcb4a820ab3828259ab1fa6997
|
|
11436
11436
|
languageName: node
|
|
11437
11437
|
linkType: hard
|
|
11438
11438
|
|
|
@@ -11693,8 +11693,8 @@ __metadata:
|
|
|
11693
11693
|
linkType: hard
|
|
11694
11694
|
|
|
11695
11695
|
"graphql-ws@npm:^6.0.6":
|
|
11696
|
-
version: 6.
|
|
11697
|
-
resolution: "graphql-ws@npm:6.
|
|
11696
|
+
version: 6.2.0
|
|
11697
|
+
resolution: "graphql-ws@npm:6.2.0"
|
|
11698
11698
|
peerDependencies:
|
|
11699
11699
|
"@fastify/websocket": ^10 || ^11
|
|
11700
11700
|
crossws: ~0.3
|
|
@@ -11707,7 +11707,7 @@ __metadata:
|
|
|
11707
11707
|
optional: true
|
|
11708
11708
|
ws:
|
|
11709
11709
|
optional: true
|
|
11710
|
-
checksum: 10c0/
|
|
11710
|
+
checksum: 10c0/8037420e955a69f6af5244edf0931eb6e91556e24c77086fd1540a04969ab62c10b539f3967bd81baafee6e6ef7d436279d3ccb0e45cb85d26d7f5edf9e15e10
|
|
11711
11711
|
languageName: node
|
|
11712
11712
|
linkType: hard
|
|
11713
11713
|
|
|
@@ -11874,9 +11874,9 @@ __metadata:
|
|
|
11874
11874
|
linkType: hard
|
|
11875
11875
|
|
|
11876
11876
|
"hono@npm:^4.12.8":
|
|
11877
|
-
version: 4.12.
|
|
11878
|
-
resolution: "hono@npm:4.12.
|
|
11879
|
-
checksum: 10c0/
|
|
11877
|
+
version: 4.12.32
|
|
11878
|
+
resolution: "hono@npm:4.12.32"
|
|
11879
|
+
checksum: 10c0/3bb2fc0b042af87202e0cb0e5f77ee5b578684d868e1e321ed3de53e02f1ef02fe700811fa0d2fc765636a217bae7633d552d55934175f3dec6307a1f63f4ecb
|
|
11880
11880
|
languageName: node
|
|
11881
11881
|
linkType: hard
|
|
11882
11882
|
|
|
@@ -14152,11 +14152,11 @@ __metadata:
|
|
|
14152
14152
|
linkType: hard
|
|
14153
14153
|
|
|
14154
14154
|
"minimatch@npm:^10.0.0, minimatch@npm:^10.1.1, minimatch@npm:^10.2.1, minimatch@npm:^10.2.2, minimatch@npm:^10.2.4, minimatch@npm:^9.0.3 || ^10.1.2":
|
|
14155
|
-
version: 10.2.
|
|
14156
|
-
resolution: "minimatch@npm:10.2.
|
|
14155
|
+
version: 10.2.6
|
|
14156
|
+
resolution: "minimatch@npm:10.2.6"
|
|
14157
14157
|
dependencies:
|
|
14158
|
-
brace-expansion: "npm:^5.0.
|
|
14159
|
-
checksum: 10c0/
|
|
14158
|
+
brace-expansion: "npm:^5.0.8"
|
|
14159
|
+
checksum: 10c0/4559a836243b98bd4d17ea9f7edae698717c76399eea7be374f3737f33164e4907f19e9726891ddeb122f750a5a7fa80d2ac43e851d6e5984dc4ff42ec127d3a
|
|
14160
14160
|
languageName: node
|
|
14161
14161
|
linkType: hard
|
|
14162
14162
|
|
|
@@ -15383,13 +15383,13 @@ __metadata:
|
|
|
15383
15383
|
linkType: hard
|
|
15384
15384
|
|
|
15385
15385
|
"postcss@npm:^8.5.6":
|
|
15386
|
-
version: 8.5.
|
|
15387
|
-
resolution: "postcss@npm:8.5.
|
|
15386
|
+
version: 8.5.24
|
|
15387
|
+
resolution: "postcss@npm:8.5.24"
|
|
15388
15388
|
dependencies:
|
|
15389
15389
|
nanoid: "npm:^3.3.16"
|
|
15390
15390
|
picocolors: "npm:^1.1.1"
|
|
15391
15391
|
source-map-js: "npm:^1.2.1"
|
|
15392
|
-
checksum: 10c0/
|
|
15392
|
+
checksum: 10c0/b3854840ffee4604249a1bad97291105a974009d63b068b716dbee1d2e034bb965353a9fb4d6e957ede475b2acf4167cd4b1d41074f8dd3ce2fe488b60c8ce44
|
|
15393
15393
|
languageName: node
|
|
15394
15394
|
linkType: hard
|
|
15395
15395
|
|
|
@@ -16497,34 +16497,34 @@ __metadata:
|
|
|
16497
16497
|
linkType: hard
|
|
16498
16498
|
|
|
16499
16499
|
"rollup@npm:^4.43.0":
|
|
16500
|
-
version: 4.62.
|
|
16501
|
-
resolution: "rollup@npm:4.62.
|
|
16502
|
-
dependencies:
|
|
16503
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.62.
|
|
16504
|
-
"@rollup/rollup-android-arm64": "npm:4.62.
|
|
16505
|
-
"@rollup/rollup-darwin-arm64": "npm:4.62.
|
|
16506
|
-
"@rollup/rollup-darwin-x64": "npm:4.62.
|
|
16507
|
-
"@rollup/rollup-freebsd-arm64": "npm:4.62.
|
|
16508
|
-
"@rollup/rollup-freebsd-x64": "npm:4.62.
|
|
16509
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.62.
|
|
16510
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.62.
|
|
16511
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.62.
|
|
16512
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.62.
|
|
16513
|
-
"@rollup/rollup-linux-loong64-gnu": "npm:4.62.
|
|
16514
|
-
"@rollup/rollup-linux-loong64-musl": "npm:4.62.
|
|
16515
|
-
"@rollup/rollup-linux-ppc64-gnu": "npm:4.62.
|
|
16516
|
-
"@rollup/rollup-linux-ppc64-musl": "npm:4.62.
|
|
16517
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.62.
|
|
16518
|
-
"@rollup/rollup-linux-riscv64-musl": "npm:4.62.
|
|
16519
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.62.
|
|
16520
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.62.
|
|
16521
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.62.
|
|
16522
|
-
"@rollup/rollup-openbsd-x64": "npm:4.62.
|
|
16523
|
-
"@rollup/rollup-openharmony-arm64": "npm:4.62.
|
|
16524
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.62.
|
|
16525
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.62.
|
|
16526
|
-
"@rollup/rollup-win32-x64-gnu": "npm:4.62.
|
|
16527
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.62.
|
|
16500
|
+
version: 4.62.3
|
|
16501
|
+
resolution: "rollup@npm:4.62.3"
|
|
16502
|
+
dependencies:
|
|
16503
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.62.3"
|
|
16504
|
+
"@rollup/rollup-android-arm64": "npm:4.62.3"
|
|
16505
|
+
"@rollup/rollup-darwin-arm64": "npm:4.62.3"
|
|
16506
|
+
"@rollup/rollup-darwin-x64": "npm:4.62.3"
|
|
16507
|
+
"@rollup/rollup-freebsd-arm64": "npm:4.62.3"
|
|
16508
|
+
"@rollup/rollup-freebsd-x64": "npm:4.62.3"
|
|
16509
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.62.3"
|
|
16510
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.62.3"
|
|
16511
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.62.3"
|
|
16512
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.62.3"
|
|
16513
|
+
"@rollup/rollup-linux-loong64-gnu": "npm:4.62.3"
|
|
16514
|
+
"@rollup/rollup-linux-loong64-musl": "npm:4.62.3"
|
|
16515
|
+
"@rollup/rollup-linux-ppc64-gnu": "npm:4.62.3"
|
|
16516
|
+
"@rollup/rollup-linux-ppc64-musl": "npm:4.62.3"
|
|
16517
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.62.3"
|
|
16518
|
+
"@rollup/rollup-linux-riscv64-musl": "npm:4.62.3"
|
|
16519
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.62.3"
|
|
16520
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.62.3"
|
|
16521
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.62.3"
|
|
16522
|
+
"@rollup/rollup-openbsd-x64": "npm:4.62.3"
|
|
16523
|
+
"@rollup/rollup-openharmony-arm64": "npm:4.62.3"
|
|
16524
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.62.3"
|
|
16525
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.62.3"
|
|
16526
|
+
"@rollup/rollup-win32-x64-gnu": "npm:4.62.3"
|
|
16527
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.62.3"
|
|
16528
16528
|
"@types/estree": "npm:1.0.9"
|
|
16529
16529
|
fsevents: "npm:~2.3.2"
|
|
16530
16530
|
dependenciesMeta:
|
|
@@ -16582,7 +16582,7 @@ __metadata:
|
|
|
16582
16582
|
optional: true
|
|
16583
16583
|
bin:
|
|
16584
16584
|
rollup: dist/bin/rollup
|
|
16585
|
-
checksum: 10c0/
|
|
16585
|
+
checksum: 10c0/efa9c2fdbfeaaf2fa36ba6c49e658b6b595ff6cc04149c29e628f69d50f8ce420f9b1d1ae32fabff07ffb1d495d6b191b6c9ed7422ad53b72ef5fa629726a160
|
|
16586
16586
|
languageName: node
|
|
16587
16587
|
linkType: hard
|
|
16588
16588
|
|
|
@@ -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.3"
|
|
16594
|
-
"@cedarjs/eslint-config": "npm:5.0.3"
|
|
16595
|
-
"@cedarjs/project-config": "npm:5.0.3"
|
|
16596
|
-
"@cedarjs/testing": "npm:5.0.3"
|
|
16593
|
+
"@cedarjs/core": "npm:5.0.4-rc.3"
|
|
16594
|
+
"@cedarjs/eslint-config": "npm:5.0.4-rc.3"
|
|
16595
|
+
"@cedarjs/project-config": "npm:5.0.4-rc.3"
|
|
16596
|
+
"@cedarjs/testing": "npm:5.0.4-rc.3"
|
|
16597
16597
|
languageName: unknown
|
|
16598
16598
|
linkType: soft
|
|
16599
16599
|
|
|
@@ -17702,15 +17702,15 @@ __metadata:
|
|
|
17702
17702
|
linkType: hard
|
|
17703
17703
|
|
|
17704
17704
|
"tar@npm:^7.5.4":
|
|
17705
|
-
version: 7.5.
|
|
17706
|
-
resolution: "tar@npm:7.5.
|
|
17705
|
+
version: 7.5.22
|
|
17706
|
+
resolution: "tar@npm:7.5.22"
|
|
17707
17707
|
dependencies:
|
|
17708
17708
|
"@isaacs/fs-minipass": "npm:^4.0.0"
|
|
17709
17709
|
chownr: "npm:^3.0.0"
|
|
17710
17710
|
minipass: "npm:^7.1.2"
|
|
17711
17711
|
minizlib: "npm:^3.1.0"
|
|
17712
17712
|
yallist: "npm:^5.0.0"
|
|
17713
|
-
checksum: 10c0/
|
|
17713
|
+
checksum: 10c0/1311f6be85a8157ac4c9147bae43e13923d2a1aae15e4aa1bd5239e4e03d2cf53cfe103dde7f35832fbb4c938b042856bc8e9a0afd29abd05e2d1608788c4fea
|
|
17714
17714
|
languageName: node
|
|
17715
17715
|
linkType: hard
|
|
17716
17716
|
|
|
@@ -18248,16 +18248,16 @@ __metadata:
|
|
|
18248
18248
|
linkType: hard
|
|
18249
18249
|
|
|
18250
18250
|
"undici@npm:^7.0.0, undici@npm:^7.19.0":
|
|
18251
|
-
version: 7.
|
|
18252
|
-
resolution: "undici@npm:7.
|
|
18253
|
-
checksum: 10c0/
|
|
18251
|
+
version: 7.29.0
|
|
18252
|
+
resolution: "undici@npm:7.29.0"
|
|
18253
|
+
checksum: 10c0/85ea96e91e7f3de24de678cbbc54230fdd641a3b0643005f2aef044af1f1a2db8fbecb88b28e6fa78bb41ffeafda4479b57075b6b6ab92beac4b7b5ab53f9b10
|
|
18254
18254
|
languageName: node
|
|
18255
18255
|
linkType: hard
|
|
18256
18256
|
|
|
18257
18257
|
"undici@npm:^8.4.1":
|
|
18258
|
-
version: 8.
|
|
18259
|
-
resolution: "undici@npm:8.
|
|
18260
|
-
checksum: 10c0/
|
|
18258
|
+
version: 8.9.0
|
|
18259
|
+
resolution: "undici@npm:8.9.0"
|
|
18260
|
+
checksum: 10c0/e3d9fa35a9aa8360d9f56e66bd372f451ee053e25066a97fd9fab3816267035660f67870c6d709a58a5411551657af78c4475be5b31c113b04f70251309900d0
|
|
18261
18261
|
languageName: node
|
|
18262
18262
|
linkType: hard
|
|
18263
18263
|
|
|
@@ -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.3"
|
|
18789
|
-
"@cedarjs/router": "npm:5.0.3"
|
|
18790
|
-
"@cedarjs/vite": "npm:5.0.3"
|
|
18791
|
-
"@cedarjs/web": "npm:5.0.3"
|
|
18788
|
+
"@cedarjs/forms": "npm:5.0.4-rc.3"
|
|
18789
|
+
"@cedarjs/router": "npm:5.0.4-rc.3"
|
|
18790
|
+
"@cedarjs/vite": "npm:5.0.4-rc.3"
|
|
18791
|
+
"@cedarjs/web": "npm:5.0.4-rc.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"
|