create-cedar-app 5.0.3 → 5.0.4-next.167
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 +344 -344
- package/package.json +5 -5
- package/templates/esm-js/api/package.json +9 -3
- package/templates/esm-js/package.json +6 -6
- package/templates/esm-js/web/package.json +9 -5
- package/templates/esm-js/web/src/App.jsx +2 -2
- package/templates/esm-js/yarn.lock +291 -301
- package/templates/esm-ts/api/package.json +9 -3
- package/templates/esm-ts/package.json +6 -6
- package/templates/esm-ts/web/package.json +9 -5
- package/templates/esm-ts/web/src/App.tsx +2 -2
- package/templates/esm-ts/yarn.lock +291 -301
- package/templates/js/api/package.json +3 -3
- package/templates/js/package.json +4 -4
- package/templates/js/web/package.json +4 -4
- package/templates/js/web/src/App.jsx +2 -2
- package/templates/js/yarn.lock +291 -301
- package/templates/overlays/cjs/npm/package.json +4 -4
- package/templates/overlays/cjs/pnpm/package.json +4 -4
- package/templates/overlays/cjs/pnpm/pnpm-workspace.yaml +2 -0
- package/templates/overlays/cjs/yarn/package.json +4 -4
- package/templates/overlays/esm/npm/package.json +8 -6
- package/templates/overlays/esm/pnpm/package.json +6 -5
- package/templates/overlays/esm/pnpm/pnpm-workspace.yaml +3 -0
- package/templates/overlays/esm/yarn/package.json +6 -6
- package/templates/ts/api/package.json +3 -3
- package/templates/ts/package.json +4 -4
- package/templates/ts/web/package.json +4 -4
- package/templates/ts/web/src/App.tsx +2 -2
- package/templates/ts/yarn.lock +291 -301
- package/templates/esm-js/.yarn/install-state.gz +0 -0
- package/templates/esm-ts/.yarn/install-state.gz +0 -0
|
@@ -1705,15 +1705,15 @@ __metadata:
|
|
|
1705
1705
|
languageName: node
|
|
1706
1706
|
linkType: hard
|
|
1707
1707
|
|
|
1708
|
-
"@cedarjs/api-server@npm:5.0.
|
|
1709
|
-
version: 5.0.
|
|
1710
|
-
resolution: "@cedarjs/api-server@npm:5.0.
|
|
1708
|
+
"@cedarjs/api-server@npm:5.0.1":
|
|
1709
|
+
version: 5.0.1
|
|
1710
|
+
resolution: "@cedarjs/api-server@npm:5.0.1"
|
|
1711
1711
|
dependencies:
|
|
1712
|
-
"@cedarjs/context": "npm:5.0.
|
|
1713
|
-
"@cedarjs/fastify-web": "npm:5.0.
|
|
1714
|
-
"@cedarjs/internal": "npm:5.0.
|
|
1715
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
1716
|
-
"@cedarjs/web-server": "npm:5.0.
|
|
1712
|
+
"@cedarjs/context": "npm:5.0.1"
|
|
1713
|
+
"@cedarjs/fastify-web": "npm:5.0.1"
|
|
1714
|
+
"@cedarjs/internal": "npm:5.0.1"
|
|
1715
|
+
"@cedarjs/project-config": "npm:5.0.1"
|
|
1716
|
+
"@cedarjs/web-server": "npm:5.0.1"
|
|
1717
1717
|
"@fastify/multipart": "npm:9.4.0"
|
|
1718
1718
|
"@fastify/url-data": "npm:6.0.3"
|
|
1719
1719
|
ansis: "npm:4.2.0"
|
|
@@ -1730,7 +1730,7 @@ __metadata:
|
|
|
1730
1730
|
termi-link: "npm:1.1.0"
|
|
1731
1731
|
yargs: "npm:17.7.3"
|
|
1732
1732
|
peerDependencies:
|
|
1733
|
-
"@cedarjs/graphql-server": 5.0.
|
|
1733
|
+
"@cedarjs/graphql-server": 5.0.1
|
|
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/3b9a35e53abf45ce218e4271a510fe62db19d3f40d973a65c3864256f153a54005acbefbe3505a13883d26d908d82a503b384f7545f6fc28cbc3581f522fd42a
|
|
1747
1747
|
languageName: node
|
|
1748
1748
|
linkType: hard
|
|
1749
1749
|
|
|
1750
|
-
"@cedarjs/api@npm:5.0.
|
|
1751
|
-
version: 5.0.
|
|
1752
|
-
resolution: "@cedarjs/api@npm:5.0.
|
|
1750
|
+
"@cedarjs/api@npm:5.0.1":
|
|
1751
|
+
version: 5.0.1
|
|
1752
|
+
resolution: "@cedarjs/api@npm:5.0.1"
|
|
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/0284309c6bc80762d63ba5f52209cde31a167bf13479fbff2b6b3969cfb4b401e0d9d395190c13deff0b0a2937561529ce861ea90c0f39ab8a332b2d85aba761
|
|
1779
1779
|
languageName: node
|
|
1780
1780
|
linkType: hard
|
|
1781
1781
|
|
|
1782
|
-
"@cedarjs/auth@npm:5.0.
|
|
1783
|
-
version: 5.0.
|
|
1784
|
-
resolution: "@cedarjs/auth@npm:5.0.
|
|
1782
|
+
"@cedarjs/auth@npm:5.0.1":
|
|
1783
|
+
version: 5.0.1
|
|
1784
|
+
resolution: "@cedarjs/auth@npm:5.0.1"
|
|
1785
1785
|
dependencies:
|
|
1786
1786
|
react: "npm:18.3.1"
|
|
1787
|
-
checksum: 10c0/
|
|
1787
|
+
checksum: 10c0/013b4c2860c671814a0ee7715f9314c00d56510200109d492e93bd97888618519a3a83157f8c6efa674e9139163f6991a0edc6b0a37e1dbf6400f4d906694f40
|
|
1788
1788
|
languageName: node
|
|
1789
1789
|
linkType: hard
|
|
1790
1790
|
|
|
1791
|
-
"@cedarjs/babel-config@npm:5.0.
|
|
1792
|
-
version: 5.0.
|
|
1793
|
-
resolution: "@cedarjs/babel-config@npm:5.0.
|
|
1791
|
+
"@cedarjs/babel-config@npm:5.0.1":
|
|
1792
|
+
version: 5.0.1
|
|
1793
|
+
resolution: "@cedarjs/babel-config@npm:5.0.1"
|
|
1794
1794
|
dependencies:
|
|
1795
1795
|
"@babel/core": "npm:^7.26.10"
|
|
1796
1796
|
"@babel/parser": "npm:7.29.7"
|
|
@@ -1801,24 +1801,24 @@ __metadata:
|
|
|
1801
1801
|
"@babel/preset-typescript": "npm:7.29.7"
|
|
1802
1802
|
"@babel/register": "npm:7.29.7"
|
|
1803
1803
|
"@babel/traverse": "npm:7.29.7"
|
|
1804
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
1804
|
+
"@cedarjs/project-config": "npm:5.0.1"
|
|
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/59e2d48d549e9c77100b2b2752807264ec7ac498ebb856ce37b9b629876e8aa5c6148ab685e7ce72985c727888b876d9f4673077e27ddadf360689625ce94e1f
|
|
1812
1812
|
languageName: node
|
|
1813
1813
|
linkType: hard
|
|
1814
1814
|
|
|
1815
|
-
"@cedarjs/cli-helpers@npm:5.0.
|
|
1816
|
-
version: 5.0.
|
|
1817
|
-
resolution: "@cedarjs/cli-helpers@npm:5.0.
|
|
1815
|
+
"@cedarjs/cli-helpers@npm:5.0.1":
|
|
1816
|
+
version: 5.0.1
|
|
1817
|
+
resolution: "@cedarjs/cli-helpers@npm:5.0.1"
|
|
1818
1818
|
dependencies:
|
|
1819
1819
|
"@babel/core": "npm:^7.26.10"
|
|
1820
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
1821
|
-
"@cedarjs/telemetry": "npm:5.0.
|
|
1820
|
+
"@cedarjs/project-config": "npm:5.0.1"
|
|
1821
|
+
"@cedarjs/telemetry": "npm:5.0.1"
|
|
1822
1822
|
"@listr2/prompt-adapter-enquirer": "npm:4.2.1"
|
|
1823
1823
|
"@opentelemetry/api": "npm:1.9.1"
|
|
1824
1824
|
ansis: "npm:4.2.0"
|
|
@@ -1826,7 +1826,7 @@ __metadata:
|
|
|
1826
1826
|
dotenv-defaults: "npm:5.0.2"
|
|
1827
1827
|
enquirer: "npm:2.4.1"
|
|
1828
1828
|
execa: "npm:5.1.1"
|
|
1829
|
-
listr2: "npm:10.2.
|
|
1829
|
+
listr2: "npm:10.2.1"
|
|
1830
1830
|
lodash: "npm:4.18.1"
|
|
1831
1831
|
pascalcase: "npm:1.0.0"
|
|
1832
1832
|
prettier: "npm:3.8.4"
|
|
@@ -1835,27 +1835,27 @@ __metadata:
|
|
|
1835
1835
|
smol-toml: "npm:1.6.1"
|
|
1836
1836
|
termi-link: "npm:1.1.0"
|
|
1837
1837
|
yargs-parser: "npm:21.1.1"
|
|
1838
|
-
checksum: 10c0/
|
|
1838
|
+
checksum: 10c0/2c140e585fab93f538247bcb0f9f89579ddaa96582bb482e1779bf5e501271a13d13a956fe5f2e2ce5c8263684441d08a8cb9b8225b084df25e72db9bc6bcb9f
|
|
1839
1839
|
languageName: node
|
|
1840
1840
|
linkType: hard
|
|
1841
1841
|
|
|
1842
|
-
"@cedarjs/cli@npm:5.0.
|
|
1843
|
-
version: 5.0.
|
|
1844
|
-
resolution: "@cedarjs/cli@npm:5.0.
|
|
1842
|
+
"@cedarjs/cli@npm:5.0.1":
|
|
1843
|
+
version: 5.0.1
|
|
1844
|
+
resolution: "@cedarjs/cli@npm:5.0.1"
|
|
1845
1845
|
dependencies:
|
|
1846
1846
|
"@babel/parser": "npm:7.29.7"
|
|
1847
1847
|
"@babel/preset-typescript": "npm:7.29.7"
|
|
1848
|
-
"@cedarjs/api-server": "npm:5.0.
|
|
1849
|
-
"@cedarjs/cli-helpers": "npm:5.0.
|
|
1850
|
-
"@cedarjs/fastify-web": "npm:5.0.
|
|
1851
|
-
"@cedarjs/internal": "npm:5.0.
|
|
1852
|
-
"@cedarjs/prerender": "npm:5.0.
|
|
1853
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
1854
|
-
"@cedarjs/structure": "npm:5.0.
|
|
1855
|
-
"@cedarjs/telemetry": "npm:5.0.
|
|
1856
|
-
"@cedarjs/utils": "npm:5.0.
|
|
1857
|
-
"@cedarjs/vite": "npm:5.0.
|
|
1858
|
-
"@cedarjs/web-server": "npm:5.0.
|
|
1848
|
+
"@cedarjs/api-server": "npm:5.0.1"
|
|
1849
|
+
"@cedarjs/cli-helpers": "npm:5.0.1"
|
|
1850
|
+
"@cedarjs/fastify-web": "npm:5.0.1"
|
|
1851
|
+
"@cedarjs/internal": "npm:5.0.1"
|
|
1852
|
+
"@cedarjs/prerender": "npm:5.0.1"
|
|
1853
|
+
"@cedarjs/project-config": "npm:5.0.1"
|
|
1854
|
+
"@cedarjs/structure": "npm:5.0.1"
|
|
1855
|
+
"@cedarjs/telemetry": "npm:5.0.1"
|
|
1856
|
+
"@cedarjs/utils": "npm:5.0.1"
|
|
1857
|
+
"@cedarjs/vite": "npm:5.0.1"
|
|
1858
|
+
"@cedarjs/web-server": "npm:5.0.1"
|
|
1859
1859
|
"@listr2/prompt-adapter-enquirer": "npm:4.2.1"
|
|
1860
1860
|
"@opentelemetry/api": "npm:1.9.1"
|
|
1861
1861
|
"@opentelemetry/core": "npm:1.30.1"
|
|
@@ -1871,7 +1871,7 @@ __metadata:
|
|
|
1871
1871
|
camelcase: "npm:6.3.0"
|
|
1872
1872
|
change-case: "npm:4.1.2"
|
|
1873
1873
|
ci-info: "npm:4.4.0"
|
|
1874
|
-
concurrently: "npm:9.2.
|
|
1874
|
+
concurrently: "npm:9.2.1"
|
|
1875
1875
|
configstore: "npm:7.1.0"
|
|
1876
1876
|
cross-env: "npm:7.0.3"
|
|
1877
1877
|
decamelize: "npm:6.0.1"
|
|
@@ -1884,7 +1884,7 @@ __metadata:
|
|
|
1884
1884
|
jscodeshift: "npm:17.3.0"
|
|
1885
1885
|
jsonc-parser: "npm:3.3.1"
|
|
1886
1886
|
latest-version: "npm:9.0.0"
|
|
1887
|
-
listr2: "npm:10.2.
|
|
1887
|
+
listr2: "npm:10.2.1"
|
|
1888
1888
|
lodash: "npm:4.18.1"
|
|
1889
1889
|
pascalcase: "npm:1.0.0"
|
|
1890
1890
|
pluralize: "npm:8.0.0"
|
|
@@ -1910,40 +1910,40 @@ __metadata:
|
|
|
1910
1910
|
cfw: dist/cfw.js
|
|
1911
1911
|
redwood: dist/index.js
|
|
1912
1912
|
rw: dist/index.js
|
|
1913
|
-
checksum: 10c0/
|
|
1913
|
+
checksum: 10c0/2bc6b83b7ecd6fe7dae50435b0cc5afda21ef2c7fd77596d10b4536c23d9df4304ae9d4ba7a3870cf3a2b12c72e417d1f90ef1679cfe633431ace823219873fa
|
|
1914
1914
|
languageName: node
|
|
1915
1915
|
linkType: hard
|
|
1916
1916
|
|
|
1917
|
-
"@cedarjs/context@npm:5.0.
|
|
1918
|
-
version: 5.0.
|
|
1919
|
-
resolution: "@cedarjs/context@npm:5.0.
|
|
1920
|
-
checksum: 10c0/
|
|
1917
|
+
"@cedarjs/context@npm:5.0.1":
|
|
1918
|
+
version: 5.0.1
|
|
1919
|
+
resolution: "@cedarjs/context@npm:5.0.1"
|
|
1920
|
+
checksum: 10c0/053838f91b2fdb9f130b4782cf297a17ab365a5427b33c3ca49613a421163bad8803e58b4ebdb2980d1037fad34356177631dae3a287ef474c1058ba1980ea25
|
|
1921
1921
|
languageName: node
|
|
1922
1922
|
linkType: hard
|
|
1923
1923
|
|
|
1924
|
-
"@cedarjs/cookie-jar@npm:5.0.
|
|
1925
|
-
version: 5.0.
|
|
1926
|
-
resolution: "@cedarjs/cookie-jar@npm:5.0.
|
|
1924
|
+
"@cedarjs/cookie-jar@npm:5.0.1":
|
|
1925
|
+
version: 5.0.1
|
|
1926
|
+
resolution: "@cedarjs/cookie-jar@npm:5.0.1"
|
|
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/d972824ba69ef2d428992d12e2906699743f9ccd673c059df1f4c6518b924a972ea597987cc064d19de0f98140a1748322aa336cb8c9f1378e8e5960f05ed15b
|
|
1932
1932
|
languageName: node
|
|
1933
1933
|
linkType: hard
|
|
1934
1934
|
|
|
1935
|
-
"@cedarjs/core@npm:5.0.
|
|
1936
|
-
version: 5.0.
|
|
1937
|
-
resolution: "@cedarjs/core@npm:5.0.
|
|
1935
|
+
"@cedarjs/core@npm:5.0.1":
|
|
1936
|
+
version: 5.0.1
|
|
1937
|
+
resolution: "@cedarjs/core@npm:5.0.1"
|
|
1938
1938
|
dependencies:
|
|
1939
1939
|
"@babel/cli": "npm:7.29.7"
|
|
1940
|
-
"@cedarjs/api-server": "npm:5.0.
|
|
1941
|
-
"@cedarjs/cli": "npm:5.0.
|
|
1942
|
-
"@cedarjs/eslint-config": "npm:5.0.
|
|
1943
|
-
"@cedarjs/internal": "npm:5.0.
|
|
1944
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
1945
|
-
"@cedarjs/testing": "npm:5.0.
|
|
1946
|
-
"@cedarjs/web-server": "npm:5.0.
|
|
1940
|
+
"@cedarjs/api-server": "npm:5.0.1"
|
|
1941
|
+
"@cedarjs/cli": "npm:5.0.1"
|
|
1942
|
+
"@cedarjs/eslint-config": "npm:5.0.1"
|
|
1943
|
+
"@cedarjs/internal": "npm:5.0.1"
|
|
1944
|
+
"@cedarjs/project-config": "npm:5.0.1"
|
|
1945
|
+
"@cedarjs/testing": "npm:5.0.1"
|
|
1946
|
+
"@cedarjs/web-server": "npm:5.0.1"
|
|
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/4bc6f8e1aa1f78f90da2a959d320137f2fbaa53008aec425f7cb0f8378fcab013b17218b308a002d90875256728d201127bd628721bb0af58eebb67901233610
|
|
1979
1979
|
languageName: node
|
|
1980
1980
|
linkType: hard
|
|
1981
1981
|
|
|
1982
|
-
"@cedarjs/eslint-config@npm:5.0.
|
|
1983
|
-
version: 5.0.
|
|
1984
|
-
resolution: "@cedarjs/eslint-config@npm:5.0.
|
|
1982
|
+
"@cedarjs/eslint-config@npm:5.0.1":
|
|
1983
|
+
version: 5.0.1
|
|
1984
|
+
resolution: "@cedarjs/eslint-config@npm:5.0.1"
|
|
1985
1985
|
dependencies:
|
|
1986
1986
|
"@babel/core": "npm:^7.26.10"
|
|
1987
1987
|
"@babel/eslint-parser": "npm:7.29.7"
|
|
1988
1988
|
"@babel/eslint-plugin": "npm:7.29.7"
|
|
1989
|
-
"@cedarjs/babel-config": "npm:5.0.
|
|
1990
|
-
"@cedarjs/eslint-plugin": "npm:5.0.
|
|
1991
|
-
"@cedarjs/internal": "npm:5.0.
|
|
1992
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
1989
|
+
"@cedarjs/babel-config": "npm:5.0.1"
|
|
1990
|
+
"@cedarjs/eslint-plugin": "npm:5.0.1"
|
|
1991
|
+
"@cedarjs/internal": "npm:5.0.1"
|
|
1992
|
+
"@cedarjs/project-config": "npm:5.0.1"
|
|
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/3369ff1315bc55aa7399767567bf22a8953cbe8dd21c55642134e0a8a41f0af12eed563388db7a6d727ab031051d45444b26e417c9854e8d6ae9ca12a2471096
|
|
2014
2014
|
languageName: node
|
|
2015
2015
|
linkType: hard
|
|
2016
2016
|
|
|
2017
|
-
"@cedarjs/eslint-plugin@npm:5.0.
|
|
2018
|
-
version: 5.0.
|
|
2019
|
-
resolution: "@cedarjs/eslint-plugin@npm:5.0.
|
|
2017
|
+
"@cedarjs/eslint-plugin@npm:5.0.1":
|
|
2018
|
+
version: 5.0.1
|
|
2019
|
+
resolution: "@cedarjs/eslint-plugin@npm:5.0.1"
|
|
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/1d74809ba43d7cc3fe289347280835affff79141cf19b9af1cc517c543bd1f893790a202fa28ae49c53b0561e85bbc79911dcfb6549d7636cb93526b23758250
|
|
2024
2024
|
languageName: node
|
|
2025
2025
|
linkType: hard
|
|
2026
2026
|
|
|
2027
|
-
"@cedarjs/fastify-web@npm:5.0.
|
|
2028
|
-
version: 5.0.
|
|
2029
|
-
resolution: "@cedarjs/fastify-web@npm:5.0.
|
|
2027
|
+
"@cedarjs/fastify-web@npm:5.0.1":
|
|
2028
|
+
version: 5.0.1
|
|
2029
|
+
resolution: "@cedarjs/fastify-web@npm:5.0.1"
|
|
2030
2030
|
dependencies:
|
|
2031
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2031
|
+
"@cedarjs/project-config": "npm:5.0.1"
|
|
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/1b38822c4f2919d3b0e185cfbadd71ea97f5e1e1a46ec78e00f754a355d1e45f2396a2974d8ac8370c9a0957846bbe49535371b13a8e6496c9737e55c0edbd4f
|
|
2037
2037
|
languageName: node
|
|
2038
2038
|
linkType: hard
|
|
2039
2039
|
|
|
2040
|
-
"@cedarjs/forms@npm:5.0.
|
|
2041
|
-
version: 5.0.
|
|
2042
|
-
resolution: "@cedarjs/forms@npm:5.0.
|
|
2040
|
+
"@cedarjs/forms@npm:5.0.1":
|
|
2041
|
+
version: 5.0.1
|
|
2042
|
+
resolution: "@cedarjs/forms@npm:5.0.1"
|
|
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/56041d09a7315aee0e22bd4d9dd1cc36f406bfa9730e758bcc47dc84c03ee3e94a14db8155bdfba02f3e18a8fba49de673b2ffab8eba476ce91ac75045fe4d42
|
|
2050
2050
|
languageName: node
|
|
2051
2051
|
linkType: hard
|
|
2052
2052
|
|
|
2053
|
-
"@cedarjs/graphql-server@npm:5.0.
|
|
2054
|
-
version: 5.0.
|
|
2055
|
-
resolution: "@cedarjs/graphql-server@npm:5.0.
|
|
2053
|
+
"@cedarjs/graphql-server@npm:5.0.1":
|
|
2054
|
+
version: 5.0.1
|
|
2055
|
+
resolution: "@cedarjs/graphql-server@npm:5.0.1"
|
|
2056
2056
|
dependencies:
|
|
2057
|
-
"@cedarjs/api": "npm:5.0.
|
|
2058
|
-
"@cedarjs/context": "npm:5.0.
|
|
2057
|
+
"@cedarjs/api": "npm:5.0.1"
|
|
2058
|
+
"@cedarjs/context": "npm:5.0.1"
|
|
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/6c602e4733752e9e31c048501be78cd42dc6c2255054915bf106c96213aff3157c55f327c77440dfc0db96ca717f70ea90ace9a4c96ac18e28e958289988d07c
|
|
2078
2078
|
languageName: node
|
|
2079
2079
|
linkType: hard
|
|
2080
2080
|
|
|
2081
|
-
"@cedarjs/internal@npm:5.0.
|
|
2082
|
-
version: 5.0.
|
|
2083
|
-
resolution: "@cedarjs/internal@npm:5.0.
|
|
2081
|
+
"@cedarjs/internal@npm:5.0.1":
|
|
2082
|
+
version: 5.0.1
|
|
2083
|
+
resolution: "@cedarjs/internal@npm:5.0.1"
|
|
2084
2084
|
dependencies:
|
|
2085
2085
|
"@babel/core": "npm:^7.26.10"
|
|
2086
2086
|
"@babel/parser": "npm:7.29.7"
|
|
2087
2087
|
"@babel/plugin-transform-react-jsx": "npm:7.29.7"
|
|
2088
2088
|
"@babel/plugin-transform-typescript": "npm:^7.26.8"
|
|
2089
2089
|
"@babel/traverse": "npm:7.29.7"
|
|
2090
|
-
"@cedarjs/babel-config": "npm:5.0.
|
|
2091
|
-
"@cedarjs/cli-helpers": "npm:5.0.
|
|
2092
|
-
"@cedarjs/graphql-server": "npm:5.0.
|
|
2093
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2094
|
-
"@cedarjs/router": "npm:5.0.
|
|
2095
|
-
"@cedarjs/structure": "npm:5.0.
|
|
2096
|
-
"@cedarjs/utils": "npm:5.0.
|
|
2090
|
+
"@cedarjs/babel-config": "npm:5.0.1"
|
|
2091
|
+
"@cedarjs/cli-helpers": "npm:5.0.1"
|
|
2092
|
+
"@cedarjs/graphql-server": "npm:5.0.1"
|
|
2093
|
+
"@cedarjs/project-config": "npm:5.0.1"
|
|
2094
|
+
"@cedarjs/router": "npm:5.0.1"
|
|
2095
|
+
"@cedarjs/structure": "npm:5.0.1"
|
|
2096
|
+
"@cedarjs/utils": "npm:5.0.1"
|
|
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/296b3089d0a9e726f78ad4c8c602639a86d25b1f0af3e0f4bed08d0ec0eeee848d330c65252ff913a1fe0edd542da760a62ee4c43b79224d43f5a0a89151c86e
|
|
2138
2138
|
languageName: node
|
|
2139
2139
|
linkType: hard
|
|
2140
2140
|
|
|
2141
|
-
"@cedarjs/prerender@npm:5.0.
|
|
2142
|
-
version: 5.0.
|
|
2143
|
-
resolution: "@cedarjs/prerender@npm:5.0.
|
|
2141
|
+
"@cedarjs/prerender@npm:5.0.1":
|
|
2142
|
+
version: 5.0.1
|
|
2143
|
+
resolution: "@cedarjs/prerender@npm:5.0.1"
|
|
2144
2144
|
dependencies:
|
|
2145
2145
|
"@ast-grep/napi": "npm:0.43.0"
|
|
2146
2146
|
"@babel/generator": "npm:7.29.7"
|
|
2147
2147
|
"@babel/parser": "npm:7.29.7"
|
|
2148
2148
|
"@babel/traverse": "npm:7.29.7"
|
|
2149
|
-
"@cedarjs/babel-config": "npm:5.0.
|
|
2150
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2151
|
-
"@cedarjs/structure": "npm:5.0.
|
|
2152
|
-
"@cedarjs/vite": "npm:5.0.
|
|
2149
|
+
"@cedarjs/babel-config": "npm:5.0.1"
|
|
2150
|
+
"@cedarjs/project-config": "npm:5.0.1"
|
|
2151
|
+
"@cedarjs/structure": "npm:5.0.1"
|
|
2152
|
+
"@cedarjs/vite": "npm:5.0.1"
|
|
2153
2153
|
"@rollup/plugin-alias": "npm:5.1.1"
|
|
2154
2154
|
"@rollup/plugin-commonjs": "npm:28.0.9"
|
|
2155
2155
|
"@rollup/plugin-node-resolve": "npm:16.0.3"
|
|
@@ -2166,61 +2166,61 @@ __metadata:
|
|
|
2166
2166
|
unplugin-auto-import: "npm:19.3.0"
|
|
2167
2167
|
vite: "npm:7.3.5"
|
|
2168
2168
|
peerDependencies:
|
|
2169
|
-
"@cedarjs/router":
|
|
2170
|
-
"@cedarjs/web":
|
|
2169
|
+
"@cedarjs/router": 4.2.0
|
|
2170
|
+
"@cedarjs/web": 4.2.0
|
|
2171
2171
|
react: 18.3.1
|
|
2172
2172
|
react-dom: 18.3.1
|
|
2173
|
-
checksum: 10c0/
|
|
2173
|
+
checksum: 10c0/6f4ab19983fa935db1bbbb1038eac7748dd9ddf425cac1e5f692259b13d20f205bff1b0e3ca0e6b8d7dd0f50202f26efbcda46a45d8c960d0d88b9ac20c30241
|
|
2174
2174
|
languageName: node
|
|
2175
2175
|
linkType: hard
|
|
2176
2176
|
|
|
2177
|
-
"@cedarjs/project-config@npm:5.0.
|
|
2178
|
-
version: 5.0.
|
|
2179
|
-
resolution: "@cedarjs/project-config@npm:5.0.
|
|
2177
|
+
"@cedarjs/project-config@npm:5.0.1":
|
|
2178
|
+
version: 5.0.1
|
|
2179
|
+
resolution: "@cedarjs/project-config@npm:5.0.1"
|
|
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/34fe232ffe394b33f4cb3116cf5edbe3b8d35122f10d1c6313abfd6639e8e4717e63c539504a011d1d2d5d8a211781031004b3484d49a8b9b69fadb463b974dc
|
|
2187
2187
|
languageName: node
|
|
2188
2188
|
linkType: hard
|
|
2189
2189
|
|
|
2190
|
-
"@cedarjs/router@npm:5.0.
|
|
2191
|
-
version: 5.0.
|
|
2192
|
-
resolution: "@cedarjs/router@npm:5.0.
|
|
2190
|
+
"@cedarjs/router@npm:5.0.1":
|
|
2191
|
+
version: 5.0.1
|
|
2192
|
+
resolution: "@cedarjs/router@npm:5.0.1"
|
|
2193
2193
|
dependencies:
|
|
2194
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2195
|
-
"@cedarjs/server-store": "npm:5.0.
|
|
2194
|
+
"@cedarjs/project-config": "npm:5.0.1"
|
|
2195
|
+
"@cedarjs/server-store": "npm:5.0.1"
|
|
2196
2196
|
react: "npm:18.3.1"
|
|
2197
2197
|
react-dom: "npm:18.3.1"
|
|
2198
2198
|
ts-toolbelt: "npm:9.6.0"
|
|
2199
2199
|
peerDependencies:
|
|
2200
|
-
"@cedarjs/auth":
|
|
2200
|
+
"@cedarjs/auth": 4.2.0
|
|
2201
2201
|
react: 18.3.1
|
|
2202
2202
|
react-dom: 18.3.1
|
|
2203
|
-
checksum: 10c0/
|
|
2203
|
+
checksum: 10c0/31ab2f42afed1e8d1283655b35977a2eec0e4f46b9284c7625cc7d9fc525843a045d17b9fd2e38321ff1dddfc34c6073c330d21f9a3c4228e13fef98fec06ad7
|
|
2204
2204
|
languageName: node
|
|
2205
2205
|
linkType: hard
|
|
2206
2206
|
|
|
2207
|
-
"@cedarjs/server-store@npm:5.0.
|
|
2208
|
-
version: 5.0.
|
|
2209
|
-
resolution: "@cedarjs/server-store@npm:5.0.
|
|
2207
|
+
"@cedarjs/server-store@npm:5.0.1":
|
|
2208
|
+
version: 5.0.1
|
|
2209
|
+
resolution: "@cedarjs/server-store@npm:5.0.1"
|
|
2210
2210
|
dependencies:
|
|
2211
|
-
"@cedarjs/auth": "npm:5.0.
|
|
2212
|
-
"@cedarjs/cookie-jar": "npm:5.0.
|
|
2211
|
+
"@cedarjs/auth": "npm:5.0.1"
|
|
2212
|
+
"@cedarjs/cookie-jar": "npm:5.0.1"
|
|
2213
2213
|
esbuild: "npm:0.27.7"
|
|
2214
2214
|
fast-glob: "npm:3.3.3"
|
|
2215
|
-
checksum: 10c0/
|
|
2215
|
+
checksum: 10c0/1fc2eb6fbc2663a4be6cb516e350c6ac05960ed313615109e8719c8e91bdbaf32fc443d586771c33035dd9edf1da701baf9dc486fca7babcaaeb1ce929155b61
|
|
2216
2216
|
languageName: node
|
|
2217
2217
|
linkType: hard
|
|
2218
2218
|
|
|
2219
|
-
"@cedarjs/structure@npm:5.0.
|
|
2220
|
-
version: 5.0.
|
|
2221
|
-
resolution: "@cedarjs/structure@npm:5.0.
|
|
2219
|
+
"@cedarjs/structure@npm:5.0.1":
|
|
2220
|
+
version: 5.0.1
|
|
2221
|
+
resolution: "@cedarjs/structure@npm:5.0.1"
|
|
2222
2222
|
dependencies:
|
|
2223
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2223
|
+
"@cedarjs/project-config": "npm:5.0.1"
|
|
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/69cb12060dc3f91508dc1baf6cc79adeca775b4c395f35e45967e75cfa10b8f96db054e038dfe551db8fea557ad3c5f7d2dec8b5d122005d4a8c7e118e6d1f8c
|
|
2237
2237
|
languageName: node
|
|
2238
2238
|
linkType: hard
|
|
2239
2239
|
|
|
2240
|
-
"@cedarjs/telemetry@npm:5.0.
|
|
2241
|
-
version: 5.0.
|
|
2242
|
-
resolution: "@cedarjs/telemetry@npm:5.0.
|
|
2240
|
+
"@cedarjs/telemetry@npm:5.0.1":
|
|
2241
|
+
version: 5.0.1
|
|
2242
|
+
resolution: "@cedarjs/telemetry@npm:5.0.1"
|
|
2243
2243
|
dependencies:
|
|
2244
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2245
|
-
"@cedarjs/structure": "npm:5.0.
|
|
2244
|
+
"@cedarjs/project-config": "npm:5.0.1"
|
|
2245
|
+
"@cedarjs/structure": "npm:5.0.1"
|
|
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/0e2f826379bf49dcfd6a9aa54d9e82d5d47c9ef4379dfff546ecb7724f58483e8aa7c8686298151e73e23cf6c64192831368c5c729520deda6b42d9ca38dff8b
|
|
2253
2253
|
languageName: node
|
|
2254
2254
|
linkType: hard
|
|
2255
2255
|
|
|
2256
|
-
"@cedarjs/testing@npm:5.0.
|
|
2257
|
-
version: 5.0.
|
|
2258
|
-
resolution: "@cedarjs/testing@npm:5.0.
|
|
2256
|
+
"@cedarjs/testing@npm:5.0.1":
|
|
2257
|
+
version: 5.0.1
|
|
2258
|
+
resolution: "@cedarjs/testing@npm:5.0.1"
|
|
2259
2259
|
dependencies:
|
|
2260
|
-
"@cedarjs/babel-config": "npm:5.0.
|
|
2261
|
-
"@cedarjs/context": "npm:5.0.
|
|
2262
|
-
"@cedarjs/graphql-server": "npm:5.0.
|
|
2263
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2260
|
+
"@cedarjs/babel-config": "npm:5.0.1"
|
|
2261
|
+
"@cedarjs/context": "npm:5.0.1"
|
|
2262
|
+
"@cedarjs/graphql-server": "npm:5.0.1"
|
|
2263
|
+
"@cedarjs/project-config": "npm:5.0.1"
|
|
2264
2264
|
"@testing-library/jest-dom": "npm:6.9.1"
|
|
2265
2265
|
"@testing-library/react": "npm:14.3.1"
|
|
2266
2266
|
"@testing-library/user-event": "npm:14.6.1"
|
|
@@ -2279,44 +2279,44 @@ __metadata:
|
|
|
2279
2279
|
unplugin-auto-import: "npm:19.3.0"
|
|
2280
2280
|
whatwg-fetch: "npm:3.6.20"
|
|
2281
2281
|
peerDependencies:
|
|
2282
|
-
"@cedarjs/auth":
|
|
2283
|
-
"@cedarjs/router":
|
|
2284
|
-
"@cedarjs/web":
|
|
2282
|
+
"@cedarjs/auth": 4.2.0
|
|
2283
|
+
"@cedarjs/router": 4.2.0
|
|
2284
|
+
"@cedarjs/web": 4.2.0
|
|
2285
2285
|
vitest: 3.2.6
|
|
2286
2286
|
peerDependenciesMeta:
|
|
2287
2287
|
vitest:
|
|
2288
2288
|
optional: true
|
|
2289
|
-
checksum: 10c0/
|
|
2289
|
+
checksum: 10c0/377610370326900186fabe54e9634cd0e5c878788132473118c6d9bf25a24e5eed859cad3e4a39739dc0d0bef23b314169dba4f202eff536db016f895953c568
|
|
2290
2290
|
languageName: node
|
|
2291
2291
|
linkType: hard
|
|
2292
2292
|
|
|
2293
|
-
"@cedarjs/utils@npm:5.0.
|
|
2294
|
-
version: 5.0.
|
|
2295
|
-
resolution: "@cedarjs/utils@npm:5.0.
|
|
2293
|
+
"@cedarjs/utils@npm:5.0.1":
|
|
2294
|
+
version: 5.0.1
|
|
2295
|
+
resolution: "@cedarjs/utils@npm:5.0.1"
|
|
2296
2296
|
dependencies:
|
|
2297
2297
|
pluralize: "npm:8.0.0"
|
|
2298
|
-
checksum: 10c0/
|
|
2298
|
+
checksum: 10c0/8b48227ce939833288ac4c0e5c707c229e2f7ced2a8b91b8c2ff8fa3085ff30ebafe76293eee55d9567a9d6725628c3647f84e799515a2129292f3113ee9d0ca
|
|
2299
2299
|
languageName: node
|
|
2300
2300
|
linkType: hard
|
|
2301
2301
|
|
|
2302
|
-
"@cedarjs/vite@npm:5.0.
|
|
2303
|
-
version: 5.0.
|
|
2304
|
-
resolution: "@cedarjs/vite@npm:5.0.
|
|
2302
|
+
"@cedarjs/vite@npm:5.0.1":
|
|
2303
|
+
version: 5.0.1
|
|
2304
|
+
resolution: "@cedarjs/vite@npm:5.0.1"
|
|
2305
2305
|
dependencies:
|
|
2306
2306
|
"@ast-grep/napi": "npm:0.43.0"
|
|
2307
2307
|
"@babel/generator": "npm:7.29.7"
|
|
2308
2308
|
"@babel/parser": "npm:7.29.7"
|
|
2309
2309
|
"@babel/traverse": "npm:7.29.7"
|
|
2310
2310
|
"@babel/types": "npm:7.29.7"
|
|
2311
|
-
"@cedarjs/api": "npm:5.0.
|
|
2312
|
-
"@cedarjs/babel-config": "npm:5.0.
|
|
2313
|
-
"@cedarjs/context": "npm:5.0.
|
|
2314
|
-
"@cedarjs/cookie-jar": "npm:5.0.
|
|
2315
|
-
"@cedarjs/graphql-server": "npm:5.0.
|
|
2316
|
-
"@cedarjs/internal": "npm:5.0.
|
|
2317
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2318
|
-
"@cedarjs/server-store": "npm:5.0.
|
|
2319
|
-
"@cedarjs/testing": "npm:5.0.
|
|
2311
|
+
"@cedarjs/api": "npm:5.0.1"
|
|
2312
|
+
"@cedarjs/babel-config": "npm:5.0.1"
|
|
2313
|
+
"@cedarjs/context": "npm:5.0.1"
|
|
2314
|
+
"@cedarjs/cookie-jar": "npm:5.0.1"
|
|
2315
|
+
"@cedarjs/graphql-server": "npm:5.0.1"
|
|
2316
|
+
"@cedarjs/internal": "npm:5.0.1"
|
|
2317
|
+
"@cedarjs/project-config": "npm:5.0.1"
|
|
2318
|
+
"@cedarjs/server-store": "npm:5.0.1"
|
|
2319
|
+
"@cedarjs/testing": "npm:5.0.1"
|
|
2320
2320
|
"@fastify/url-data": "npm:6.0.3"
|
|
2321
2321
|
"@swc/core": "npm:1.15.41"
|
|
2322
2322
|
"@universal-deploy/store": "npm:^0.2.1"
|
|
@@ -2348,9 +2348,9 @@ __metadata:
|
|
|
2348
2348
|
ws: "npm:8.20.0"
|
|
2349
2349
|
yargs-parser: "npm:21.1.1"
|
|
2350
2350
|
peerDependencies:
|
|
2351
|
-
"@cedarjs/auth":
|
|
2352
|
-
"@cedarjs/router":
|
|
2353
|
-
"@cedarjs/web":
|
|
2351
|
+
"@cedarjs/auth": 4.2.0
|
|
2352
|
+
"@cedarjs/router": 4.2.0
|
|
2353
|
+
"@cedarjs/web": 4.2.0
|
|
2354
2354
|
bin:
|
|
2355
2355
|
cedar-dev-fe: dist/devFeServer.js
|
|
2356
2356
|
cedar-serve-fe: dist/runFeServer.js
|
|
@@ -2358,16 +2358,16 @@ __metadata:
|
|
|
2358
2358
|
cedar-vite-build: bins/cedar-vite-build.mjs
|
|
2359
2359
|
cedar-vite-dev: bins/cedar-vite-dev.mjs
|
|
2360
2360
|
vite: bins/vite.mjs
|
|
2361
|
-
checksum: 10c0/
|
|
2361
|
+
checksum: 10c0/64c5e35e5893eece5697a35fbeee1c67d65fa3dd4527b41c294d3723826c0dae01533e97f2e8492a317c9ec5615a3a9b09d1bab652ed6fc71698998ca81f51ad
|
|
2362
2362
|
languageName: node
|
|
2363
2363
|
linkType: hard
|
|
2364
2364
|
|
|
2365
|
-
"@cedarjs/web-server@npm:5.0.
|
|
2366
|
-
version: 5.0.
|
|
2367
|
-
resolution: "@cedarjs/web-server@npm:5.0.
|
|
2365
|
+
"@cedarjs/web-server@npm:5.0.1":
|
|
2366
|
+
version: 5.0.1
|
|
2367
|
+
resolution: "@cedarjs/web-server@npm:5.0.1"
|
|
2368
2368
|
dependencies:
|
|
2369
|
-
"@cedarjs/fastify-web": "npm:5.0.
|
|
2370
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
2369
|
+
"@cedarjs/fastify-web": "npm:5.0.1"
|
|
2370
|
+
"@cedarjs/project-config": "npm:5.0.1"
|
|
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/a9e73c54a71af27fc6464c3c94cef17b3320832c12b3fc6d1d10a7ec93a22896e89fac482cd4c0bfd79c796e64ea4dc05487bcf4a84605d352392cdcfa5ff227
|
|
2379
2379
|
languageName: node
|
|
2380
2380
|
linkType: hard
|
|
2381
2381
|
|
|
2382
|
-
"@cedarjs/web@npm:5.0.
|
|
2383
|
-
version: 5.0.
|
|
2384
|
-
resolution: "@cedarjs/web@npm:5.0.
|
|
2382
|
+
"@cedarjs/web@npm:5.0.1":
|
|
2383
|
+
version: 5.0.1
|
|
2384
|
+
resolution: "@cedarjs/web@npm:5.0.1"
|
|
2385
2385
|
dependencies:
|
|
2386
2386
|
"@apollo/client": "npm:3.14.1"
|
|
2387
|
-
"@cedarjs/server-store": "npm:5.0.
|
|
2387
|
+
"@cedarjs/server-store": "npm:5.0.1"
|
|
2388
2388
|
"@dr.pogodin/react-helmet": "npm:2.0.4"
|
|
2389
2389
|
"@whatwg-node/fetch": "npm:0.10.13"
|
|
2390
2390
|
apollo-upload-client: "npm:18.0.1"
|
|
@@ -2396,7 +2396,7 @@ __metadata:
|
|
|
2396
2396
|
stacktracey: "npm:2.2.0"
|
|
2397
2397
|
ts-toolbelt: "npm:9.6.0"
|
|
2398
2398
|
peerDependencies:
|
|
2399
|
-
"@cedarjs/auth":
|
|
2399
|
+
"@cedarjs/auth": 4.2.0
|
|
2400
2400
|
react: 18.3.1
|
|
2401
2401
|
react-dom: 18.3.1
|
|
2402
2402
|
bin:
|
|
@@ -2409,7 +2409,7 @@ __metadata:
|
|
|
2409
2409
|
rw: dist/cjs/bins/redwood.js
|
|
2410
2410
|
storybook: dist/cjs/bins/storybook.js
|
|
2411
2411
|
tsc: dist/cjs/bins/tsc.js
|
|
2412
|
-
checksum: 10c0/
|
|
2412
|
+
checksum: 10c0/01527b3e8f507b26abb7b09da5f3deae507b5099584d741d6b870ef13adf98f17b36283c07bfece20c6e5b1d33c423c58bd1c01a2757426b42309f0cd7242f5b
|
|
2413
2413
|
languageName: node
|
|
2414
2414
|
linkType: hard
|
|
2415
2415
|
|
|
@@ -2922,13 +2922,13 @@ __metadata:
|
|
|
2922
2922
|
linkType: hard
|
|
2923
2923
|
|
|
2924
2924
|
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.9.1":
|
|
2925
|
-
version: 4.
|
|
2926
|
-
resolution: "@eslint-community/eslint-utils@npm:4.
|
|
2925
|
+
version: 4.9.1
|
|
2926
|
+
resolution: "@eslint-community/eslint-utils@npm:4.9.1"
|
|
2927
2927
|
dependencies:
|
|
2928
2928
|
eslint-visitor-keys: "npm:^3.4.3"
|
|
2929
2929
|
peerDependencies:
|
|
2930
2930
|
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
|
2931
|
-
checksum: 10c0/
|
|
2931
|
+
checksum: 10c0/dc4ab5e3e364ef27e33666b11f4b86e1a6c1d7cbf16f0c6ff87b1619b3562335e9201a3d6ce806221887ff780ec9d828962a290bb910759fd40a674686503f02
|
|
2932
2932
|
languageName: node
|
|
2933
2933
|
linkType: hard
|
|
2934
2934
|
|
|
@@ -3452,9 +3452,9 @@ __metadata:
|
|
|
3452
3452
|
languageName: node
|
|
3453
3453
|
linkType: hard
|
|
3454
3454
|
|
|
3455
|
-
"@graphql-tools/delegate@npm:^12.
|
|
3456
|
-
version: 12.
|
|
3457
|
-
resolution: "@graphql-tools/delegate@npm:12.
|
|
3455
|
+
"@graphql-tools/delegate@npm:^12.0.20":
|
|
3456
|
+
version: 12.0.20
|
|
3457
|
+
resolution: "@graphql-tools/delegate@npm:12.0.20"
|
|
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/db53c066df4593b7953d1301b0e64462d0d53ff78607c5bd022c4c4fa9fa5aaa208620128146171ffd88d5b29ab52254edb1c16a548340710d1f0061bda9063f
|
|
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.19
|
|
3842
|
+
resolution: "@graphql-tools/wrap@npm:11.1.19"
|
|
3843
3843
|
dependencies:
|
|
3844
|
-
"@graphql-tools/delegate": "npm:^12.
|
|
3844
|
+
"@graphql-tools/delegate": "npm:^12.0.20"
|
|
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/5dbf7154ba600a735f44727ba0eb9a29f56f2b46a148ff1349fef59b3011391af170b45279c742eb72749215caa5fb1b30948fbe274fd0a5bef6d36d9c4c1674
|
|
3852
3852
|
languageName: node
|
|
3853
3853
|
linkType: hard
|
|
3854
3854
|
|
|
@@ -6679,11 +6679,11 @@ __metadata:
|
|
|
6679
6679
|
linkType: hard
|
|
6680
6680
|
|
|
6681
6681
|
"@typescript-eslint/tsconfig-utils@npm:^8.60.1":
|
|
6682
|
-
version: 8.
|
|
6683
|
-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.
|
|
6682
|
+
version: 8.64.0
|
|
6683
|
+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.64.0"
|
|
6684
6684
|
peerDependencies:
|
|
6685
6685
|
typescript: ">=4.8.4 <6.1.0"
|
|
6686
|
-
checksum: 10c0/
|
|
6686
|
+
checksum: 10c0/701e39ea88a0cbcad5f9657aed973b97db09fe8d5a03df58e4a4ddf307975a9f8270b11f4dad4195c27c37cd335fc44b1437a782f15de3c81b2ec2b6ea0f548d
|
|
6687
6687
|
languageName: node
|
|
6688
6688
|
linkType: hard
|
|
6689
6689
|
|
|
@@ -6711,9 +6711,9 @@ __metadata:
|
|
|
6711
6711
|
linkType: hard
|
|
6712
6712
|
|
|
6713
6713
|
"@typescript-eslint/types@npm:^8.56.0, @typescript-eslint/types@npm:^8.60.1":
|
|
6714
|
-
version: 8.
|
|
6715
|
-
resolution: "@typescript-eslint/types@npm:8.
|
|
6716
|
-
checksum: 10c0/
|
|
6714
|
+
version: 8.64.0
|
|
6715
|
+
resolution: "@typescript-eslint/types@npm:8.64.0"
|
|
6716
|
+
checksum: 10c0/15ab2b38febfe9d01de801ddca277187e0525ee18c47c94c0d7babe27b69d5680a8e15c7dab5fdf97a050b15c2ab51385f11bc6d6db8264f5a834fa80a83bac1
|
|
6717
6717
|
languageName: node
|
|
6718
6718
|
linkType: hard
|
|
6719
6719
|
|
|
@@ -6780,8 +6780,8 @@ __metadata:
|
|
|
6780
6780
|
linkType: hard
|
|
6781
6781
|
|
|
6782
6782
|
"@universal-deploy/node@npm:^0.1.7":
|
|
6783
|
-
version: 0.1.
|
|
6784
|
-
resolution: "@universal-deploy/node@npm:0.1.
|
|
6783
|
+
version: 0.1.8
|
|
6784
|
+
resolution: "@universal-deploy/node@npm:0.1.8"
|
|
6785
6785
|
dependencies:
|
|
6786
6786
|
"@universal-deploy/store": "npm:^0.2.1"
|
|
6787
6787
|
magic-string: "npm:^0.30.21"
|
|
@@ -6791,7 +6791,7 @@ __metadata:
|
|
|
6791
6791
|
peerDependenciesMeta:
|
|
6792
6792
|
vite:
|
|
6793
6793
|
optional: true
|
|
6794
|
-
checksum: 10c0/
|
|
6794
|
+
checksum: 10c0/afcf68648c79ca769fe12ead379dbf8f5f87f4f83549c8319570eb6e4ec183017179f13c69a319000cb12793b16d14ca2704f3c910a2aaa19d97c44506a66e82
|
|
6795
6795
|
languageName: node
|
|
6796
6796
|
linkType: hard
|
|
6797
6797
|
|
|
@@ -6869,21 +6869,21 @@ __metadata:
|
|
|
6869
6869
|
linkType: hard
|
|
6870
6870
|
|
|
6871
6871
|
"@universal-middleware/express@npm:^0.4.26":
|
|
6872
|
-
version: 0.4.
|
|
6873
|
-
resolution: "@universal-middleware/express@npm:0.4.
|
|
6872
|
+
version: 0.4.30
|
|
6873
|
+
resolution: "@universal-middleware/express@npm:0.4.30"
|
|
6874
6874
|
dependencies:
|
|
6875
6875
|
"@universal-middleware/core": "npm:^0.4.18"
|
|
6876
|
-
"@universal-middleware/node": "npm:^0.2.
|
|
6877
|
-
checksum: 10c0/
|
|
6876
|
+
"@universal-middleware/node": "npm:^0.2.1"
|
|
6877
|
+
checksum: 10c0/af17502aaa642fda54c51efa6a5b290e4cea0c396592d5675379ab36993006ddf455162e70a707b7981b48c205156d9d7054b667322bd7e3209c02242dfafd15
|
|
6878
6878
|
languageName: node
|
|
6879
6879
|
linkType: hard
|
|
6880
6880
|
|
|
6881
|
-
"@universal-middleware/node@npm:^0.2.
|
|
6882
|
-
version: 0.2.
|
|
6883
|
-
resolution: "@universal-middleware/node@npm:0.2.
|
|
6881
|
+
"@universal-middleware/node@npm:^0.2.1":
|
|
6882
|
+
version: 0.2.1
|
|
6883
|
+
resolution: "@universal-middleware/node@npm:0.2.1"
|
|
6884
6884
|
dependencies:
|
|
6885
6885
|
"@universal-middleware/core": "npm:^0.4.18"
|
|
6886
|
-
checksum: 10c0/
|
|
6886
|
+
checksum: 10c0/4d5f0f291a32e32c31d3b387a206393afdfa658d84774ea60fc67cef956806bb7cd366ad87fd321421ed889e5ee1d92537a02b716839aa467f94c1a512cdf5c9
|
|
6887
6887
|
languageName: node
|
|
6888
6888
|
linkType: hard
|
|
6889
6889
|
|
|
@@ -7520,8 +7520,8 @@ __metadata:
|
|
|
7520
7520
|
version: 0.0.0-use.local
|
|
7521
7521
|
resolution: "api@workspace:api"
|
|
7522
7522
|
dependencies:
|
|
7523
|
-
"@cedarjs/api": "npm:5.0.
|
|
7524
|
-
"@cedarjs/graphql-server": "npm:5.0.
|
|
7523
|
+
"@cedarjs/api": "npm:5.0.1"
|
|
7524
|
+
"@cedarjs/graphql-server": "npm:5.0.1"
|
|
7525
7525
|
"@prisma/adapter-better-sqlite3": "npm:7.8.0"
|
|
7526
7526
|
"@prisma/client": "npm:7.8.0"
|
|
7527
7527
|
better-sqlite3: "npm:12.9.0"
|
|
@@ -8148,11 +8148,11 @@ __metadata:
|
|
|
8148
8148
|
linkType: hard
|
|
8149
8149
|
|
|
8150
8150
|
"bare-url@npm:^2.2.2":
|
|
8151
|
-
version: 2.4.
|
|
8152
|
-
resolution: "bare-url@npm:2.4.
|
|
8151
|
+
version: 2.4.5
|
|
8152
|
+
resolution: "bare-url@npm:2.4.5"
|
|
8153
8153
|
dependencies:
|
|
8154
8154
|
bare-path: "npm:^3.0.0"
|
|
8155
|
-
checksum: 10c0/
|
|
8155
|
+
checksum: 10c0/5077ddb2386548a1efad58418e4d7d6895700b1ecf95d1a63e020f4ae01ebdf7e5f393c9f9b45f3228de32c4803161a80785cf999b03cecdd913516795c50f7c
|
|
8156
8156
|
languageName: node
|
|
8157
8157
|
linkType: hard
|
|
8158
8158
|
|
|
@@ -8163,12 +8163,12 @@ __metadata:
|
|
|
8163
8163
|
languageName: node
|
|
8164
8164
|
linkType: hard
|
|
8165
8165
|
|
|
8166
|
-
"baseline-browser-mapping@npm:^2.10.
|
|
8167
|
-
version: 2.
|
|
8168
|
-
resolution: "baseline-browser-mapping@npm:2.
|
|
8166
|
+
"baseline-browser-mapping@npm:^2.10.42":
|
|
8167
|
+
version: 2.10.43
|
|
8168
|
+
resolution: "baseline-browser-mapping@npm:2.10.43"
|
|
8169
8169
|
bin:
|
|
8170
8170
|
baseline-browser-mapping: dist/cli.cjs
|
|
8171
|
-
checksum: 10c0/
|
|
8171
|
+
checksum: 10c0/08a9e585fe0b1672a0a41026579d41debbaff2c1ceffc9efe510b47713b9d78296846d7a86f0d74d8f64af0088fdebd715f5ea6cb88d6fe1d57f8fafa686b3b5
|
|
8172
8172
|
languageName: node
|
|
8173
8173
|
linkType: hard
|
|
8174
8174
|
|
|
@@ -8305,11 +8305,11 @@ __metadata:
|
|
|
8305
8305
|
linkType: hard
|
|
8306
8306
|
|
|
8307
8307
|
"brace-expansion@npm:^5.0.5":
|
|
8308
|
-
version: 5.0.
|
|
8309
|
-
resolution: "brace-expansion@npm:5.0.
|
|
8308
|
+
version: 5.0.7
|
|
8309
|
+
resolution: "brace-expansion@npm:5.0.7"
|
|
8310
8310
|
dependencies:
|
|
8311
8311
|
balanced-match: "npm:^4.0.2"
|
|
8312
|
-
checksum: 10c0/
|
|
8312
|
+
checksum: 10c0/4769109c3c082de178e449a371bcad50d51ab468f644bce2dd9188efe0cf0a080ed102105d7fc8577382cedc45bad7e6443a91bf3d8102264ee8cf927dbaf205
|
|
8313
8313
|
languageName: node
|
|
8314
8314
|
linkType: hard
|
|
8315
8315
|
|
|
@@ -8413,17 +8413,17 @@ __metadata:
|
|
|
8413
8413
|
linkType: hard
|
|
8414
8414
|
|
|
8415
8415
|
"browserslist@npm:^4.24.0, browserslist@npm:^4.28.1":
|
|
8416
|
-
version: 4.28.
|
|
8417
|
-
resolution: "browserslist@npm:4.28.
|
|
8416
|
+
version: 4.28.6
|
|
8417
|
+
resolution: "browserslist@npm:4.28.6"
|
|
8418
8418
|
dependencies:
|
|
8419
|
-
baseline-browser-mapping: "npm:^2.10.
|
|
8420
|
-
caniuse-lite: "npm:^1.0.
|
|
8421
|
-
electron-to-chromium: "npm:^1.5.
|
|
8419
|
+
baseline-browser-mapping: "npm:^2.10.42"
|
|
8420
|
+
caniuse-lite: "npm:^1.0.30001803"
|
|
8421
|
+
electron-to-chromium: "npm:^1.5.389"
|
|
8422
8422
|
node-releases: "npm:^2.0.51"
|
|
8423
8423
|
update-browserslist-db: "npm:^1.2.3"
|
|
8424
8424
|
bin:
|
|
8425
8425
|
browserslist: cli.js
|
|
8426
|
-
checksum: 10c0/
|
|
8426
|
+
checksum: 10c0/259e3c2e0e59daf1fab0889303d397b35505c1c910e503a329990c4f6c0e589c0959fcd2627487311e4a94d7b9e2a9b1fa02875592f5c98b8e9e03e0ccd1e3ea
|
|
8427
8427
|
languageName: node
|
|
8428
8428
|
linkType: hard
|
|
8429
8429
|
|
|
@@ -8602,7 +8602,7 @@ __metadata:
|
|
|
8602
8602
|
languageName: node
|
|
8603
8603
|
linkType: hard
|
|
8604
8604
|
|
|
8605
|
-
"caniuse-lite@npm:^1.0.
|
|
8605
|
+
"caniuse-lite@npm:^1.0.30001803":
|
|
8606
8606
|
version: 1.0.30001806
|
|
8607
8607
|
resolution: "caniuse-lite@npm:1.0.30001806"
|
|
8608
8608
|
checksum: 10c0/9442c8afff0968e9b2ce0104a7340c1ce4a5c09f469ccb9eef10d25712ea0afe542486e5318c697c70dd502f988cfc04eaa1c9438c92ac3bcf4d708a2a17bee1
|
|
@@ -9032,20 +9032,20 @@ __metadata:
|
|
|
9032
9032
|
languageName: node
|
|
9033
9033
|
linkType: hard
|
|
9034
9034
|
|
|
9035
|
-
"concurrently@npm:9.2.
|
|
9036
|
-
version: 9.2.
|
|
9037
|
-
resolution: "concurrently@npm:9.2.
|
|
9035
|
+
"concurrently@npm:9.2.1":
|
|
9036
|
+
version: 9.2.1
|
|
9037
|
+
resolution: "concurrently@npm:9.2.1"
|
|
9038
9038
|
dependencies:
|
|
9039
9039
|
chalk: "npm:4.1.2"
|
|
9040
9040
|
rxjs: "npm:7.8.2"
|
|
9041
|
-
shell-quote: "npm:1.
|
|
9041
|
+
shell-quote: "npm:1.8.3"
|
|
9042
9042
|
supports-color: "npm:8.1.1"
|
|
9043
9043
|
tree-kill: "npm:1.2.2"
|
|
9044
9044
|
yargs: "npm:17.7.2"
|
|
9045
9045
|
bin:
|
|
9046
9046
|
conc: dist/bin/concurrently.js
|
|
9047
9047
|
concurrently: dist/bin/concurrently.js
|
|
9048
|
-
checksum: 10c0/
|
|
9048
|
+
checksum: 10c0/da37f239f82eb7ac24f5ddb56259861e5f1d6da2ade7602b6ea7ad3101b13b5ccec02a77b7001402d1028ff2fdc38eed55644b32853ad5abf30e057002a963aa
|
|
9049
9049
|
languageName: node
|
|
9050
9050
|
linkType: hard
|
|
9051
9051
|
|
|
@@ -9936,10 +9936,10 @@ __metadata:
|
|
|
9936
9936
|
languageName: node
|
|
9937
9937
|
linkType: hard
|
|
9938
9938
|
|
|
9939
|
-
"electron-to-chromium@npm:^1.5.
|
|
9940
|
-
version: 1.5.
|
|
9941
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9942
|
-
checksum: 10c0/
|
|
9939
|
+
"electron-to-chromium@npm:^1.5.389":
|
|
9940
|
+
version: 1.5.393
|
|
9941
|
+
resolution: "electron-to-chromium@npm:1.5.393"
|
|
9942
|
+
checksum: 10c0/d8ef05aa8511bafb6b60506683dddbb968829f966af2aec582f06c208dc3598d7c5fc68b69ea2303befde1177637c19e53065a0fb7f47ca09c4928436c5768e7
|
|
9943
9943
|
languageName: node
|
|
9944
9944
|
linkType: hard
|
|
9945
9945
|
|
|
@@ -11238,13 +11238,13 @@ __metadata:
|
|
|
11238
11238
|
linkType: hard
|
|
11239
11239
|
|
|
11240
11240
|
"find-my-way@npm:^9.0.0":
|
|
11241
|
-
version: 9.
|
|
11242
|
-
resolution: "find-my-way@npm:9.
|
|
11241
|
+
version: 9.6.0
|
|
11242
|
+
resolution: "find-my-way@npm:9.6.0"
|
|
11243
11243
|
dependencies:
|
|
11244
11244
|
fast-deep-equal: "npm:^3.1.3"
|
|
11245
11245
|
fast-querystring: "npm:^1.0.0"
|
|
11246
11246
|
safe-regex2: "npm:^5.0.0"
|
|
11247
|
-
checksum: 10c0/
|
|
11247
|
+
checksum: 10c0/d103e51a1e73e202e7533b2efc42e40c3618f8bd24a37cfa140da5e079c2baf5d5baeb01b2b8a7c104d680aa09c4b716851184f8ae103be374e8f46b17f6608d
|
|
11248
11248
|
languageName: node
|
|
11249
11249
|
linkType: hard
|
|
11250
11250
|
|
|
@@ -11289,25 +11289,25 @@ __metadata:
|
|
|
11289
11289
|
linkType: hard
|
|
11290
11290
|
|
|
11291
11291
|
"flatted@npm:^3.2.9":
|
|
11292
|
-
version: 3.4.
|
|
11293
|
-
resolution: "flatted@npm:3.4.
|
|
11294
|
-
checksum: 10c0/
|
|
11292
|
+
version: 3.4.2
|
|
11293
|
+
resolution: "flatted@npm:3.4.2"
|
|
11294
|
+
checksum: 10c0/a65b67aae7172d6cdf63691be7de6c5cd5adbdfdfe2e9da1a09b617c9512ed794037741ee53d93114276bff3f93cd3b0d97d54f9b316e1e4885dde6e9ffdf7ed
|
|
11295
11295
|
languageName: node
|
|
11296
11296
|
linkType: hard
|
|
11297
11297
|
|
|
11298
|
-
"flow-estree@npm:0.
|
|
11299
|
-
version: 0.
|
|
11300
|
-
resolution: "flow-estree@npm:0.
|
|
11301
|
-
checksum: 10c0/
|
|
11298
|
+
"flow-estree@npm:0.322.0":
|
|
11299
|
+
version: 0.322.0
|
|
11300
|
+
resolution: "flow-estree@npm:0.322.0"
|
|
11301
|
+
checksum: 10c0/29471614186de63f81ce6299a9d905a15f1bb0b8f14eadead9f5783a230c2e454901e27c05c58f365874e6db699c61a1f00dbdbc0808e8d449933621d8628500
|
|
11302
11302
|
languageName: node
|
|
11303
11303
|
linkType: hard
|
|
11304
11304
|
|
|
11305
11305
|
"flow-parser@npm:0.*":
|
|
11306
|
-
version: 0.
|
|
11307
|
-
resolution: "flow-parser@npm:0.
|
|
11306
|
+
version: 0.322.0
|
|
11307
|
+
resolution: "flow-parser@npm:0.322.0"
|
|
11308
11308
|
dependencies:
|
|
11309
|
-
flow-estree: "npm:0.
|
|
11310
|
-
checksum: 10c0/
|
|
11309
|
+
flow-estree: "npm:0.322.0"
|
|
11310
|
+
checksum: 10c0/c95786d110d86157baa014bf2866e56add61d3f54cb7d1318d417d44f63eb2904ebda919b303452774e9c42cb97dc346218959316f5c42734a3b0953ea03a26e
|
|
11311
11311
|
languageName: node
|
|
11312
11312
|
linkType: hard
|
|
11313
11313
|
|
|
@@ -11857,8 +11857,8 @@ __metadata:
|
|
|
11857
11857
|
linkType: hard
|
|
11858
11858
|
|
|
11859
11859
|
"graphql-ws@npm:^6.0.6":
|
|
11860
|
-
version: 6.1.
|
|
11861
|
-
resolution: "graphql-ws@npm:6.1.
|
|
11860
|
+
version: 6.1.0
|
|
11861
|
+
resolution: "graphql-ws@npm:6.1.0"
|
|
11862
11862
|
peerDependencies:
|
|
11863
11863
|
"@fastify/websocket": ^10 || ^11
|
|
11864
11864
|
crossws: ~0.3
|
|
@@ -11871,7 +11871,7 @@ __metadata:
|
|
|
11871
11871
|
optional: true
|
|
11872
11872
|
ws:
|
|
11873
11873
|
optional: true
|
|
11874
|
-
checksum: 10c0/
|
|
11874
|
+
checksum: 10c0/ac5eaa3a4c9d01206c9d1a80987f5c175e90988b76449b23342fb97654a9374d74509b0d8db5d25f8ddbe91711ac5ed8d7cf1a991a8395473d06110f4e5a4d61
|
|
11875
11875
|
languageName: node
|
|
11876
11876
|
linkType: hard
|
|
11877
11877
|
|
|
@@ -13839,16 +13839,16 @@ __metadata:
|
|
|
13839
13839
|
languageName: node
|
|
13840
13840
|
linkType: hard
|
|
13841
13841
|
|
|
13842
|
-
"listr2@npm:10.2.
|
|
13843
|
-
version: 10.2.
|
|
13844
|
-
resolution: "listr2@npm:10.2.
|
|
13842
|
+
"listr2@npm:10.2.1":
|
|
13843
|
+
version: 10.2.1
|
|
13844
|
+
resolution: "listr2@npm:10.2.1"
|
|
13845
13845
|
dependencies:
|
|
13846
13846
|
cli-truncate: "npm:^5.2.0"
|
|
13847
13847
|
eventemitter3: "npm:^5.0.4"
|
|
13848
13848
|
log-update: "npm:^6.1.0"
|
|
13849
13849
|
rfdc: "npm:^1.4.1"
|
|
13850
13850
|
wrap-ansi: "npm:^10.0.0"
|
|
13851
|
-
checksum: 10c0/
|
|
13851
|
+
checksum: 10c0/a381a7aaef2e8625e6e882835ef446d14306c8fa371b56c4499cf23ece86f84922008af11962bfba5411b51589e02d280bea2b820451a2efad89ebf78bbe68a4
|
|
13852
13852
|
languageName: node
|
|
13853
13853
|
linkType: hard
|
|
13854
13854
|
|
|
@@ -14952,14 +14952,13 @@ __metadata:
|
|
|
14952
14952
|
linkType: hard
|
|
14953
14953
|
|
|
14954
14954
|
"own-keys@npm:^1.0.1":
|
|
14955
|
-
version: 1.0.
|
|
14956
|
-
resolution: "own-keys@npm:1.0.
|
|
14955
|
+
version: 1.0.1
|
|
14956
|
+
resolution: "own-keys@npm:1.0.1"
|
|
14957
14957
|
dependencies:
|
|
14958
|
-
|
|
14959
|
-
get-intrinsic: "npm:^1.3.0"
|
|
14958
|
+
get-intrinsic: "npm:^1.2.6"
|
|
14960
14959
|
object-keys: "npm:^1.1.1"
|
|
14961
14960
|
safe-push-apply: "npm:^1.0.0"
|
|
14962
|
-
checksum: 10c0/
|
|
14961
|
+
checksum: 10c0/6dfeb3455bff92ec3f16a982d4e3e65676345f6902d9f5ded1d8265a6318d0200ce461956d6d1c70053c7fe9f9fe65e552faac03f8140d37ef0fdd108e67013a
|
|
14963
14962
|
languageName: node
|
|
14964
14963
|
linkType: hard
|
|
14965
14964
|
|
|
@@ -15561,13 +15560,13 @@ __metadata:
|
|
|
15561
15560
|
linkType: hard
|
|
15562
15561
|
|
|
15563
15562
|
"postcss@npm:^8.5.6":
|
|
15564
|
-
version: 8.5.
|
|
15565
|
-
resolution: "postcss@npm:8.5.
|
|
15563
|
+
version: 8.5.20
|
|
15564
|
+
resolution: "postcss@npm:8.5.20"
|
|
15566
15565
|
dependencies:
|
|
15567
15566
|
nanoid: "npm:^3.3.16"
|
|
15568
15567
|
picocolors: "npm:^1.1.1"
|
|
15569
15568
|
source-map-js: "npm:^1.2.1"
|
|
15570
|
-
checksum: 10c0/
|
|
15569
|
+
checksum: 10c0/9c7a0e32c77ac54c5613f974e6ccc97d4a70fdb3bf242617f3fb4d652e5c62a37c86c589e6e7a2d1e7120f80bc169cdf673482b88bd75020d2a44899fa569c13
|
|
15571
15570
|
languageName: node
|
|
15572
15571
|
linkType: hard
|
|
15573
15572
|
|
|
@@ -16754,10 +16753,10 @@ __metadata:
|
|
|
16754
16753
|
version: 0.0.0-use.local
|
|
16755
16754
|
resolution: "root-workspace-0b6124@workspace:."
|
|
16756
16755
|
dependencies:
|
|
16757
|
-
"@cedarjs/core": "npm:5.0.
|
|
16758
|
-
"@cedarjs/eslint-config": "npm:5.0.
|
|
16759
|
-
"@cedarjs/project-config": "npm:5.0.
|
|
16760
|
-
"@cedarjs/testing": "npm:5.0.
|
|
16756
|
+
"@cedarjs/core": "npm:5.0.1"
|
|
16757
|
+
"@cedarjs/eslint-config": "npm:5.0.1"
|
|
16758
|
+
"@cedarjs/project-config": "npm:5.0.1"
|
|
16759
|
+
"@cedarjs/testing": "npm:5.0.1"
|
|
16761
16760
|
vitest: "npm:3.2.6"
|
|
16762
16761
|
languageName: unknown
|
|
16763
16762
|
linkType: soft
|
|
@@ -17112,10 +17111,10 @@ __metadata:
|
|
|
17112
17111
|
languageName: node
|
|
17113
17112
|
linkType: hard
|
|
17114
17113
|
|
|
17115
|
-
"shell-quote@npm:1.
|
|
17116
|
-
version: 1.
|
|
17117
|
-
resolution: "shell-quote@npm:1.
|
|
17118
|
-
checksum: 10c0/
|
|
17114
|
+
"shell-quote@npm:1.8.3":
|
|
17115
|
+
version: 1.8.3
|
|
17116
|
+
resolution: "shell-quote@npm:1.8.3"
|
|
17117
|
+
checksum: 10c0/bee87c34e1e986cfb4c30846b8e6327d18874f10b535699866f368ade11ea4ee45433d97bf5eada22c4320c27df79c3a6a7eb1bf3ecfc47f2c997d9e5e2672fd
|
|
17119
17118
|
languageName: node
|
|
17120
17119
|
linkType: hard
|
|
17121
17120
|
|
|
@@ -17367,12 +17366,12 @@ __metadata:
|
|
|
17367
17366
|
languageName: node
|
|
17368
17367
|
linkType: hard
|
|
17369
17368
|
|
|
17370
|
-
"srvx@npm
|
|
17371
|
-
version: 0.
|
|
17372
|
-
resolution: "srvx@npm:0.
|
|
17369
|
+
"srvx@npm:*, srvx@npm:^0.11.9":
|
|
17370
|
+
version: 0.11.22
|
|
17371
|
+
resolution: "srvx@npm:0.11.22"
|
|
17373
17372
|
bin:
|
|
17374
17373
|
srvx: bin/srvx.mjs
|
|
17375
|
-
checksum: 10c0/
|
|
17374
|
+
checksum: 10c0/aae81d7aa2d43e23fd483088533ad471ee2cd28f2065b84119635fd9feabdd4bab94fc06b8d198c205e3613b552624ccd2015c887ba9ca415d9c51dde7e6ec79
|
|
17376
17375
|
languageName: node
|
|
17377
17376
|
linkType: hard
|
|
17378
17377
|
|
|
@@ -17385,15 +17384,6 @@ __metadata:
|
|
|
17385
17384
|
languageName: node
|
|
17386
17385
|
linkType: hard
|
|
17387
17386
|
|
|
17388
|
-
"srvx@npm:^0.11.9":
|
|
17389
|
-
version: 0.11.22
|
|
17390
|
-
resolution: "srvx@npm:0.11.22"
|
|
17391
|
-
bin:
|
|
17392
|
-
srvx: bin/srvx.mjs
|
|
17393
|
-
checksum: 10c0/aae81d7aa2d43e23fd483088533ad471ee2cd28f2065b84119635fd9feabdd4bab94fc06b8d198c205e3613b552624ccd2015c887ba9ca415d9c51dde7e6ec79
|
|
17394
|
-
languageName: node
|
|
17395
|
-
linkType: hard
|
|
17396
|
-
|
|
17397
17387
|
"stable-hash-x@npm:^0.2.0":
|
|
17398
17388
|
version: 0.2.0
|
|
17399
17389
|
resolution: "stable-hash-x@npm:0.2.0"
|
|
@@ -17881,15 +17871,15 @@ __metadata:
|
|
|
17881
17871
|
linkType: hard
|
|
17882
17872
|
|
|
17883
17873
|
"tar@npm:^7.5.4":
|
|
17884
|
-
version: 7.5.
|
|
17885
|
-
resolution: "tar@npm:7.5.
|
|
17874
|
+
version: 7.5.20
|
|
17875
|
+
resolution: "tar@npm:7.5.20"
|
|
17886
17876
|
dependencies:
|
|
17887
17877
|
"@isaacs/fs-minipass": "npm:^4.0.0"
|
|
17888
17878
|
chownr: "npm:^3.0.0"
|
|
17889
17879
|
minipass: "npm:^7.1.2"
|
|
17890
17880
|
minizlib: "npm:^3.1.0"
|
|
17891
17881
|
yallist: "npm:^5.0.0"
|
|
17892
|
-
checksum: 10c0/
|
|
17882
|
+
checksum: 10c0/4df4335c6d958b76adf1eaced55889dec3ca1c51f450658a074af80694bb0d9c154a8e93fdf4da617372d1575b121295379993961bbe4cd4b0867c0e5689846a
|
|
17893
17883
|
languageName: node
|
|
17894
17884
|
linkType: hard
|
|
17895
17885
|
|
|
@@ -18469,9 +18459,9 @@ __metadata:
|
|
|
18469
18459
|
linkType: hard
|
|
18470
18460
|
|
|
18471
18461
|
"undici@npm:^8.4.1":
|
|
18472
|
-
version: 8.
|
|
18473
|
-
resolution: "undici@npm:8.
|
|
18474
|
-
checksum: 10c0/
|
|
18462
|
+
version: 8.7.0
|
|
18463
|
+
resolution: "undici@npm:8.7.0"
|
|
18464
|
+
checksum: 10c0/b7e5ecb4de82fa4f905011a77544fe7ba4da06f27167ff99313a7ae2869f3cb233d676dcd085533bc69f36989bc40871f5ae6ea6e4c9b91db92616b9e91b579d
|
|
18475
18465
|
languageName: node
|
|
18476
18466
|
linkType: hard
|
|
18477
18467
|
|
|
@@ -19070,10 +19060,10 @@ __metadata:
|
|
|
19070
19060
|
version: 0.0.0-use.local
|
|
19071
19061
|
resolution: "web@workspace:web"
|
|
19072
19062
|
dependencies:
|
|
19073
|
-
"@cedarjs/forms": "npm:5.0.
|
|
19074
|
-
"@cedarjs/router": "npm:5.0.
|
|
19075
|
-
"@cedarjs/vite": "npm:5.0.
|
|
19076
|
-
"@cedarjs/web": "npm:5.0.
|
|
19063
|
+
"@cedarjs/forms": "npm:5.0.1"
|
|
19064
|
+
"@cedarjs/router": "npm:5.0.1"
|
|
19065
|
+
"@cedarjs/vite": "npm:5.0.1"
|
|
19066
|
+
"@cedarjs/web": "npm:5.0.1"
|
|
19077
19067
|
"@types/react": "npm:^18.2.55"
|
|
19078
19068
|
"@types/react-dom": "npm:^18.2.19"
|
|
19079
19069
|
react: "npm:18.3.1"
|