create-cedar-app 1.1.1-next.21 → 1.1.1-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/dist/create-cedar-app.js +1 -1
- package/package.json +4 -4
- package/templates/esm-js/api/package.json +2 -2
- package/templates/esm-js/package.json +8 -4
- package/templates/esm-js/web/package.json +4 -4
- package/templates/esm-js/yarn.lock +247 -215
- package/templates/esm-ts/api/package.json +2 -2
- package/templates/esm-ts/package.json +8 -4
- package/templates/esm-ts/web/package.json +4 -4
- package/templates/esm-ts/yarn.lock +247 -215
- package/templates/js/api/package.json +2 -2
- package/templates/js/package.json +11 -5
- package/templates/js/web/package.json +4 -4
- package/templates/js/yarn.lock +247 -215
- package/templates/ts/api/package.json +2 -2
- package/templates/ts/package.json +11 -5
- package/templates/ts/web/package.json +4 -4
- package/templates/ts/yarn.lock +247 -215
- package/templates/esm-js/api/prisma.config.cjs +0 -9
- package/templates/esm-ts/api/prisma.config.cjs +0 -9
- package/templates/js/api/prisma.config.cjs +0 -9
- package/templates/ts/api/prisma.config.cjs +0 -9
package/templates/js/yarn.lock
CHANGED
|
@@ -1824,15 +1824,15 @@ __metadata:
|
|
|
1824
1824
|
languageName: node
|
|
1825
1825
|
linkType: hard
|
|
1826
1826
|
|
|
1827
|
-
"@cedarjs/api-server@npm:1.1.
|
|
1828
|
-
version: 1.1.
|
|
1829
|
-
resolution: "@cedarjs/api-server@npm:1.1.
|
|
1830
|
-
dependencies:
|
|
1831
|
-
"@cedarjs/context": "npm:1.1.
|
|
1832
|
-
"@cedarjs/fastify-web": "npm:1.1.
|
|
1833
|
-
"@cedarjs/internal": "npm:1.1.
|
|
1834
|
-
"@cedarjs/project-config": "npm:1.1.
|
|
1835
|
-
"@cedarjs/web-server": "npm:1.1.
|
|
1827
|
+
"@cedarjs/api-server@npm:1.1.1-rc.3":
|
|
1828
|
+
version: 1.1.1-rc.3
|
|
1829
|
+
resolution: "@cedarjs/api-server@npm:1.1.1-rc.3"
|
|
1830
|
+
dependencies:
|
|
1831
|
+
"@cedarjs/context": "npm:1.1.1-rc.3"
|
|
1832
|
+
"@cedarjs/fastify-web": "npm:1.1.1-rc.3"
|
|
1833
|
+
"@cedarjs/internal": "npm:1.1.1-rc.3"
|
|
1834
|
+
"@cedarjs/project-config": "npm:1.1.1-rc.3"
|
|
1835
|
+
"@cedarjs/web-server": "npm:1.1.1-rc.3"
|
|
1836
1836
|
"@fastify/multipart": "npm:8.3.1"
|
|
1837
1837
|
"@fastify/url-data": "npm:5.4.0"
|
|
1838
1838
|
ansis: "npm:4.1.0"
|
|
@@ -1848,7 +1848,7 @@ __metadata:
|
|
|
1848
1848
|
split2: "npm:4.2.0"
|
|
1849
1849
|
yargs: "npm:17.7.2"
|
|
1850
1850
|
peerDependencies:
|
|
1851
|
-
"@cedarjs/graphql-server": 1.1.
|
|
1851
|
+
"@cedarjs/graphql-server": 1.1.1-rc.3
|
|
1852
1852
|
peerDependenciesMeta:
|
|
1853
1853
|
"@cedarjs/graphql-server":
|
|
1854
1854
|
optional: true
|
|
@@ -1859,13 +1859,13 @@ __metadata:
|
|
|
1859
1859
|
rw-api-server-watch: ./dist/cjs/watch.js
|
|
1860
1860
|
rw-log-formatter: ./dist/cjs/logFormatter/bin.js
|
|
1861
1861
|
rw-server: ./dist/cjs/bin.js
|
|
1862
|
-
checksum: 10c0/
|
|
1862
|
+
checksum: 10c0/919dfc3f7a86bc9b6ab966c53a75d77aedb2aa9f814bd4f7651b39a9edd22c2019d58a284674da1e85733482d24416c959a23871a11539e81c7f413cff15fbf9
|
|
1863
1863
|
languageName: node
|
|
1864
1864
|
linkType: hard
|
|
1865
1865
|
|
|
1866
|
-
"@cedarjs/api@npm:1.1.
|
|
1867
|
-
version: 1.1.
|
|
1868
|
-
resolution: "@cedarjs/api@npm:1.1.
|
|
1866
|
+
"@cedarjs/api@npm:1.1.1-rc.3":
|
|
1867
|
+
version: 1.1.1-rc.3
|
|
1868
|
+
resolution: "@cedarjs/api@npm:1.1.1-rc.3"
|
|
1869
1869
|
dependencies:
|
|
1870
1870
|
"@prisma/client": "npm:5.20.0"
|
|
1871
1871
|
"@whatwg-node/fetch": "npm:0.9.21"
|
|
@@ -1890,23 +1890,23 @@ __metadata:
|
|
|
1890
1890
|
rw: ./dist/cjs/bins/redwood.js
|
|
1891
1891
|
rwfw: ./dist/cjs/bins/rwfw.js
|
|
1892
1892
|
tsc: ./dist/cjs/bins/tsc.js
|
|
1893
|
-
checksum: 10c0/
|
|
1893
|
+
checksum: 10c0/14dc7f8cbd8eba690d288634532eb83d43769ad15e4eb7c7724b7b266fdc03ecbf8c2a65548cf21b68a4a81711164d1577562c657cd03a716192500d14a5e7f2
|
|
1894
1894
|
languageName: node
|
|
1895
1895
|
linkType: hard
|
|
1896
1896
|
|
|
1897
|
-
"@cedarjs/auth@npm:1.1.
|
|
1898
|
-
version: 1.1.
|
|
1899
|
-
resolution: "@cedarjs/auth@npm:1.1.
|
|
1897
|
+
"@cedarjs/auth@npm:1.1.1-rc.3":
|
|
1898
|
+
version: 1.1.1-rc.3
|
|
1899
|
+
resolution: "@cedarjs/auth@npm:1.1.1-rc.3"
|
|
1900
1900
|
dependencies:
|
|
1901
1901
|
core-js: "npm:3.42.0"
|
|
1902
1902
|
react: "npm:18.3.1"
|
|
1903
|
-
checksum: 10c0/
|
|
1903
|
+
checksum: 10c0/75a418eb1a11dd5d4be82d618b90bfc0d5f89456787abf38b1f6a9df6e090ee346827f668428e99cf204bbd05a1b57a90e469246987f2ff54ffdcf207f960d64
|
|
1904
1904
|
languageName: node
|
|
1905
1905
|
linkType: hard
|
|
1906
1906
|
|
|
1907
|
-
"@cedarjs/babel-config@npm:1.1.
|
|
1908
|
-
version: 1.1.
|
|
1909
|
-
resolution: "@cedarjs/babel-config@npm:1.1.
|
|
1907
|
+
"@cedarjs/babel-config@npm:1.1.1-rc.3":
|
|
1908
|
+
version: 1.1.1-rc.3
|
|
1909
|
+
resolution: "@cedarjs/babel-config@npm:1.1.1-rc.3"
|
|
1910
1910
|
dependencies:
|
|
1911
1911
|
"@babel/core": "npm:^7.26.10"
|
|
1912
1912
|
"@babel/parser": "npm:7.27.5"
|
|
@@ -1921,7 +1921,7 @@ __metadata:
|
|
|
1921
1921
|
"@babel/register": "npm:7.27.1"
|
|
1922
1922
|
"@babel/runtime-corejs3": "npm:7.27.6"
|
|
1923
1923
|
"@babel/traverse": "npm:7.27.4"
|
|
1924
|
-
"@cedarjs/project-config": "npm:1.1.
|
|
1924
|
+
"@cedarjs/project-config": "npm:1.1.1-rc.3"
|
|
1925
1925
|
babel-plugin-auto-import: "npm:1.1.0"
|
|
1926
1926
|
babel-plugin-graphql-tag: "npm:3.3.0"
|
|
1927
1927
|
babel-plugin-module-resolver: "npm:5.0.2"
|
|
@@ -1929,17 +1929,17 @@ __metadata:
|
|
|
1929
1929
|
fast-glob: "npm:3.3.3"
|
|
1930
1930
|
graphql: "npm:16.9.0"
|
|
1931
1931
|
typescript: "npm:5.9.2"
|
|
1932
|
-
checksum: 10c0/
|
|
1932
|
+
checksum: 10c0/7bd7dfe9b10f7e9ca9caac6ac777596e0e47b63742dd28e2736389479c31cdfd37a11da2880f471e94d68d4cde8d1a8720e30c068ae6764c3640b2238a2eb380
|
|
1933
1933
|
languageName: node
|
|
1934
1934
|
linkType: hard
|
|
1935
1935
|
|
|
1936
|
-
"@cedarjs/cli-helpers@npm:1.1.
|
|
1937
|
-
version: 1.1.
|
|
1938
|
-
resolution: "@cedarjs/cli-helpers@npm:1.1.
|
|
1936
|
+
"@cedarjs/cli-helpers@npm:1.1.1-rc.3":
|
|
1937
|
+
version: 1.1.1-rc.3
|
|
1938
|
+
resolution: "@cedarjs/cli-helpers@npm:1.1.1-rc.3"
|
|
1939
1939
|
dependencies:
|
|
1940
1940
|
"@babel/core": "npm:^7.26.10"
|
|
1941
|
-
"@cedarjs/project-config": "npm:1.1.
|
|
1942
|
-
"@cedarjs/telemetry": "npm:1.1.
|
|
1941
|
+
"@cedarjs/project-config": "npm:1.1.1-rc.3"
|
|
1942
|
+
"@cedarjs/telemetry": "npm:1.1.1-rc.3"
|
|
1943
1943
|
"@opentelemetry/api": "npm:1.8.0"
|
|
1944
1944
|
ansis: "npm:4.1.0"
|
|
1945
1945
|
dotenv: "npm:16.4.7"
|
|
@@ -1954,25 +1954,25 @@ __metadata:
|
|
|
1954
1954
|
smol-toml: "npm:1.3.4"
|
|
1955
1955
|
termi-link: "npm:1.1.0"
|
|
1956
1956
|
yargs-parser: "npm:21.1.1"
|
|
1957
|
-
checksum: 10c0/
|
|
1957
|
+
checksum: 10c0/aa7e0be34182a4d7aa95fdd31eb4fbf38203f3e6e326839534f5c12acd39f808ed3f672113161e523aace767196141fde96c959c469027e941309662dc05d0e2
|
|
1958
1958
|
languageName: node
|
|
1959
1959
|
linkType: hard
|
|
1960
1960
|
|
|
1961
|
-
"@cedarjs/cli@npm:1.1.
|
|
1962
|
-
version: 1.1.
|
|
1963
|
-
resolution: "@cedarjs/cli@npm:1.1.
|
|
1961
|
+
"@cedarjs/cli@npm:1.1.1-rc.3":
|
|
1962
|
+
version: 1.1.1-rc.3
|
|
1963
|
+
resolution: "@cedarjs/cli@npm:1.1.1-rc.3"
|
|
1964
1964
|
dependencies:
|
|
1965
1965
|
"@babel/preset-typescript": "npm:7.27.1"
|
|
1966
1966
|
"@babel/runtime-corejs3": "npm:7.27.6"
|
|
1967
|
-
"@cedarjs/api-server": "npm:1.1.
|
|
1968
|
-
"@cedarjs/cli-helpers": "npm:1.1.
|
|
1969
|
-
"@cedarjs/fastify-web": "npm:1.1.
|
|
1970
|
-
"@cedarjs/internal": "npm:1.1.
|
|
1971
|
-
"@cedarjs/prerender": "npm:1.1.
|
|
1972
|
-
"@cedarjs/project-config": "npm:1.1.
|
|
1973
|
-
"@cedarjs/structure": "npm:1.1.
|
|
1974
|
-
"@cedarjs/telemetry": "npm:1.1.
|
|
1975
|
-
"@cedarjs/web-server": "npm:1.1.
|
|
1967
|
+
"@cedarjs/api-server": "npm:1.1.1-rc.3"
|
|
1968
|
+
"@cedarjs/cli-helpers": "npm:1.1.1-rc.3"
|
|
1969
|
+
"@cedarjs/fastify-web": "npm:1.1.1-rc.3"
|
|
1970
|
+
"@cedarjs/internal": "npm:1.1.1-rc.3"
|
|
1971
|
+
"@cedarjs/prerender": "npm:1.1.1-rc.3"
|
|
1972
|
+
"@cedarjs/project-config": "npm:1.1.1-rc.3"
|
|
1973
|
+
"@cedarjs/structure": "npm:1.1.1-rc.3"
|
|
1974
|
+
"@cedarjs/telemetry": "npm:1.1.1-rc.3"
|
|
1975
|
+
"@cedarjs/web-server": "npm:1.1.1-rc.3"
|
|
1976
1976
|
"@listr2/prompt-adapter-enquirer": "npm:2.0.16"
|
|
1977
1977
|
"@opentelemetry/api": "npm:1.8.0"
|
|
1978
1978
|
"@opentelemetry/core": "npm:1.22.0"
|
|
@@ -2025,41 +2025,41 @@ __metadata:
|
|
|
2025
2025
|
redwood: ./dist/index.js
|
|
2026
2026
|
rw: ./dist/index.js
|
|
2027
2027
|
rwfw: ./dist/rwfw.js
|
|
2028
|
-
checksum: 10c0/
|
|
2028
|
+
checksum: 10c0/c6035f9a159e267fb00d603575fc8686c19da52d5abac160296929d8cb786ec893e5919b093edf47dba0d21036f14e65deba17e9a0db60ca4d9358a7b36bce52
|
|
2029
2029
|
languageName: node
|
|
2030
2030
|
linkType: hard
|
|
2031
2031
|
|
|
2032
|
-
"@cedarjs/context@npm:1.1.
|
|
2033
|
-
version: 1.1.
|
|
2034
|
-
resolution: "@cedarjs/context@npm:1.1.
|
|
2035
|
-
checksum: 10c0/
|
|
2032
|
+
"@cedarjs/context@npm:1.1.1-rc.3":
|
|
2033
|
+
version: 1.1.1-rc.3
|
|
2034
|
+
resolution: "@cedarjs/context@npm:1.1.1-rc.3"
|
|
2035
|
+
checksum: 10c0/5c75d08c961c4f1b573b19216c58623c42b828c80dc88856b5a6137c12af202e525c4f6a591c0fb172b2a8f4f474ba5bbf4e6ea15e9f461d24c4b919328649c2
|
|
2036
2036
|
languageName: node
|
|
2037
2037
|
linkType: hard
|
|
2038
2038
|
|
|
2039
|
-
"@cedarjs/cookie-jar@npm:1.1.
|
|
2040
|
-
version: 1.1.
|
|
2041
|
-
resolution: "@cedarjs/cookie-jar@npm:1.1.
|
|
2039
|
+
"@cedarjs/cookie-jar@npm:1.1.1-rc.3":
|
|
2040
|
+
version: 1.1.1-rc.3
|
|
2041
|
+
resolution: "@cedarjs/cookie-jar@npm:1.1.1-rc.3"
|
|
2042
2042
|
dependencies:
|
|
2043
2043
|
cookie: "npm:0.7.2"
|
|
2044
2044
|
esbuild: "npm:0.25.9"
|
|
2045
2045
|
fast-glob: "npm:3.3.3"
|
|
2046
2046
|
fs-extra: "npm:11.2.0"
|
|
2047
|
-
checksum: 10c0/
|
|
2047
|
+
checksum: 10c0/978f355aba64a31b28ae0710ade3370b82634e097c86dd1cef6c5dbfd9e56bfa724b6cd50db0d3d6fbb62bc56b4b5e45a36cebc45cfcc7e2a8f6f2db0aebcb7b
|
|
2048
2048
|
languageName: node
|
|
2049
2049
|
linkType: hard
|
|
2050
2050
|
|
|
2051
|
-
"@cedarjs/core@npm:1.1.
|
|
2052
|
-
version: 1.1.
|
|
2053
|
-
resolution: "@cedarjs/core@npm:1.1.
|
|
2051
|
+
"@cedarjs/core@npm:1.1.1-rc.3":
|
|
2052
|
+
version: 1.1.1-rc.3
|
|
2053
|
+
resolution: "@cedarjs/core@npm:1.1.1-rc.3"
|
|
2054
2054
|
dependencies:
|
|
2055
2055
|
"@babel/cli": "npm:7.27.2"
|
|
2056
|
-
"@cedarjs/api-server": "npm:1.1.
|
|
2057
|
-
"@cedarjs/cli": "npm:1.1.
|
|
2058
|
-
"@cedarjs/eslint-config": "npm:1.1.
|
|
2059
|
-
"@cedarjs/internal": "npm:1.1.
|
|
2060
|
-
"@cedarjs/project-config": "npm:1.1.
|
|
2061
|
-
"@cedarjs/testing": "npm:1.1.
|
|
2062
|
-
"@cedarjs/web-server": "npm:1.1.
|
|
2056
|
+
"@cedarjs/api-server": "npm:1.1.1-rc.3"
|
|
2057
|
+
"@cedarjs/cli": "npm:1.1.1-rc.3"
|
|
2058
|
+
"@cedarjs/eslint-config": "npm:1.1.1-rc.3"
|
|
2059
|
+
"@cedarjs/internal": "npm:1.1.1-rc.3"
|
|
2060
|
+
"@cedarjs/project-config": "npm:1.1.1-rc.3"
|
|
2061
|
+
"@cedarjs/testing": "npm:1.1.1-rc.3"
|
|
2062
|
+
"@cedarjs/web-server": "npm:1.1.1-rc.3"
|
|
2063
2063
|
graphql-tag: "npm:2.12.6"
|
|
2064
2064
|
lodash: "npm:4.17.21"
|
|
2065
2065
|
nodemon: "npm:3.1.10"
|
|
@@ -2089,20 +2089,20 @@ __metadata:
|
|
|
2089
2089
|
rw-web-server: ./dist/bins/rw-web-server.js
|
|
2090
2090
|
rwfw: ./dist/bins/rwfw.js
|
|
2091
2091
|
vitest: ./dist/bins/vitest.js
|
|
2092
|
-
checksum: 10c0/
|
|
2092
|
+
checksum: 10c0/9379a3a622c0fceb6e4aa6eaaea5c98181a7e186c977b95d82ec2d7289641eab7a08b52818eed0779a5628775e2ee88ab6618b4548680f13b54c30aa95e02eff
|
|
2093
2093
|
languageName: node
|
|
2094
2094
|
linkType: hard
|
|
2095
2095
|
|
|
2096
|
-
"@cedarjs/eslint-config@npm:1.1.
|
|
2097
|
-
version: 1.1.
|
|
2098
|
-
resolution: "@cedarjs/eslint-config@npm:1.1.
|
|
2096
|
+
"@cedarjs/eslint-config@npm:1.1.1-rc.3":
|
|
2097
|
+
version: 1.1.1-rc.3
|
|
2098
|
+
resolution: "@cedarjs/eslint-config@npm:1.1.1-rc.3"
|
|
2099
2099
|
dependencies:
|
|
2100
2100
|
"@babel/core": "npm:^7.26.10"
|
|
2101
2101
|
"@babel/eslint-parser": "npm:7.27.5"
|
|
2102
2102
|
"@babel/eslint-plugin": "npm:7.27.1"
|
|
2103
|
-
"@cedarjs/eslint-plugin": "npm:1.1.
|
|
2104
|
-
"@cedarjs/internal": "npm:1.1.
|
|
2105
|
-
"@cedarjs/project-config": "npm:1.1.
|
|
2103
|
+
"@cedarjs/eslint-plugin": "npm:1.1.1-rc.3"
|
|
2104
|
+
"@cedarjs/internal": "npm:1.1.1-rc.3"
|
|
2105
|
+
"@cedarjs/project-config": "npm:1.1.1-rc.3"
|
|
2106
2106
|
"@typescript-eslint/eslint-plugin": "npm:8.44.0"
|
|
2107
2107
|
"@typescript-eslint/parser": "npm:8.44.0"
|
|
2108
2108
|
eslint: "npm:8.57.1"
|
|
@@ -2116,53 +2116,53 @@ __metadata:
|
|
|
2116
2116
|
eslint-plugin-react: "npm:7.36.1"
|
|
2117
2117
|
eslint-plugin-react-hooks: "npm:4.6.2"
|
|
2118
2118
|
prettier: "npm:3.6.2"
|
|
2119
|
-
checksum: 10c0/
|
|
2119
|
+
checksum: 10c0/3fbaff308aa502dbb849ac0dcf9b91521277891c88cc96fffb939bef2015a292a7e00005235d9b51568b1c1f5186fb983bc3b24c566e47ef1e6a295a1dd906f5
|
|
2120
2120
|
languageName: node
|
|
2121
2121
|
linkType: hard
|
|
2122
2122
|
|
|
2123
|
-
"@cedarjs/eslint-plugin@npm:1.1.
|
|
2124
|
-
version: 1.1.
|
|
2125
|
-
resolution: "@cedarjs/eslint-plugin@npm:1.1.
|
|
2123
|
+
"@cedarjs/eslint-plugin@npm:1.1.1-rc.3":
|
|
2124
|
+
version: 1.1.1-rc.3
|
|
2125
|
+
resolution: "@cedarjs/eslint-plugin@npm:1.1.1-rc.3"
|
|
2126
2126
|
dependencies:
|
|
2127
2127
|
"@typescript-eslint/utils": "npm:8.44.0"
|
|
2128
2128
|
eslint: "npm:8.57.1"
|
|
2129
|
-
checksum: 10c0/
|
|
2129
|
+
checksum: 10c0/00d406c75ea9b91c57f9adb66ae81742f44b01a8d3d01058f08f5c6965c702a97dd709863a02bdf2853ce6bdd21aa8b0af4c944602236b994272daa8dfc92c27
|
|
2130
2130
|
languageName: node
|
|
2131
2131
|
linkType: hard
|
|
2132
2132
|
|
|
2133
|
-
"@cedarjs/fastify-web@npm:1.1.
|
|
2134
|
-
version: 1.1.
|
|
2135
|
-
resolution: "@cedarjs/fastify-web@npm:1.1.
|
|
2133
|
+
"@cedarjs/fastify-web@npm:1.1.1-rc.3":
|
|
2134
|
+
version: 1.1.1-rc.3
|
|
2135
|
+
resolution: "@cedarjs/fastify-web@npm:1.1.1-rc.3"
|
|
2136
2136
|
dependencies:
|
|
2137
|
-
"@cedarjs/project-config": "npm:1.1.
|
|
2137
|
+
"@cedarjs/project-config": "npm:1.1.1-rc.3"
|
|
2138
2138
|
"@fastify/http-proxy": "npm:9.5.0"
|
|
2139
2139
|
"@fastify/static": "npm:6.12.0"
|
|
2140
2140
|
"@fastify/url-data": "npm:5.4.0"
|
|
2141
2141
|
fast-glob: "npm:3.3.3"
|
|
2142
|
-
checksum: 10c0/
|
|
2142
|
+
checksum: 10c0/5250186de6fe77a3451a1d1bc78d9a6eb58f018d89d5bc66e84d436a504be30280478181640ab631c53b9a3fd641c7b25cb3366eebadda802beba5194f0b6c80
|
|
2143
2143
|
languageName: node
|
|
2144
2144
|
linkType: hard
|
|
2145
2145
|
|
|
2146
|
-
"@cedarjs/forms@npm:1.1.
|
|
2147
|
-
version: 1.1.
|
|
2148
|
-
resolution: "@cedarjs/forms@npm:1.1.
|
|
2146
|
+
"@cedarjs/forms@npm:1.1.1-rc.3":
|
|
2147
|
+
version: 1.1.1-rc.3
|
|
2148
|
+
resolution: "@cedarjs/forms@npm:1.1.1-rc.3"
|
|
2149
2149
|
dependencies:
|
|
2150
2150
|
graphql: "npm:16.9.0"
|
|
2151
2151
|
pascalcase: "npm:1.0.0"
|
|
2152
2152
|
react-hook-form: "npm:7.54.2"
|
|
2153
2153
|
peerDependencies:
|
|
2154
2154
|
react: 18.3.1
|
|
2155
|
-
checksum: 10c0/
|
|
2155
|
+
checksum: 10c0/f7dae97c6bba842e0418fe6ee7d96e690be953aae7cde88f68f2f74c8180ea4b9b024de821c4f527172ea5c567c4d67b58e7c7ec27a94c3d27110edc4b75e35d
|
|
2156
2156
|
languageName: node
|
|
2157
2157
|
linkType: hard
|
|
2158
2158
|
|
|
2159
|
-
"@cedarjs/graphql-server@npm:1.1.
|
|
2160
|
-
version: 1.1.
|
|
2161
|
-
resolution: "@cedarjs/graphql-server@npm:1.1.
|
|
2159
|
+
"@cedarjs/graphql-server@npm:1.1.1-rc.3":
|
|
2160
|
+
version: 1.1.1-rc.3
|
|
2161
|
+
resolution: "@cedarjs/graphql-server@npm:1.1.1-rc.3"
|
|
2162
2162
|
dependencies:
|
|
2163
2163
|
"@babel/runtime-corejs3": "npm:7.27.6"
|
|
2164
|
-
"@cedarjs/api": "npm:1.1.
|
|
2165
|
-
"@cedarjs/context": "npm:1.1.
|
|
2164
|
+
"@cedarjs/api": "npm:1.1.1-rc.3"
|
|
2165
|
+
"@cedarjs/context": "npm:1.1.1-rc.3"
|
|
2166
2166
|
"@envelop/core": "npm:5.0.2"
|
|
2167
2167
|
"@envelop/depth-limit": "npm:4.0.0"
|
|
2168
2168
|
"@envelop/disable-introspection": "npm:6.0.0"
|
|
@@ -2181,13 +2181,13 @@ __metadata:
|
|
|
2181
2181
|
graphql-yoga: "npm:5.7.0"
|
|
2182
2182
|
lodash: "npm:4.17.21"
|
|
2183
2183
|
uuid: "npm:10.0.0"
|
|
2184
|
-
checksum: 10c0/
|
|
2184
|
+
checksum: 10c0/6d0a3f2f62c9146871eca64d9739f25cdfd785a704c23c39f436d806af91b91afae493763f5df42277e5893f3b3c91954193409936d9f3a36c41e307a1150c9f
|
|
2185
2185
|
languageName: node
|
|
2186
2186
|
linkType: hard
|
|
2187
2187
|
|
|
2188
|
-
"@cedarjs/internal@npm:1.1.
|
|
2189
|
-
version: 1.1.
|
|
2190
|
-
resolution: "@cedarjs/internal@npm:1.1.
|
|
2188
|
+
"@cedarjs/internal@npm:1.1.1-rc.3":
|
|
2189
|
+
version: 1.1.1-rc.3
|
|
2190
|
+
resolution: "@cedarjs/internal@npm:1.1.1-rc.3"
|
|
2191
2191
|
dependencies:
|
|
2192
2192
|
"@babel/core": "npm:^7.26.10"
|
|
2193
2193
|
"@babel/parser": "npm:7.27.5"
|
|
@@ -2195,10 +2195,10 @@ __metadata:
|
|
|
2195
2195
|
"@babel/plugin-transform-typescript": "npm:^7.26.8"
|
|
2196
2196
|
"@babel/runtime-corejs3": "npm:7.27.6"
|
|
2197
2197
|
"@babel/traverse": "npm:7.27.4"
|
|
2198
|
-
"@cedarjs/babel-config": "npm:1.1.
|
|
2199
|
-
"@cedarjs/graphql-server": "npm:1.1.
|
|
2200
|
-
"@cedarjs/project-config": "npm:1.1.
|
|
2201
|
-
"@cedarjs/router": "npm:1.1.
|
|
2198
|
+
"@cedarjs/babel-config": "npm:1.1.1-rc.3"
|
|
2199
|
+
"@cedarjs/graphql-server": "npm:1.1.1-rc.3"
|
|
2200
|
+
"@cedarjs/project-config": "npm:1.1.1-rc.3"
|
|
2201
|
+
"@cedarjs/router": "npm:1.1.1-rc.3"
|
|
2202
2202
|
"@graphql-codegen/add": "npm:4.0.1"
|
|
2203
2203
|
"@graphql-codegen/cli": "npm:3.3.1"
|
|
2204
2204
|
"@graphql-codegen/client-preset": "npm:4.3.3"
|
|
@@ -2231,24 +2231,24 @@ __metadata:
|
|
|
2231
2231
|
bin:
|
|
2232
2232
|
rw-gen: ./dist/generate/generate.js
|
|
2233
2233
|
rw-gen-watch: ./dist/generate/watch.js
|
|
2234
|
-
checksum: 10c0/
|
|
2234
|
+
checksum: 10c0/24f7efa2eb4db023501a6f3042a89e0ebe6ea2c131c7cd5603be1f7f03fa95e6b05b5cf34af900873963ce432ba1149dc5680d4044afc06af8ebf611ec9e42e5
|
|
2235
2235
|
languageName: node
|
|
2236
2236
|
linkType: hard
|
|
2237
2237
|
|
|
2238
|
-
"@cedarjs/prerender@npm:1.1.
|
|
2239
|
-
version: 1.1.
|
|
2240
|
-
resolution: "@cedarjs/prerender@npm:1.1.
|
|
2238
|
+
"@cedarjs/prerender@npm:1.1.1-rc.3":
|
|
2239
|
+
version: 1.1.1-rc.3
|
|
2240
|
+
resolution: "@cedarjs/prerender@npm:1.1.1-rc.3"
|
|
2241
2241
|
dependencies:
|
|
2242
2242
|
"@ast-grep/napi": "npm:0.39.4"
|
|
2243
2243
|
"@babel/generator": "npm:7.27.5"
|
|
2244
2244
|
"@babel/parser": "npm:7.27.5"
|
|
2245
2245
|
"@babel/traverse": "npm:7.27.4"
|
|
2246
|
-
"@cedarjs/babel-config": "npm:1.1.
|
|
2247
|
-
"@cedarjs/project-config": "npm:1.1.
|
|
2248
|
-
"@cedarjs/router": "npm:1.1.
|
|
2249
|
-
"@cedarjs/structure": "npm:1.1.
|
|
2250
|
-
"@cedarjs/vite": "npm:1.1.
|
|
2251
|
-
"@cedarjs/web": "npm:1.1.
|
|
2246
|
+
"@cedarjs/babel-config": "npm:1.1.1-rc.3"
|
|
2247
|
+
"@cedarjs/project-config": "npm:1.1.1-rc.3"
|
|
2248
|
+
"@cedarjs/router": "npm:1.1.1-rc.3"
|
|
2249
|
+
"@cedarjs/structure": "npm:1.1.1-rc.3"
|
|
2250
|
+
"@cedarjs/vite": "npm:1.1.1-rc.3"
|
|
2251
|
+
"@cedarjs/web": "npm:1.1.1-rc.3"
|
|
2252
2252
|
"@rollup/plugin-alias": "npm:5.1.1"
|
|
2253
2253
|
"@rollup/plugin-commonjs": "npm:28.0.6"
|
|
2254
2254
|
"@rollup/plugin-node-resolve": "npm:16.0.1"
|
|
@@ -2268,58 +2268,58 @@ __metadata:
|
|
|
2268
2268
|
peerDependencies:
|
|
2269
2269
|
react: 18.3.1
|
|
2270
2270
|
react-dom: 18.3.1
|
|
2271
|
-
checksum: 10c0/
|
|
2271
|
+
checksum: 10c0/d4a82177cab95c9c5a1593adef6a9dec038fd736dcc85c15b59b936434635bd0684dc1497f206ee5b46e24c968a7bbc3903051003202cf8288de172cecd71d69
|
|
2272
2272
|
languageName: node
|
|
2273
2273
|
linkType: hard
|
|
2274
2274
|
|
|
2275
|
-
"@cedarjs/project-config@npm:1.1.
|
|
2276
|
-
version: 1.1.
|
|
2277
|
-
resolution: "@cedarjs/project-config@npm:1.1.
|
|
2275
|
+
"@cedarjs/project-config@npm:1.1.1-rc.3":
|
|
2276
|
+
version: 1.1.1-rc.3
|
|
2277
|
+
resolution: "@cedarjs/project-config@npm:1.1.1-rc.3"
|
|
2278
2278
|
dependencies:
|
|
2279
2279
|
deepmerge: "npm:4.3.1"
|
|
2280
2280
|
fast-glob: "npm:3.3.3"
|
|
2281
2281
|
smol-toml: "npm:1.3.4"
|
|
2282
2282
|
string-env-interpolation: "npm:1.0.1"
|
|
2283
|
-
checksum: 10c0/
|
|
2283
|
+
checksum: 10c0/3beddfd5bca69e86a40b524e896d1e9b32faec59e51ab45bef7b3329cfcab484a2bff7f9b668d174d36faae65f20b424f3dfca661af99108255a9986e9287c01
|
|
2284
2284
|
languageName: node
|
|
2285
2285
|
linkType: hard
|
|
2286
2286
|
|
|
2287
|
-
"@cedarjs/router@npm:1.1.
|
|
2288
|
-
version: 1.1.
|
|
2289
|
-
resolution: "@cedarjs/router@npm:1.1.
|
|
2287
|
+
"@cedarjs/router@npm:1.1.1-rc.3":
|
|
2288
|
+
version: 1.1.1-rc.3
|
|
2289
|
+
resolution: "@cedarjs/router@npm:1.1.1-rc.3"
|
|
2290
2290
|
dependencies:
|
|
2291
2291
|
"@babel/runtime-corejs3": "npm:7.27.6"
|
|
2292
|
-
"@cedarjs/auth": "npm:1.1.
|
|
2293
|
-
"@cedarjs/server-store": "npm:1.1.
|
|
2292
|
+
"@cedarjs/auth": "npm:1.1.1-rc.3"
|
|
2293
|
+
"@cedarjs/server-store": "npm:1.1.1-rc.3"
|
|
2294
2294
|
core-js: "npm:3.42.0"
|
|
2295
2295
|
react: "npm:18.3.1"
|
|
2296
2296
|
react-dom: "npm:18.3.1"
|
|
2297
2297
|
peerDependencies:
|
|
2298
2298
|
react: 18.3.1
|
|
2299
2299
|
react-dom: 18.3.1
|
|
2300
|
-
checksum: 10c0/
|
|
2300
|
+
checksum: 10c0/dce353db33f476398d59881621776a762ab888226b02660416d070d81b03de6b81ca5608dc7e4b2a71c981df4b9bdc64ca8fac734093b8cd6f1c5e624328bc0d
|
|
2301
2301
|
languageName: node
|
|
2302
2302
|
linkType: hard
|
|
2303
2303
|
|
|
2304
|
-
"@cedarjs/server-store@npm:1.1.
|
|
2305
|
-
version: 1.1.
|
|
2306
|
-
resolution: "@cedarjs/server-store@npm:1.1.
|
|
2304
|
+
"@cedarjs/server-store@npm:1.1.1-rc.3":
|
|
2305
|
+
version: 1.1.1-rc.3
|
|
2306
|
+
resolution: "@cedarjs/server-store@npm:1.1.1-rc.3"
|
|
2307
2307
|
dependencies:
|
|
2308
|
-
"@cedarjs/auth": "npm:1.1.
|
|
2309
|
-
"@cedarjs/cookie-jar": "npm:1.1.
|
|
2308
|
+
"@cedarjs/auth": "npm:1.1.1-rc.3"
|
|
2309
|
+
"@cedarjs/cookie-jar": "npm:1.1.1-rc.3"
|
|
2310
2310
|
esbuild: "npm:0.25.9"
|
|
2311
2311
|
fast-glob: "npm:3.3.3"
|
|
2312
2312
|
fs-extra: "npm:11.2.0"
|
|
2313
|
-
checksum: 10c0/
|
|
2313
|
+
checksum: 10c0/4ff119c85f8567b4415bcb6a2212bcbce6afe7ecd48c34bfe5a8a82a61086900b89b2f04a8ea6e4e79e18e0a6bf1ab7fe798b00d9881b255164805b310938242
|
|
2314
2314
|
languageName: node
|
|
2315
2315
|
linkType: hard
|
|
2316
2316
|
|
|
2317
|
-
"@cedarjs/structure@npm:1.1.
|
|
2318
|
-
version: 1.1.
|
|
2319
|
-
resolution: "@cedarjs/structure@npm:1.1.
|
|
2317
|
+
"@cedarjs/structure@npm:1.1.1-rc.3":
|
|
2318
|
+
version: 1.1.1-rc.3
|
|
2319
|
+
resolution: "@cedarjs/structure@npm:1.1.1-rc.3"
|
|
2320
2320
|
dependencies:
|
|
2321
2321
|
"@babel/runtime-corejs3": "npm:7.27.6"
|
|
2322
|
-
"@cedarjs/project-config": "npm:1.1.
|
|
2322
|
+
"@cedarjs/project-config": "npm:1.1.1-rc.3"
|
|
2323
2323
|
"@prisma/internals": "npm:5.20.0"
|
|
2324
2324
|
"@types/line-column": "npm:1.0.2"
|
|
2325
2325
|
camelcase: "npm:6.3.0"
|
|
@@ -2342,37 +2342,37 @@ __metadata:
|
|
|
2342
2342
|
vscode-languageserver-textdocument: "npm:1.0.12"
|
|
2343
2343
|
vscode-languageserver-types: "npm:3.17.5"
|
|
2344
2344
|
yargs-parser: "npm:21.1.1"
|
|
2345
|
-
checksum: 10c0/
|
|
2345
|
+
checksum: 10c0/54255e541e8f7391be171dbab8a280a7afdb3a8d3d219927604cdcf3e4c64fc54f7f607fcceb4f5069f98337d9fdb3899be2ecc58233894ebc3f821efa353360
|
|
2346
2346
|
languageName: node
|
|
2347
2347
|
linkType: hard
|
|
2348
2348
|
|
|
2349
|
-
"@cedarjs/telemetry@npm:1.1.
|
|
2350
|
-
version: 1.1.
|
|
2351
|
-
resolution: "@cedarjs/telemetry@npm:1.1.
|
|
2349
|
+
"@cedarjs/telemetry@npm:1.1.1-rc.3":
|
|
2350
|
+
version: 1.1.1-rc.3
|
|
2351
|
+
resolution: "@cedarjs/telemetry@npm:1.1.1-rc.3"
|
|
2352
2352
|
dependencies:
|
|
2353
|
-
"@cedarjs/project-config": "npm:1.1.
|
|
2354
|
-
"@cedarjs/structure": "npm:1.1.
|
|
2353
|
+
"@cedarjs/project-config": "npm:1.1.1-rc.3"
|
|
2354
|
+
"@cedarjs/structure": "npm:1.1.1-rc.3"
|
|
2355
2355
|
"@whatwg-node/fetch": "npm:0.9.21"
|
|
2356
2356
|
ci-info: "npm:4.0.0"
|
|
2357
2357
|
envinfo: "npm:7.14.0"
|
|
2358
2358
|
systeminformation: "npm:5.23.8"
|
|
2359
2359
|
uuid: "npm:10.0.0"
|
|
2360
2360
|
yargs: "npm:17.7.2"
|
|
2361
|
-
checksum: 10c0/
|
|
2361
|
+
checksum: 10c0/96188a9eab1fefc0030e2ab29affbdf33fb651a791613a362d8e060780a66eb8d890af538ee95fdf26106548b212df9398ec34e2a2e838b4a9de324defa58655
|
|
2362
2362
|
languageName: node
|
|
2363
2363
|
linkType: hard
|
|
2364
2364
|
|
|
2365
|
-
"@cedarjs/testing@npm:1.1.
|
|
2366
|
-
version: 1.1.
|
|
2367
|
-
resolution: "@cedarjs/testing@npm:1.1.
|
|
2368
|
-
dependencies:
|
|
2369
|
-
"@cedarjs/auth": "npm:1.1.
|
|
2370
|
-
"@cedarjs/babel-config": "npm:1.1.
|
|
2371
|
-
"@cedarjs/context": "npm:1.1.
|
|
2372
|
-
"@cedarjs/graphql-server": "npm:1.1.
|
|
2373
|
-
"@cedarjs/project-config": "npm:1.1.
|
|
2374
|
-
"@cedarjs/router": "npm:1.1.
|
|
2375
|
-
"@cedarjs/web": "npm:1.1.
|
|
2365
|
+
"@cedarjs/testing@npm:1.1.1-rc.3":
|
|
2366
|
+
version: 1.1.1-rc.3
|
|
2367
|
+
resolution: "@cedarjs/testing@npm:1.1.1-rc.3"
|
|
2368
|
+
dependencies:
|
|
2369
|
+
"@cedarjs/auth": "npm:1.1.1-rc.3"
|
|
2370
|
+
"@cedarjs/babel-config": "npm:1.1.1-rc.3"
|
|
2371
|
+
"@cedarjs/context": "npm:1.1.1-rc.3"
|
|
2372
|
+
"@cedarjs/graphql-server": "npm:1.1.1-rc.3"
|
|
2373
|
+
"@cedarjs/project-config": "npm:1.1.1-rc.3"
|
|
2374
|
+
"@cedarjs/router": "npm:1.1.1-rc.3"
|
|
2375
|
+
"@cedarjs/web": "npm:1.1.1-rc.3"
|
|
2376
2376
|
"@testing-library/jest-dom": "npm:6.5.0"
|
|
2377
2377
|
"@testing-library/react": "npm:14.3.1"
|
|
2378
2378
|
"@testing-library/user-event": "npm:14.5.2"
|
|
@@ -2395,26 +2395,26 @@ __metadata:
|
|
|
2395
2395
|
peerDependenciesMeta:
|
|
2396
2396
|
vitest:
|
|
2397
2397
|
optional: true
|
|
2398
|
-
checksum: 10c0/
|
|
2398
|
+
checksum: 10c0/f3aa92e794feb6b617d356fe3f9698fb4aa078b9c6e2ba89388049c47c0d5ffe149776f7cc9f1d1308649757472b3b1db27f72f960a55c6e580d138b1d7cbe58
|
|
2399
2399
|
languageName: node
|
|
2400
2400
|
linkType: hard
|
|
2401
2401
|
|
|
2402
|
-
"@cedarjs/vite@npm:1.1.
|
|
2403
|
-
version: 1.1.
|
|
2404
|
-
resolution: "@cedarjs/vite@npm:1.1.
|
|
2402
|
+
"@cedarjs/vite@npm:1.1.1-rc.3":
|
|
2403
|
+
version: 1.1.1-rc.3
|
|
2404
|
+
resolution: "@cedarjs/vite@npm:1.1.1-rc.3"
|
|
2405
2405
|
dependencies:
|
|
2406
2406
|
"@ast-grep/napi": "npm:0.39.4"
|
|
2407
2407
|
"@babel/generator": "npm:7.27.5"
|
|
2408
2408
|
"@babel/parser": "npm:7.27.5"
|
|
2409
2409
|
"@babel/traverse": "npm:7.27.4"
|
|
2410
|
-
"@cedarjs/auth": "npm:1.1.
|
|
2411
|
-
"@cedarjs/babel-config": "npm:1.1.
|
|
2412
|
-
"@cedarjs/cookie-jar": "npm:1.1.
|
|
2413
|
-
"@cedarjs/internal": "npm:1.1.
|
|
2414
|
-
"@cedarjs/project-config": "npm:1.1.
|
|
2415
|
-
"@cedarjs/server-store": "npm:1.1.
|
|
2416
|
-
"@cedarjs/testing": "npm:1.1.
|
|
2417
|
-
"@cedarjs/web": "npm:1.1.
|
|
2410
|
+
"@cedarjs/auth": "npm:1.1.1-rc.3"
|
|
2411
|
+
"@cedarjs/babel-config": "npm:1.1.1-rc.3"
|
|
2412
|
+
"@cedarjs/cookie-jar": "npm:1.1.1-rc.3"
|
|
2413
|
+
"@cedarjs/internal": "npm:1.1.1-rc.3"
|
|
2414
|
+
"@cedarjs/project-config": "npm:1.1.1-rc.3"
|
|
2415
|
+
"@cedarjs/server-store": "npm:1.1.1-rc.3"
|
|
2416
|
+
"@cedarjs/testing": "npm:1.1.1-rc.3"
|
|
2417
|
+
"@cedarjs/web": "npm:1.1.1-rc.3"
|
|
2418
2418
|
"@swc/core": "npm:1.13.5"
|
|
2419
2419
|
"@vitejs/plugin-react": "npm:4.3.4"
|
|
2420
2420
|
"@whatwg-node/fetch": "npm:0.9.21"
|
|
@@ -2445,16 +2445,16 @@ __metadata:
|
|
|
2445
2445
|
rw-vite-build: ./bins/rw-vite-build.mjs
|
|
2446
2446
|
rw-vite-dev: ./bins/rw-vite-dev.mjs
|
|
2447
2447
|
vite: ./bins/vite.mjs
|
|
2448
|
-
checksum: 10c0/
|
|
2448
|
+
checksum: 10c0/9beee4f64f5786f3d2a78b9c8787b65c06ae41ca9fd451797541c1c38b6e06db45bc5e632c956e2617c04fb4d76db42d8fa9c563401893149fe213d51ee333ee
|
|
2449
2449
|
languageName: node
|
|
2450
2450
|
linkType: hard
|
|
2451
2451
|
|
|
2452
|
-
"@cedarjs/web-server@npm:1.1.
|
|
2453
|
-
version: 1.1.
|
|
2454
|
-
resolution: "@cedarjs/web-server@npm:1.1.
|
|
2452
|
+
"@cedarjs/web-server@npm:1.1.1-rc.3":
|
|
2453
|
+
version: 1.1.1-rc.3
|
|
2454
|
+
resolution: "@cedarjs/web-server@npm:1.1.1-rc.3"
|
|
2455
2455
|
dependencies:
|
|
2456
|
-
"@cedarjs/fastify-web": "npm:1.1.
|
|
2457
|
-
"@cedarjs/project-config": "npm:1.1.
|
|
2456
|
+
"@cedarjs/fastify-web": "npm:1.1.1-rc.3"
|
|
2457
|
+
"@cedarjs/project-config": "npm:1.1.1-rc.3"
|
|
2458
2458
|
ansis: "npm:4.1.0"
|
|
2459
2459
|
dotenv-defaults: "npm:5.0.2"
|
|
2460
2460
|
fastify: "npm:4.28.1"
|
|
@@ -2462,18 +2462,18 @@ __metadata:
|
|
|
2462
2462
|
yargs: "npm:17.7.2"
|
|
2463
2463
|
bin:
|
|
2464
2464
|
rw-web-server: ./dist/bin.js
|
|
2465
|
-
checksum: 10c0/
|
|
2465
|
+
checksum: 10c0/054595c3cd58dad36f18e830506302e986281bafb51c4f2d71eb878052e2a4afdb29269a4abd5e72fe4385cf1ef57ad9c894f3309202c3f293540c3f830ed9f2
|
|
2466
2466
|
languageName: node
|
|
2467
2467
|
linkType: hard
|
|
2468
2468
|
|
|
2469
|
-
"@cedarjs/web@npm:1.1.
|
|
2470
|
-
version: 1.1.
|
|
2471
|
-
resolution: "@cedarjs/web@npm:1.1.
|
|
2469
|
+
"@cedarjs/web@npm:1.1.1-rc.3":
|
|
2470
|
+
version: 1.1.1-rc.3
|
|
2471
|
+
resolution: "@cedarjs/web@npm:1.1.1-rc.3"
|
|
2472
2472
|
dependencies:
|
|
2473
2473
|
"@apollo/client": "npm:3.13.9"
|
|
2474
2474
|
"@babel/runtime-corejs3": "npm:7.27.6"
|
|
2475
|
-
"@cedarjs/auth": "npm:1.1.
|
|
2476
|
-
"@cedarjs/server-store": "npm:1.1.
|
|
2475
|
+
"@cedarjs/auth": "npm:1.1.1-rc.3"
|
|
2476
|
+
"@cedarjs/server-store": "npm:1.1.1-rc.3"
|
|
2477
2477
|
"@dr.pogodin/react-helmet": "npm:2.0.4"
|
|
2478
2478
|
"@whatwg-node/fetch": "npm:0.9.21"
|
|
2479
2479
|
apollo-upload-client: "npm:18.0.1"
|
|
@@ -2498,7 +2498,7 @@ __metadata:
|
|
|
2498
2498
|
rwfw: ./dist/cjs/bins/rwfw.js
|
|
2499
2499
|
storybook: ./dist/cjs/bins/storybook.js
|
|
2500
2500
|
tsc: ./dist/cjs/bins/tsc.js
|
|
2501
|
-
checksum: 10c0/
|
|
2501
|
+
checksum: 10c0/92c26d8879723d074c2854a26157d028ff5acbe2f9b4da46784604ab82e906b34959af7132a7cc43c9957a2acd358e56f713661332bb39eacb88ba38cd9d17cd
|
|
2502
2502
|
languageName: node
|
|
2503
2503
|
linkType: hard
|
|
2504
2504
|
|
|
@@ -4064,10 +4064,10 @@ __metadata:
|
|
|
4064
4064
|
linkType: hard
|
|
4065
4065
|
|
|
4066
4066
|
"@graphql-tools/executor@npm:^1.3.0":
|
|
4067
|
-
version: 1.
|
|
4068
|
-
resolution: "@graphql-tools/executor@npm:1.
|
|
4067
|
+
version: 1.5.0
|
|
4068
|
+
resolution: "@graphql-tools/executor@npm:1.5.0"
|
|
4069
4069
|
dependencies:
|
|
4070
|
-
"@graphql-tools/utils": "npm:^10.
|
|
4070
|
+
"@graphql-tools/utils": "npm:^10.11.0"
|
|
4071
4071
|
"@graphql-typed-document-node/core": "npm:^3.2.0"
|
|
4072
4072
|
"@repeaterjs/repeater": "npm:^3.0.4"
|
|
4073
4073
|
"@whatwg-node/disposablestack": "npm:^0.0.6"
|
|
@@ -4075,7 +4075,7 @@ __metadata:
|
|
|
4075
4075
|
tslib: "npm:^2.4.0"
|
|
4076
4076
|
peerDependencies:
|
|
4077
4077
|
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
4078
|
-
checksum: 10c0/
|
|
4078
|
+
checksum: 10c0/942941d6111da414e863daaf36a921654df2608dac2d074ae9b1bdea950ef1b6182376a04a5267c83961ccffea0f50361ce556d93cdd043844e78a7ba247f909
|
|
4079
4079
|
languageName: node
|
|
4080
4080
|
linkType: hard
|
|
4081
4081
|
|
|
@@ -4208,15 +4208,15 @@ __metadata:
|
|
|
4208
4208
|
languageName: node
|
|
4209
4209
|
linkType: hard
|
|
4210
4210
|
|
|
4211
|
-
"@graphql-tools/merge@npm:^9.0.6, @graphql-tools/merge@npm:^9.1.
|
|
4212
|
-
version: 9.1.
|
|
4213
|
-
resolution: "@graphql-tools/merge@npm:9.1.
|
|
4211
|
+
"@graphql-tools/merge@npm:^9.0.6, @graphql-tools/merge@npm:^9.1.6":
|
|
4212
|
+
version: 9.1.6
|
|
4213
|
+
resolution: "@graphql-tools/merge@npm:9.1.6"
|
|
4214
4214
|
dependencies:
|
|
4215
|
-
"@graphql-tools/utils": "npm:^10.
|
|
4215
|
+
"@graphql-tools/utils": "npm:^10.11.0"
|
|
4216
4216
|
tslib: "npm:^2.4.0"
|
|
4217
4217
|
peerDependencies:
|
|
4218
4218
|
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
4219
|
-
checksum: 10c0/
|
|
4219
|
+
checksum: 10c0/4e51bc41101fa70c72393075d0fb419fcc92b0ecdf93bb7a749787f7cd699291af86e75c29a6447bec138d28ea79d4fba6bb27e5182ff2d33861d2af6fc759ff
|
|
4220
4220
|
languageName: node
|
|
4221
4221
|
linkType: hard
|
|
4222
4222
|
|
|
@@ -4284,15 +4284,15 @@ __metadata:
|
|
|
4284
4284
|
linkType: hard
|
|
4285
4285
|
|
|
4286
4286
|
"@graphql-tools/relay-operation-optimizer@npm:^7.0.0":
|
|
4287
|
-
version: 7.0.
|
|
4288
|
-
resolution: "@graphql-tools/relay-operation-optimizer@npm:7.0.
|
|
4287
|
+
version: 7.0.26
|
|
4288
|
+
resolution: "@graphql-tools/relay-operation-optimizer@npm:7.0.26"
|
|
4289
4289
|
dependencies:
|
|
4290
4290
|
"@ardatan/relay-compiler": "npm:^12.0.3"
|
|
4291
|
-
"@graphql-tools/utils": "npm:^10.
|
|
4291
|
+
"@graphql-tools/utils": "npm:^10.11.0"
|
|
4292
4292
|
tslib: "npm:^2.4.0"
|
|
4293
4293
|
peerDependencies:
|
|
4294
4294
|
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
4295
|
-
checksum: 10c0/
|
|
4295
|
+
checksum: 10c0/cecc5ecc9a1c4fd53f3e2949b390f6259d1ef837b35ee5af611293a2b5cd7537913db05dfcd678862f237ff18eda3714e22a7ed50bb732598ae38d4b1458ca4a
|
|
4296
4296
|
languageName: node
|
|
4297
4297
|
linkType: hard
|
|
4298
4298
|
|
|
@@ -4311,15 +4311,15 @@ __metadata:
|
|
|
4311
4311
|
linkType: hard
|
|
4312
4312
|
|
|
4313
4313
|
"@graphql-tools/schema@npm:^10.0.4":
|
|
4314
|
-
version: 10.0.
|
|
4315
|
-
resolution: "@graphql-tools/schema@npm:10.0.
|
|
4314
|
+
version: 10.0.30
|
|
4315
|
+
resolution: "@graphql-tools/schema@npm:10.0.30"
|
|
4316
4316
|
dependencies:
|
|
4317
|
-
"@graphql-tools/merge": "npm:^9.1.
|
|
4318
|
-
"@graphql-tools/utils": "npm:^10.
|
|
4317
|
+
"@graphql-tools/merge": "npm:^9.1.6"
|
|
4318
|
+
"@graphql-tools/utils": "npm:^10.11.0"
|
|
4319
4319
|
tslib: "npm:^2.4.0"
|
|
4320
4320
|
peerDependencies:
|
|
4321
4321
|
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
4322
|
-
checksum: 10c0/
|
|
4322
|
+
checksum: 10c0/62252b535e5062e34a2fa39bbcc978396e0d514f5bd3d77cd072de2578fd2e1b43ca15952ead901cc96db31dce2d4d94fe5f51e59a60a57c3b5f84b2e2df3e26
|
|
4323
4323
|
languageName: node
|
|
4324
4324
|
linkType: hard
|
|
4325
4325
|
|
|
@@ -4374,9 +4374,9 @@ __metadata:
|
|
|
4374
4374
|
languageName: node
|
|
4375
4375
|
linkType: hard
|
|
4376
4376
|
|
|
4377
|
-
"@graphql-tools/utils@npm:^10.0.0, @graphql-tools/utils@npm:^10.
|
|
4378
|
-
version: 10.
|
|
4379
|
-
resolution: "@graphql-tools/utils@npm:10.
|
|
4377
|
+
"@graphql-tools/utils@npm:^10.0.0, @graphql-tools/utils@npm:^10.11.0, @graphql-tools/utils@npm:^10.3.2, @graphql-tools/utils@npm:^10.5.4":
|
|
4378
|
+
version: 10.11.0
|
|
4379
|
+
resolution: "@graphql-tools/utils@npm:10.11.0"
|
|
4380
4380
|
dependencies:
|
|
4381
4381
|
"@graphql-typed-document-node/core": "npm:^3.1.1"
|
|
4382
4382
|
"@whatwg-node/promise-helpers": "npm:^1.0.0"
|
|
@@ -4384,7 +4384,7 @@ __metadata:
|
|
|
4384
4384
|
tslib: "npm:^2.4.0"
|
|
4385
4385
|
peerDependencies:
|
|
4386
4386
|
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
4387
|
-
checksum: 10c0/
|
|
4387
|
+
checksum: 10c0/73459332c199d8f3aa698bdee4ac6ce802274dba95cc7eff1f0219b6fe6e3a8f314d2e824168e296df8f5ce18f6dbd23ca14406b71890a41ce80b7548e8ccd6d
|
|
4388
4388
|
languageName: node
|
|
4389
4389
|
linkType: hard
|
|
4390
4390
|
|
|
@@ -7258,8 +7258,8 @@ __metadata:
|
|
|
7258
7258
|
version: 0.0.0-use.local
|
|
7259
7259
|
resolution: "api@workspace:api"
|
|
7260
7260
|
dependencies:
|
|
7261
|
-
"@cedarjs/api": "npm:1.1.
|
|
7262
|
-
"@cedarjs/graphql-server": "npm:1.1.
|
|
7261
|
+
"@cedarjs/api": "npm:1.1.1-rc.3"
|
|
7262
|
+
"@cedarjs/graphql-server": "npm:1.1.1-rc.3"
|
|
7263
7263
|
languageName: unknown
|
|
7264
7264
|
linkType: soft
|
|
7265
7265
|
|
|
@@ -7894,11 +7894,11 @@ __metadata:
|
|
|
7894
7894
|
linkType: hard
|
|
7895
7895
|
|
|
7896
7896
|
"baseline-browser-mapping@npm:^2.8.25":
|
|
7897
|
-
version: 2.8.
|
|
7898
|
-
resolution: "baseline-browser-mapping@npm:2.8.
|
|
7897
|
+
version: 2.8.32
|
|
7898
|
+
resolution: "baseline-browser-mapping@npm:2.8.32"
|
|
7899
7899
|
bin:
|
|
7900
7900
|
baseline-browser-mapping: dist/cli.js
|
|
7901
|
-
checksum: 10c0/
|
|
7901
|
+
checksum: 10c0/6c4aa0338ad177e946a27412de11769fb6474389a59cc03e13e0538d7285a94052a11525d46bb605ddb913a0c8a1180292d6f05cd4d6bc05bbf597c26bf5ce66
|
|
7902
7902
|
languageName: node
|
|
7903
7903
|
linkType: hard
|
|
7904
7904
|
|
|
@@ -8183,7 +8183,7 @@ __metadata:
|
|
|
8183
8183
|
languageName: node
|
|
8184
8184
|
linkType: hard
|
|
8185
8185
|
|
|
8186
|
-
"bytes@npm:3.1.2":
|
|
8186
|
+
"bytes@npm:3.1.2, bytes@npm:~3.1.2":
|
|
8187
8187
|
version: 3.1.2
|
|
8188
8188
|
resolution: "bytes@npm:3.1.2"
|
|
8189
8189
|
checksum: 10c0/76d1c43cbd602794ad8ad2ae94095cddeb1de78c5dddaa7005c51af10b0176c69971a6d88e805a90c2b6550d76636e43c40d8427a808b8645ede885de4a0358e
|
|
@@ -9329,7 +9329,7 @@ __metadata:
|
|
|
9329
9329
|
languageName: node
|
|
9330
9330
|
linkType: hard
|
|
9331
9331
|
|
|
9332
|
-
"depd@npm:2.0.0":
|
|
9332
|
+
"depd@npm:2.0.0, depd@npm:~2.0.0":
|
|
9333
9333
|
version: 2.0.0
|
|
9334
9334
|
resolution: "depd@npm:2.0.0"
|
|
9335
9335
|
checksum: 10c0/58bd06ec20e19529b06f7ad07ddab60e504d9e0faca4bd23079fac2d279c3594334d736508dc350e06e510aba5e22e4594483b3a6562ce7c17dd797f4cc4ad2c
|
|
@@ -9594,9 +9594,9 @@ __metadata:
|
|
|
9594
9594
|
linkType: hard
|
|
9595
9595
|
|
|
9596
9596
|
"electron-to-chromium@npm:^1.5.249":
|
|
9597
|
-
version: 1.5.
|
|
9598
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9599
|
-
checksum: 10c0/
|
|
9597
|
+
version: 1.5.262
|
|
9598
|
+
resolution: "electron-to-chromium@npm:1.5.262"
|
|
9599
|
+
checksum: 10c0/4e4e3a307f662991145fd0bbd9045e17af547987a9dc33c30239b1a7b60874989f9b71c636b6c7d2b9052777344d4358a7cf76924203873a392ea1568bf88e5d
|
|
9600
9600
|
languageName: node
|
|
9601
9601
|
linkType: hard
|
|
9602
9602
|
|
|
@@ -11824,6 +11824,19 @@ __metadata:
|
|
|
11824
11824
|
languageName: node
|
|
11825
11825
|
linkType: hard
|
|
11826
11826
|
|
|
11827
|
+
"http-errors@npm:~2.0.1":
|
|
11828
|
+
version: 2.0.1
|
|
11829
|
+
resolution: "http-errors@npm:2.0.1"
|
|
11830
|
+
dependencies:
|
|
11831
|
+
depd: "npm:~2.0.0"
|
|
11832
|
+
inherits: "npm:~2.0.4"
|
|
11833
|
+
setprototypeof: "npm:~1.2.0"
|
|
11834
|
+
statuses: "npm:~2.0.2"
|
|
11835
|
+
toidentifier: "npm:~1.0.1"
|
|
11836
|
+
checksum: 10c0/fb38906cef4f5c83952d97661fe14dc156cb59fe54812a42cd448fa57b5c5dfcb38a40a916957737bd6b87aab257c0648d63eb5b6a9ca9f548e105b6072712d4
|
|
11837
|
+
languageName: node
|
|
11838
|
+
linkType: hard
|
|
11839
|
+
|
|
11827
11840
|
"http-proxy-agent@npm:^5.0.0":
|
|
11828
11841
|
version: 5.0.0
|
|
11829
11842
|
resolution: "http-proxy-agent@npm:5.0.0"
|
|
@@ -11933,7 +11946,7 @@ __metadata:
|
|
|
11933
11946
|
languageName: node
|
|
11934
11947
|
linkType: hard
|
|
11935
11948
|
|
|
11936
|
-
"iconv-lite@npm:0.4.24":
|
|
11949
|
+
"iconv-lite@npm:0.4.24, iconv-lite@npm:~0.4.24":
|
|
11937
11950
|
version: 0.4.24
|
|
11938
11951
|
resolution: "iconv-lite@npm:0.4.24"
|
|
11939
11952
|
dependencies:
|
|
@@ -15423,9 +15436,9 @@ __metadata:
|
|
|
15423
15436
|
linkType: hard
|
|
15424
15437
|
|
|
15425
15438
|
"proc-log@npm:^6.0.0":
|
|
15426
|
-
version: 6.
|
|
15427
|
-
resolution: "proc-log@npm:6.
|
|
15428
|
-
checksum: 10c0/
|
|
15439
|
+
version: 6.1.0
|
|
15440
|
+
resolution: "proc-log@npm:6.1.0"
|
|
15441
|
+
checksum: 10c0/4f178d4062733ead9d71a9b1ab24ebcecdfe2250916a5b1555f04fe2eda972a0ec76fbaa8df1ad9c02707add6749219d118a4fc46dc56bdfe4dde4b47d80bb82
|
|
15429
15442
|
languageName: node
|
|
15430
15443
|
linkType: hard
|
|
15431
15444
|
|
|
@@ -15671,7 +15684,7 @@ __metadata:
|
|
|
15671
15684
|
languageName: node
|
|
15672
15685
|
linkType: hard
|
|
15673
15686
|
|
|
15674
|
-
"raw-body@npm:2.5.2
|
|
15687
|
+
"raw-body@npm:2.5.2":
|
|
15675
15688
|
version: 2.5.2
|
|
15676
15689
|
resolution: "raw-body@npm:2.5.2"
|
|
15677
15690
|
dependencies:
|
|
@@ -15683,6 +15696,18 @@ __metadata:
|
|
|
15683
15696
|
languageName: node
|
|
15684
15697
|
linkType: hard
|
|
15685
15698
|
|
|
15699
|
+
"raw-body@npm:^2.5.1":
|
|
15700
|
+
version: 2.5.3
|
|
15701
|
+
resolution: "raw-body@npm:2.5.3"
|
|
15702
|
+
dependencies:
|
|
15703
|
+
bytes: "npm:~3.1.2"
|
|
15704
|
+
http-errors: "npm:~2.0.1"
|
|
15705
|
+
iconv-lite: "npm:~0.4.24"
|
|
15706
|
+
unpipe: "npm:~1.0.0"
|
|
15707
|
+
checksum: 10c0/449844344fc90547fb994383a494b83300e4f22199f146a79f68d78a199a8f2a923ea9fd29c3be979bfd50291a3884733619ffc15ba02a32e703b612f8d3f74a
|
|
15708
|
+
languageName: node
|
|
15709
|
+
linkType: hard
|
|
15710
|
+
|
|
15686
15711
|
"rc@npm:1.2.8":
|
|
15687
15712
|
version: 1.2.8
|
|
15688
15713
|
resolution: "rc@npm:1.2.8"
|
|
@@ -16431,9 +16456,9 @@ __metadata:
|
|
|
16431
16456
|
version: 0.0.0-use.local
|
|
16432
16457
|
resolution: "root-workspace-0b6124@workspace:."
|
|
16433
16458
|
dependencies:
|
|
16434
|
-
"@cedarjs/core": "npm:1.1.
|
|
16435
|
-
"@cedarjs/project-config": "npm:1.1.
|
|
16436
|
-
"@cedarjs/testing": "npm:1.1.
|
|
16459
|
+
"@cedarjs/core": "npm:1.1.1-rc.3"
|
|
16460
|
+
"@cedarjs/project-config": "npm:1.1.1-rc.3"
|
|
16461
|
+
"@cedarjs/testing": "npm:1.1.1-rc.3"
|
|
16437
16462
|
languageName: unknown
|
|
16438
16463
|
linkType: soft
|
|
16439
16464
|
|
|
@@ -16710,7 +16735,7 @@ __metadata:
|
|
|
16710
16735
|
languageName: node
|
|
16711
16736
|
linkType: hard
|
|
16712
16737
|
|
|
16713
|
-
"setprototypeof@npm:1.2.0":
|
|
16738
|
+
"setprototypeof@npm:1.2.0, setprototypeof@npm:~1.2.0":
|
|
16714
16739
|
version: 1.2.0
|
|
16715
16740
|
resolution: "setprototypeof@npm:1.2.0"
|
|
16716
16741
|
checksum: 10c0/68733173026766fa0d9ecaeb07f0483f4c2dc70ca376b3b7c40b7cda909f94b0918f6c5ad5ce27a9160bdfb475efaa9d5e705a11d8eaae18f9835d20976028bc
|
|
@@ -17074,6 +17099,13 @@ __metadata:
|
|
|
17074
17099
|
languageName: node
|
|
17075
17100
|
linkType: hard
|
|
17076
17101
|
|
|
17102
|
+
"statuses@npm:~2.0.2":
|
|
17103
|
+
version: 2.0.2
|
|
17104
|
+
resolution: "statuses@npm:2.0.2"
|
|
17105
|
+
checksum: 10c0/a9947d98ad60d01f6b26727570f3bcceb6c8fa789da64fe6889908fe2e294d57503b14bf2b5af7605c2d36647259e856635cd4c49eab41667658ec9d0080ec3f
|
|
17106
|
+
languageName: node
|
|
17107
|
+
linkType: hard
|
|
17108
|
+
|
|
17077
17109
|
"stop-iteration-iterator@npm:^1.0.0, stop-iteration-iterator@npm:^1.1.0":
|
|
17078
17110
|
version: 1.1.0
|
|
17079
17111
|
resolution: "stop-iteration-iterator@npm:1.1.0"
|
|
@@ -17611,7 +17643,7 @@ __metadata:
|
|
|
17611
17643
|
languageName: node
|
|
17612
17644
|
linkType: hard
|
|
17613
17645
|
|
|
17614
|
-
"toidentifier@npm:1.0.1":
|
|
17646
|
+
"toidentifier@npm:1.0.1, toidentifier@npm:~1.0.1":
|
|
17615
17647
|
version: 1.0.1
|
|
17616
17648
|
resolution: "toidentifier@npm:1.0.1"
|
|
17617
17649
|
checksum: 10c0/93937279934bd66cc3270016dd8d0afec14fb7c94a05c72dc57321f8bd1fa97e5bea6d1f7c89e728d077ca31ea125b78320a616a6c6cd0e6b9cb94cb864381c1
|
|
@@ -18572,10 +18604,10 @@ __metadata:
|
|
|
18572
18604
|
version: 0.0.0-use.local
|
|
18573
18605
|
resolution: "web@workspace:web"
|
|
18574
18606
|
dependencies:
|
|
18575
|
-
"@cedarjs/forms": "npm:1.1.
|
|
18576
|
-
"@cedarjs/router": "npm:1.1.
|
|
18577
|
-
"@cedarjs/vite": "npm:1.1.
|
|
18578
|
-
"@cedarjs/web": "npm:1.1.
|
|
18607
|
+
"@cedarjs/forms": "npm:1.1.1-rc.3"
|
|
18608
|
+
"@cedarjs/router": "npm:1.1.1-rc.3"
|
|
18609
|
+
"@cedarjs/vite": "npm:1.1.1-rc.3"
|
|
18610
|
+
"@cedarjs/web": "npm:1.1.1-rc.3"
|
|
18579
18611
|
"@types/react": "npm:^18.2.55"
|
|
18580
18612
|
"@types/react-dom": "npm:^18.2.19"
|
|
18581
18613
|
react: "npm:18.3.1"
|