create-cedar-app 2.0.1-rc.2 → 2.0.1-rc.29
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/db/schema.prisma +1 -1
- package/templates/esm-js/api/package.json +2 -2
- package/templates/esm-js/package.json +3 -3
- package/templates/esm-js/scripts/seed.js +3 -3
- package/templates/esm-js/web/package.json +4 -4
- package/templates/esm-js/yarn.lock +188 -188
- package/templates/esm-ts/api/db/schema.prisma +1 -1
- package/templates/esm-ts/api/package.json +2 -2
- package/templates/esm-ts/package.json +3 -3
- package/templates/esm-ts/scripts/seed.ts +3 -3
- package/templates/esm-ts/web/package.json +4 -4
- package/templates/esm-ts/yarn.lock +188 -188
- package/templates/js/api/db/schema.prisma +1 -1
- package/templates/js/api/package.json +2 -2
- package/templates/js/package.json +3 -3
- package/templates/js/scripts/seed.js +3 -3
- package/templates/js/web/package.json +4 -4
- package/templates/js/yarn.lock +188 -188
- package/templates/ts/api/db/schema.prisma +1 -1
- package/templates/ts/api/package.json +2 -2
- package/templates/ts/package.json +3 -3
- package/templates/ts/scripts/seed.ts +3 -3
- package/templates/ts/web/package.json +4 -4
- package/templates/ts/yarn.lock +188 -188
|
@@ -1824,15 +1824,15 @@ __metadata:
|
|
|
1824
1824
|
languageName: node
|
|
1825
1825
|
linkType: hard
|
|
1826
1826
|
|
|
1827
|
-
"@cedarjs/api-server@npm:2.0.1-rc.
|
|
1828
|
-
version: 2.0.1-rc.
|
|
1829
|
-
resolution: "@cedarjs/api-server@npm:2.0.1-rc.
|
|
1830
|
-
dependencies:
|
|
1831
|
-
"@cedarjs/context": "npm:2.0.1-rc.
|
|
1832
|
-
"@cedarjs/fastify-web": "npm:2.0.1-rc.
|
|
1833
|
-
"@cedarjs/internal": "npm:2.0.1-rc.
|
|
1834
|
-
"@cedarjs/project-config": "npm:2.0.1-rc.
|
|
1835
|
-
"@cedarjs/web-server": "npm:2.0.1-rc.
|
|
1827
|
+
"@cedarjs/api-server@npm:2.0.1-rc.29":
|
|
1828
|
+
version: 2.0.1-rc.29
|
|
1829
|
+
resolution: "@cedarjs/api-server@npm:2.0.1-rc.29"
|
|
1830
|
+
dependencies:
|
|
1831
|
+
"@cedarjs/context": "npm:2.0.1-rc.29"
|
|
1832
|
+
"@cedarjs/fastify-web": "npm:2.0.1-rc.29"
|
|
1833
|
+
"@cedarjs/internal": "npm:2.0.1-rc.29"
|
|
1834
|
+
"@cedarjs/project-config": "npm:2.0.1-rc.29"
|
|
1835
|
+
"@cedarjs/web-server": "npm:2.0.1-rc.29"
|
|
1836
1836
|
"@fastify/multipart": "npm:9.0.3"
|
|
1837
1837
|
"@fastify/url-data": "npm:6.0.3"
|
|
1838
1838
|
chalk: "npm:4.1.2"
|
|
@@ -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": 2.0.1-rc.
|
|
1851
|
+
"@cedarjs/graphql-server": 2.0.1-rc.29
|
|
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/e0f120cf288e99b6fdb14ded1195d4132612b6b2e90f74d666b63581aea7ba1f75a30c514a9222c48474acbaab932855bf57aea02e0bd70f5a394d2c1b5d1ec2
|
|
1863
1863
|
languageName: node
|
|
1864
1864
|
linkType: hard
|
|
1865
1865
|
|
|
1866
|
-
"@cedarjs/api@npm:2.0.1-rc.
|
|
1867
|
-
version: 2.0.1-rc.
|
|
1868
|
-
resolution: "@cedarjs/api@npm:2.0.1-rc.
|
|
1866
|
+
"@cedarjs/api@npm:2.0.1-rc.29":
|
|
1867
|
+
version: 2.0.1-rc.29
|
|
1868
|
+
resolution: "@cedarjs/api@npm:2.0.1-rc.29"
|
|
1869
1869
|
dependencies:
|
|
1870
1870
|
"@prisma/client": "npm:6.19.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/97828aca4b1a94a7a005cbe2fd01027bd4fc4daa07ca9c4677634e2295bb049eeef532cec2560c083762cfaa103322f56b4c269e82e11c6f6babb118c1798db0
|
|
1894
1894
|
languageName: node
|
|
1895
1895
|
linkType: hard
|
|
1896
1896
|
|
|
1897
|
-
"@cedarjs/auth@npm:2.0.1-rc.
|
|
1898
|
-
version: 2.0.1-rc.
|
|
1899
|
-
resolution: "@cedarjs/auth@npm:2.0.1-rc.
|
|
1897
|
+
"@cedarjs/auth@npm:2.0.1-rc.29":
|
|
1898
|
+
version: 2.0.1-rc.29
|
|
1899
|
+
resolution: "@cedarjs/auth@npm:2.0.1-rc.29"
|
|
1900
1900
|
dependencies:
|
|
1901
1901
|
core-js: "npm:3.42.0"
|
|
1902
1902
|
react: "npm:18.3.1"
|
|
1903
|
-
checksum: 10c0/
|
|
1903
|
+
checksum: 10c0/30a90fffc5d4a1f1d1fcfe8d04b6bb54736ad815c5ab6c176c52157aea06c1a52f5a46ad618c02892e1898b5a64bddc8040afd1c214585afa3df3eee32f805e5
|
|
1904
1904
|
languageName: node
|
|
1905
1905
|
linkType: hard
|
|
1906
1906
|
|
|
1907
|
-
"@cedarjs/babel-config@npm:2.0.1-rc.
|
|
1908
|
-
version: 2.0.1-rc.
|
|
1909
|
-
resolution: "@cedarjs/babel-config@npm:2.0.1-rc.
|
|
1907
|
+
"@cedarjs/babel-config@npm:2.0.1-rc.29":
|
|
1908
|
+
version: 2.0.1-rc.29
|
|
1909
|
+
resolution: "@cedarjs/babel-config@npm:2.0.1-rc.29"
|
|
1910
1910
|
dependencies:
|
|
1911
1911
|
"@babel/core": "npm:^7.26.10"
|
|
1912
1912
|
"@babel/parser": "npm:7.27.5"
|
|
@@ -1921,25 +1921,25 @@ __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:2.0.1-rc.
|
|
1924
|
+
"@cedarjs/project-config": "npm:2.0.1-rc.29"
|
|
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"
|
|
1928
1928
|
core-js: "npm:3.42.0"
|
|
1929
1929
|
fast-glob: "npm:3.3.3"
|
|
1930
1930
|
graphql: "npm:16.9.0"
|
|
1931
|
-
typescript: "npm:5.9.
|
|
1932
|
-
checksum: 10c0/
|
|
1931
|
+
typescript: "npm:5.9.3"
|
|
1932
|
+
checksum: 10c0/4b0b95582202cfdd08baa53fa4d1b6880721ab39931c8451f84cc66a36fe55b135d7169919df78d7f0ba3e07da48a72af12bfe0c29eec1bf893907650e713ee4
|
|
1933
1933
|
languageName: node
|
|
1934
1934
|
linkType: hard
|
|
1935
1935
|
|
|
1936
|
-
"@cedarjs/cli-helpers@npm:2.0.1-rc.
|
|
1937
|
-
version: 2.0.1-rc.
|
|
1938
|
-
resolution: "@cedarjs/cli-helpers@npm:2.0.1-rc.
|
|
1936
|
+
"@cedarjs/cli-helpers@npm:2.0.1-rc.29":
|
|
1937
|
+
version: 2.0.1-rc.29
|
|
1938
|
+
resolution: "@cedarjs/cli-helpers@npm:2.0.1-rc.29"
|
|
1939
1939
|
dependencies:
|
|
1940
1940
|
"@babel/core": "npm:^7.26.10"
|
|
1941
|
-
"@cedarjs/project-config": "npm:2.0.1-rc.
|
|
1942
|
-
"@cedarjs/telemetry": "npm:2.0.1-rc.
|
|
1941
|
+
"@cedarjs/project-config": "npm:2.0.1-rc.29"
|
|
1942
|
+
"@cedarjs/telemetry": "npm:2.0.1-rc.29"
|
|
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/34c52ae018545e6b3cac33f5bcee9af6d3d3404d3e2a928028fb01d1804ef8ebd02de49742f6af393d66adf4ae08f15fbc39f7977ec0b75da821ecea8c61715e
|
|
1958
1958
|
languageName: node
|
|
1959
1959
|
linkType: hard
|
|
1960
1960
|
|
|
1961
|
-
"@cedarjs/cli@npm:2.0.1-rc.
|
|
1962
|
-
version: 2.0.1-rc.
|
|
1963
|
-
resolution: "@cedarjs/cli@npm:2.0.1-rc.
|
|
1961
|
+
"@cedarjs/cli@npm:2.0.1-rc.29":
|
|
1962
|
+
version: 2.0.1-rc.29
|
|
1963
|
+
resolution: "@cedarjs/cli@npm:2.0.1-rc.29"
|
|
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:2.0.1-rc.
|
|
1968
|
-
"@cedarjs/cli-helpers": "npm:2.0.1-rc.
|
|
1969
|
-
"@cedarjs/fastify-web": "npm:2.0.1-rc.
|
|
1970
|
-
"@cedarjs/internal": "npm:2.0.1-rc.
|
|
1971
|
-
"@cedarjs/prerender": "npm:2.0.1-rc.
|
|
1972
|
-
"@cedarjs/project-config": "npm:2.0.1-rc.
|
|
1973
|
-
"@cedarjs/structure": "npm:2.0.1-rc.
|
|
1974
|
-
"@cedarjs/telemetry": "npm:2.0.1-rc.
|
|
1975
|
-
"@cedarjs/web-server": "npm:2.0.1-rc.
|
|
1967
|
+
"@cedarjs/api-server": "npm:2.0.1-rc.29"
|
|
1968
|
+
"@cedarjs/cli-helpers": "npm:2.0.1-rc.29"
|
|
1969
|
+
"@cedarjs/fastify-web": "npm:2.0.1-rc.29"
|
|
1970
|
+
"@cedarjs/internal": "npm:2.0.1-rc.29"
|
|
1971
|
+
"@cedarjs/prerender": "npm:2.0.1-rc.29"
|
|
1972
|
+
"@cedarjs/project-config": "npm:2.0.1-rc.29"
|
|
1973
|
+
"@cedarjs/structure": "npm:2.0.1-rc.29"
|
|
1974
|
+
"@cedarjs/telemetry": "npm:2.0.1-rc.29"
|
|
1975
|
+
"@cedarjs/web-server": "npm:2.0.1-rc.29"
|
|
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,47 +2025,47 @@ __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/404b430e68302eb8437a070845e8db12e7aa4a7afd25f3d49c01f59cdda93cba2002544984abfca8d38ce0e3444dc640962eb4a0cfe53eeb671b23f37d149b70
|
|
2029
2029
|
languageName: node
|
|
2030
2030
|
linkType: hard
|
|
2031
2031
|
|
|
2032
|
-
"@cedarjs/context@npm:2.0.1-rc.
|
|
2033
|
-
version: 2.0.1-rc.
|
|
2034
|
-
resolution: "@cedarjs/context@npm:2.0.1-rc.
|
|
2035
|
-
checksum: 10c0/
|
|
2032
|
+
"@cedarjs/context@npm:2.0.1-rc.29":
|
|
2033
|
+
version: 2.0.1-rc.29
|
|
2034
|
+
resolution: "@cedarjs/context@npm:2.0.1-rc.29"
|
|
2035
|
+
checksum: 10c0/d556dde2d67c1ebb4689f55b647241bc4138db01002876ce21d8e606c1654f7a550772ade08d87c9028d1e72dbfaf265f22e15e998b21fa27d10f391f8b9ca6a
|
|
2036
2036
|
languageName: node
|
|
2037
2037
|
linkType: hard
|
|
2038
2038
|
|
|
2039
|
-
"@cedarjs/cookie-jar@npm:2.0.1-rc.
|
|
2040
|
-
version: 2.0.1-rc.
|
|
2041
|
-
resolution: "@cedarjs/cookie-jar@npm:2.0.1-rc.
|
|
2039
|
+
"@cedarjs/cookie-jar@npm:2.0.1-rc.29":
|
|
2040
|
+
version: 2.0.1-rc.29
|
|
2041
|
+
resolution: "@cedarjs/cookie-jar@npm:2.0.1-rc.29"
|
|
2042
2042
|
dependencies:
|
|
2043
2043
|
cookie: "npm:1.0.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/d748d6f3a76931cfc7d049133ff37eb900ea3a18e0929ca4cb96998fef33fd059a62e928f01bf3831a9f2d1336af6ec89613cc3bb7af58411b60b6449b650e09
|
|
2048
2048
|
languageName: node
|
|
2049
2049
|
linkType: hard
|
|
2050
2050
|
|
|
2051
|
-
"@cedarjs/core@npm:2.0.1-rc.
|
|
2052
|
-
version: 2.0.1-rc.
|
|
2053
|
-
resolution: "@cedarjs/core@npm:2.0.1-rc.
|
|
2051
|
+
"@cedarjs/core@npm:2.0.1-rc.29":
|
|
2052
|
+
version: 2.0.1-rc.29
|
|
2053
|
+
resolution: "@cedarjs/core@npm:2.0.1-rc.29"
|
|
2054
2054
|
dependencies:
|
|
2055
2055
|
"@babel/cli": "npm:7.27.2"
|
|
2056
|
-
"@cedarjs/api-server": "npm:2.0.1-rc.
|
|
2057
|
-
"@cedarjs/cli": "npm:2.0.1-rc.
|
|
2058
|
-
"@cedarjs/eslint-config": "npm:2.0.1-rc.
|
|
2059
|
-
"@cedarjs/internal": "npm:2.0.1-rc.
|
|
2060
|
-
"@cedarjs/project-config": "npm:2.0.1-rc.
|
|
2061
|
-
"@cedarjs/testing": "npm:2.0.1-rc.
|
|
2062
|
-
"@cedarjs/web-server": "npm:2.0.1-rc.
|
|
2056
|
+
"@cedarjs/api-server": "npm:2.0.1-rc.29"
|
|
2057
|
+
"@cedarjs/cli": "npm:2.0.1-rc.29"
|
|
2058
|
+
"@cedarjs/eslint-config": "npm:2.0.1-rc.29"
|
|
2059
|
+
"@cedarjs/internal": "npm:2.0.1-rc.29"
|
|
2060
|
+
"@cedarjs/project-config": "npm:2.0.1-rc.29"
|
|
2061
|
+
"@cedarjs/testing": "npm:2.0.1-rc.29"
|
|
2062
|
+
"@cedarjs/web-server": "npm:2.0.1-rc.29"
|
|
2063
2063
|
graphql-tag: "npm:2.12.6"
|
|
2064
2064
|
lodash: "npm:4.17.21"
|
|
2065
2065
|
nodemon: "npm:3.1.10"
|
|
2066
2066
|
react-refresh: "npm:0.14.0"
|
|
2067
2067
|
rimraf: "npm:6.0.1"
|
|
2068
|
-
typescript: "npm:5.9.
|
|
2068
|
+
typescript: "npm:5.9.3"
|
|
2069
2069
|
bin:
|
|
2070
2070
|
cedar: dist/bins/cedar.js
|
|
2071
2071
|
cedarjs: dist/bins/cedar.js
|
|
@@ -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/88623f1fb38c6d30cd753a06d1725cda1e3f7cbbc3a1d10c173561d85c0e4330c11c634faee9bb1779261fe7701daaa8fddd2dc09524c6039c33be84f29e17be
|
|
2093
2093
|
languageName: node
|
|
2094
2094
|
linkType: hard
|
|
2095
2095
|
|
|
2096
|
-
"@cedarjs/eslint-config@npm:2.0.1-rc.
|
|
2097
|
-
version: 2.0.1-rc.
|
|
2098
|
-
resolution: "@cedarjs/eslint-config@npm:2.0.1-rc.
|
|
2096
|
+
"@cedarjs/eslint-config@npm:2.0.1-rc.29":
|
|
2097
|
+
version: 2.0.1-rc.29
|
|
2098
|
+
resolution: "@cedarjs/eslint-config@npm:2.0.1-rc.29"
|
|
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:2.0.1-rc.
|
|
2104
|
-
"@cedarjs/internal": "npm:2.0.1-rc.
|
|
2105
|
-
"@cedarjs/project-config": "npm:2.0.1-rc.
|
|
2103
|
+
"@cedarjs/eslint-plugin": "npm:2.0.1-rc.29"
|
|
2104
|
+
"@cedarjs/internal": "npm:2.0.1-rc.29"
|
|
2105
|
+
"@cedarjs/project-config": "npm:2.0.1-rc.29"
|
|
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/b5094b21e2d6d8251470b4de0fe0abf0717e07d11fba67516e4429b9498bad7cdd86faa5a697f497162553abe62be6350a622710af2f409680f9b47c08e18552
|
|
2120
2120
|
languageName: node
|
|
2121
2121
|
linkType: hard
|
|
2122
2122
|
|
|
2123
|
-
"@cedarjs/eslint-plugin@npm:2.0.1-rc.
|
|
2124
|
-
version: 2.0.1-rc.
|
|
2125
|
-
resolution: "@cedarjs/eslint-plugin@npm:2.0.1-rc.
|
|
2123
|
+
"@cedarjs/eslint-plugin@npm:2.0.1-rc.29":
|
|
2124
|
+
version: 2.0.1-rc.29
|
|
2125
|
+
resolution: "@cedarjs/eslint-plugin@npm:2.0.1-rc.29"
|
|
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/09d5b213bc8d939818912d3296591bc3578b1a4862dfc47dc66bde66b9a5c0b27d3da61ec1cadd2e6d2ddc346b575f3fe7667854432245b02f039c43aae9b75d
|
|
2130
2130
|
languageName: node
|
|
2131
2131
|
linkType: hard
|
|
2132
2132
|
|
|
2133
|
-
"@cedarjs/fastify-web@npm:2.0.1-rc.
|
|
2134
|
-
version: 2.0.1-rc.
|
|
2135
|
-
resolution: "@cedarjs/fastify-web@npm:2.0.1-rc.
|
|
2133
|
+
"@cedarjs/fastify-web@npm:2.0.1-rc.29":
|
|
2134
|
+
version: 2.0.1-rc.29
|
|
2135
|
+
resolution: "@cedarjs/fastify-web@npm:2.0.1-rc.29"
|
|
2136
2136
|
dependencies:
|
|
2137
|
-
"@cedarjs/project-config": "npm:2.0.1-rc.
|
|
2137
|
+
"@cedarjs/project-config": "npm:2.0.1-rc.29"
|
|
2138
2138
|
"@fastify/http-proxy": "npm:11.1.2"
|
|
2139
2139
|
"@fastify/static": "npm:8.2.0"
|
|
2140
2140
|
"@fastify/url-data": "npm:6.0.3"
|
|
2141
2141
|
fast-glob: "npm:3.3.3"
|
|
2142
|
-
checksum: 10c0/
|
|
2142
|
+
checksum: 10c0/88e739450ae57412d914be4c0010f35dd0865db951e7532aaaa30e7d06e0831ee892072a2f9587f75e3be4e62c94674caf4dfa49932c13ba8b3037595e94ad7d
|
|
2143
2143
|
languageName: node
|
|
2144
2144
|
linkType: hard
|
|
2145
2145
|
|
|
2146
|
-
"@cedarjs/forms@npm:2.0.1-rc.
|
|
2147
|
-
version: 2.0.1-rc.
|
|
2148
|
-
resolution: "@cedarjs/forms@npm:2.0.1-rc.
|
|
2146
|
+
"@cedarjs/forms@npm:2.0.1-rc.29":
|
|
2147
|
+
version: 2.0.1-rc.29
|
|
2148
|
+
resolution: "@cedarjs/forms@npm:2.0.1-rc.29"
|
|
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/cbf092c704989f451868f3e5e55513c5018ae540402320c6db6b48ab3bc22f419ff06f2adf95c76cdd2fb9448c647b6099ac7a8171f332ac8288493bd228b498
|
|
2156
2156
|
languageName: node
|
|
2157
2157
|
linkType: hard
|
|
2158
2158
|
|
|
2159
|
-
"@cedarjs/graphql-server@npm:2.0.1-rc.
|
|
2160
|
-
version: 2.0.1-rc.
|
|
2161
|
-
resolution: "@cedarjs/graphql-server@npm:2.0.1-rc.
|
|
2159
|
+
"@cedarjs/graphql-server@npm:2.0.1-rc.29":
|
|
2160
|
+
version: 2.0.1-rc.29
|
|
2161
|
+
resolution: "@cedarjs/graphql-server@npm:2.0.1-rc.29"
|
|
2162
2162
|
dependencies:
|
|
2163
2163
|
"@babel/runtime-corejs3": "npm:7.27.6"
|
|
2164
|
-
"@cedarjs/api": "npm:2.0.1-rc.
|
|
2165
|
-
"@cedarjs/context": "npm:2.0.1-rc.
|
|
2164
|
+
"@cedarjs/api": "npm:2.0.1-rc.29"
|
|
2165
|
+
"@cedarjs/context": "npm:2.0.1-rc.29"
|
|
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/4728697c6ac8825f947bf9426e6c544c0f62e9f85f3420e4978e86eb4f68fe482495ea6e77a4ff98f1d84c056423bd603f7fd8ee715b03007f189ef4e5373e1b
|
|
2185
2185
|
languageName: node
|
|
2186
2186
|
linkType: hard
|
|
2187
2187
|
|
|
2188
|
-
"@cedarjs/internal@npm:2.0.1-rc.
|
|
2189
|
-
version: 2.0.1-rc.
|
|
2190
|
-
resolution: "@cedarjs/internal@npm:2.0.1-rc.
|
|
2188
|
+
"@cedarjs/internal@npm:2.0.1-rc.29":
|
|
2189
|
+
version: 2.0.1-rc.29
|
|
2190
|
+
resolution: "@cedarjs/internal@npm:2.0.1-rc.29"
|
|
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:2.0.1-rc.
|
|
2199
|
-
"@cedarjs/graphql-server": "npm:2.0.1-rc.
|
|
2200
|
-
"@cedarjs/project-config": "npm:2.0.1-rc.
|
|
2201
|
-
"@cedarjs/router": "npm:2.0.1-rc.
|
|
2198
|
+
"@cedarjs/babel-config": "npm:2.0.1-rc.29"
|
|
2199
|
+
"@cedarjs/graphql-server": "npm:2.0.1-rc.29"
|
|
2200
|
+
"@cedarjs/project-config": "npm:2.0.1-rc.29"
|
|
2201
|
+
"@cedarjs/router": "npm:2.0.1-rc.29"
|
|
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"
|
|
@@ -2227,28 +2227,28 @@ __metadata:
|
|
|
2227
2227
|
systeminformation: "npm:5.23.8"
|
|
2228
2228
|
termi-link: "npm:1.1.0"
|
|
2229
2229
|
ts-node: "npm:10.9.2"
|
|
2230
|
-
typescript: "npm:5.9.
|
|
2230
|
+
typescript: "npm:5.9.3"
|
|
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/d7a2b2739d6926293861d4ac26c500bf829fa26fd3dc6ce8707d1f8e69c808e1332fd2b28b838dc7495209e353c2ac34c571887099edee797512424bf9df6679
|
|
2235
2235
|
languageName: node
|
|
2236
2236
|
linkType: hard
|
|
2237
2237
|
|
|
2238
|
-
"@cedarjs/prerender@npm:2.0.1-rc.
|
|
2239
|
-
version: 2.0.1-rc.
|
|
2240
|
-
resolution: "@cedarjs/prerender@npm:2.0.1-rc.
|
|
2238
|
+
"@cedarjs/prerender@npm:2.0.1-rc.29":
|
|
2239
|
+
version: 2.0.1-rc.29
|
|
2240
|
+
resolution: "@cedarjs/prerender@npm:2.0.1-rc.29"
|
|
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:2.0.1-rc.
|
|
2247
|
-
"@cedarjs/project-config": "npm:2.0.1-rc.
|
|
2248
|
-
"@cedarjs/router": "npm:2.0.1-rc.
|
|
2249
|
-
"@cedarjs/structure": "npm:2.0.1-rc.
|
|
2250
|
-
"@cedarjs/vite": "npm:2.0.1-rc.
|
|
2251
|
-
"@cedarjs/web": "npm:2.0.1-rc.
|
|
2246
|
+
"@cedarjs/babel-config": "npm:2.0.1-rc.29"
|
|
2247
|
+
"@cedarjs/project-config": "npm:2.0.1-rc.29"
|
|
2248
|
+
"@cedarjs/router": "npm:2.0.1-rc.29"
|
|
2249
|
+
"@cedarjs/structure": "npm:2.0.1-rc.29"
|
|
2250
|
+
"@cedarjs/vite": "npm:2.0.1-rc.29"
|
|
2251
|
+
"@cedarjs/web": "npm:2.0.1-rc.29"
|
|
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/5c8ecd3ef61a0ad96d36a2051e65d5abc82c60da387477b4f32fb707bcc487598d8140cb9b22252403c6713a3c4c0ed82f45cdb90a307ab01d4869679e4515ac
|
|
2272
2272
|
languageName: node
|
|
2273
2273
|
linkType: hard
|
|
2274
2274
|
|
|
2275
|
-
"@cedarjs/project-config@npm:2.0.1-rc.
|
|
2276
|
-
version: 2.0.1-rc.
|
|
2277
|
-
resolution: "@cedarjs/project-config@npm:2.0.1-rc.
|
|
2275
|
+
"@cedarjs/project-config@npm:2.0.1-rc.29":
|
|
2276
|
+
version: 2.0.1-rc.29
|
|
2277
|
+
resolution: "@cedarjs/project-config@npm:2.0.1-rc.29"
|
|
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/4ea070a578957192d37eff57c00b8299fa86912eb2cf34c3cee198c6ea1d5402da5add3b0f9b8015e85a6419214497762b24d750a09aa0a05b68d963aa585859
|
|
2284
2284
|
languageName: node
|
|
2285
2285
|
linkType: hard
|
|
2286
2286
|
|
|
2287
|
-
"@cedarjs/router@npm:2.0.1-rc.
|
|
2288
|
-
version: 2.0.1-rc.
|
|
2289
|
-
resolution: "@cedarjs/router@npm:2.0.1-rc.
|
|
2287
|
+
"@cedarjs/router@npm:2.0.1-rc.29":
|
|
2288
|
+
version: 2.0.1-rc.29
|
|
2289
|
+
resolution: "@cedarjs/router@npm:2.0.1-rc.29"
|
|
2290
2290
|
dependencies:
|
|
2291
2291
|
"@babel/runtime-corejs3": "npm:7.27.6"
|
|
2292
|
-
"@cedarjs/auth": "npm:2.0.1-rc.
|
|
2293
|
-
"@cedarjs/server-store": "npm:2.0.1-rc.
|
|
2292
|
+
"@cedarjs/auth": "npm:2.0.1-rc.29"
|
|
2293
|
+
"@cedarjs/server-store": "npm:2.0.1-rc.29"
|
|
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/73908b096ccf13b22532fa0048c4c9144136f6e7d255282d7a34527358a127f380a25e4317a65c23c97e8d6eba21905d7cf66a2fdeebce5573fd019915260300
|
|
2301
2301
|
languageName: node
|
|
2302
2302
|
linkType: hard
|
|
2303
2303
|
|
|
2304
|
-
"@cedarjs/server-store@npm:2.0.1-rc.
|
|
2305
|
-
version: 2.0.1-rc.
|
|
2306
|
-
resolution: "@cedarjs/server-store@npm:2.0.1-rc.
|
|
2304
|
+
"@cedarjs/server-store@npm:2.0.1-rc.29":
|
|
2305
|
+
version: 2.0.1-rc.29
|
|
2306
|
+
resolution: "@cedarjs/server-store@npm:2.0.1-rc.29"
|
|
2307
2307
|
dependencies:
|
|
2308
|
-
"@cedarjs/auth": "npm:2.0.1-rc.
|
|
2309
|
-
"@cedarjs/cookie-jar": "npm:2.0.1-rc.
|
|
2308
|
+
"@cedarjs/auth": "npm:2.0.1-rc.29"
|
|
2309
|
+
"@cedarjs/cookie-jar": "npm:2.0.1-rc.29"
|
|
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/e9f6f0ea068f0383622fb11b5d1ebb413aabfdc354f5ddee20d97f7677b3ac695b075be59b013df7b5ad1795d36908b2d1b798affd6e4a286ad915e2f15a7a89
|
|
2314
2314
|
languageName: node
|
|
2315
2315
|
linkType: hard
|
|
2316
2316
|
|
|
2317
|
-
"@cedarjs/structure@npm:2.0.1-rc.
|
|
2318
|
-
version: 2.0.1-rc.
|
|
2319
|
-
resolution: "@cedarjs/structure@npm:2.0.1-rc.
|
|
2317
|
+
"@cedarjs/structure@npm:2.0.1-rc.29":
|
|
2318
|
+
version: 2.0.1-rc.29
|
|
2319
|
+
resolution: "@cedarjs/structure@npm:2.0.1-rc.29"
|
|
2320
2320
|
dependencies:
|
|
2321
2321
|
"@babel/runtime-corejs3": "npm:7.27.6"
|
|
2322
|
-
"@cedarjs/project-config": "npm:2.0.1-rc.
|
|
2322
|
+
"@cedarjs/project-config": "npm:2.0.1-rc.29"
|
|
2323
2323
|
"@prisma/internals": "npm:6.19.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/9306fd699271b3812d7dec2836f71f430f25022a314d512fdb6e809a44b9c962c1088600ffc0ad176e1cc2a86f57d76c2569e293212db83ace009580870b79ef
|
|
2346
2346
|
languageName: node
|
|
2347
2347
|
linkType: hard
|
|
2348
2348
|
|
|
2349
|
-
"@cedarjs/telemetry@npm:2.0.1-rc.
|
|
2350
|
-
version: 2.0.1-rc.
|
|
2351
|
-
resolution: "@cedarjs/telemetry@npm:2.0.1-rc.
|
|
2349
|
+
"@cedarjs/telemetry@npm:2.0.1-rc.29":
|
|
2350
|
+
version: 2.0.1-rc.29
|
|
2351
|
+
resolution: "@cedarjs/telemetry@npm:2.0.1-rc.29"
|
|
2352
2352
|
dependencies:
|
|
2353
|
-
"@cedarjs/project-config": "npm:2.0.1-rc.
|
|
2354
|
-
"@cedarjs/structure": "npm:2.0.1-rc.
|
|
2353
|
+
"@cedarjs/project-config": "npm:2.0.1-rc.29"
|
|
2354
|
+
"@cedarjs/structure": "npm:2.0.1-rc.29"
|
|
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/1dd9e1444c6f3c08afc84ae98624f4a0cd50a4feda83a77a6a5dfcda3ed05baaa08dd86019a8983c4003efb69700197cfc0c9477099c57168f1e4c61de0bbb15
|
|
2362
2362
|
languageName: node
|
|
2363
2363
|
linkType: hard
|
|
2364
2364
|
|
|
2365
|
-
"@cedarjs/testing@npm:2.0.1-rc.
|
|
2366
|
-
version: 2.0.1-rc.
|
|
2367
|
-
resolution: "@cedarjs/testing@npm:2.0.1-rc.
|
|
2365
|
+
"@cedarjs/testing@npm:2.0.1-rc.29":
|
|
2366
|
+
version: 2.0.1-rc.29
|
|
2367
|
+
resolution: "@cedarjs/testing@npm:2.0.1-rc.29"
|
|
2368
2368
|
dependencies:
|
|
2369
|
-
"@cedarjs/auth": "npm:2.0.1-rc.
|
|
2370
|
-
"@cedarjs/babel-config": "npm:2.0.1-rc.
|
|
2371
|
-
"@cedarjs/context": "npm:2.0.1-rc.
|
|
2372
|
-
"@cedarjs/graphql-server": "npm:2.0.1-rc.
|
|
2373
|
-
"@cedarjs/project-config": "npm:2.0.1-rc.
|
|
2374
|
-
"@cedarjs/router": "npm:2.0.1-rc.
|
|
2375
|
-
"@cedarjs/web": "npm:2.0.1-rc.
|
|
2369
|
+
"@cedarjs/auth": "npm:2.0.1-rc.29"
|
|
2370
|
+
"@cedarjs/babel-config": "npm:2.0.1-rc.29"
|
|
2371
|
+
"@cedarjs/context": "npm:2.0.1-rc.29"
|
|
2372
|
+
"@cedarjs/graphql-server": "npm:2.0.1-rc.29"
|
|
2373
|
+
"@cedarjs/project-config": "npm:2.0.1-rc.29"
|
|
2374
|
+
"@cedarjs/router": "npm:2.0.1-rc.29"
|
|
2375
|
+
"@cedarjs/web": "npm:2.0.1-rc.29"
|
|
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/acf9e702be640c13770bbc79a53b2471ada8371f99545262d72d01714d2d9b5b18ac04fc66cae1ca3c03d1574f4eb9964340b71d43369104554077ffe97940d5
|
|
2399
2399
|
languageName: node
|
|
2400
2400
|
linkType: hard
|
|
2401
2401
|
|
|
2402
|
-
"@cedarjs/vite@npm:2.0.1-rc.
|
|
2403
|
-
version: 2.0.1-rc.
|
|
2404
|
-
resolution: "@cedarjs/vite@npm:2.0.1-rc.
|
|
2402
|
+
"@cedarjs/vite@npm:2.0.1-rc.29":
|
|
2403
|
+
version: 2.0.1-rc.29
|
|
2404
|
+
resolution: "@cedarjs/vite@npm:2.0.1-rc.29"
|
|
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:2.0.1-rc.
|
|
2411
|
-
"@cedarjs/babel-config": "npm:2.0.1-rc.
|
|
2412
|
-
"@cedarjs/cookie-jar": "npm:2.0.1-rc.
|
|
2413
|
-
"@cedarjs/internal": "npm:2.0.1-rc.
|
|
2414
|
-
"@cedarjs/project-config": "npm:2.0.1-rc.
|
|
2415
|
-
"@cedarjs/server-store": "npm:2.0.1-rc.
|
|
2416
|
-
"@cedarjs/testing": "npm:2.0.1-rc.
|
|
2417
|
-
"@cedarjs/web": "npm:2.0.1-rc.
|
|
2410
|
+
"@cedarjs/auth": "npm:2.0.1-rc.29"
|
|
2411
|
+
"@cedarjs/babel-config": "npm:2.0.1-rc.29"
|
|
2412
|
+
"@cedarjs/cookie-jar": "npm:2.0.1-rc.29"
|
|
2413
|
+
"@cedarjs/internal": "npm:2.0.1-rc.29"
|
|
2414
|
+
"@cedarjs/project-config": "npm:2.0.1-rc.29"
|
|
2415
|
+
"@cedarjs/server-store": "npm:2.0.1-rc.29"
|
|
2416
|
+
"@cedarjs/testing": "npm:2.0.1-rc.29"
|
|
2417
|
+
"@cedarjs/web": "npm:2.0.1-rc.29"
|
|
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/cede71b49d8916c35b1ea8aea193dec894346aa2d1343a8bc62abde803f640afe72a837e1e1257b5846de488d0bcc1d996f2504e515d8af2d57f3bb79b128eb8
|
|
2449
2449
|
languageName: node
|
|
2450
2450
|
linkType: hard
|
|
2451
2451
|
|
|
2452
|
-
"@cedarjs/web-server@npm:2.0.1-rc.
|
|
2453
|
-
version: 2.0.1-rc.
|
|
2454
|
-
resolution: "@cedarjs/web-server@npm:2.0.1-rc.
|
|
2452
|
+
"@cedarjs/web-server@npm:2.0.1-rc.29":
|
|
2453
|
+
version: 2.0.1-rc.29
|
|
2454
|
+
resolution: "@cedarjs/web-server@npm:2.0.1-rc.29"
|
|
2455
2455
|
dependencies:
|
|
2456
|
-
"@cedarjs/fastify-web": "npm:2.0.1-rc.
|
|
2457
|
-
"@cedarjs/project-config": "npm:2.0.1-rc.
|
|
2456
|
+
"@cedarjs/fastify-web": "npm:2.0.1-rc.29"
|
|
2457
|
+
"@cedarjs/project-config": "npm:2.0.1-rc.29"
|
|
2458
2458
|
ansis: "npm:4.1.0"
|
|
2459
2459
|
dotenv-defaults: "npm:5.0.2"
|
|
2460
2460
|
fastify: "npm:5.4.0"
|
|
@@ -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/9400fb7b1512500de61b111ee95c8347fe04c1f79e3a6b3d563a118de6ccebbbaab4f0124b353c0c0114eda25a4a32f570232241e93024b1d561b7ba11ce6272
|
|
2466
2466
|
languageName: node
|
|
2467
2467
|
linkType: hard
|
|
2468
2468
|
|
|
2469
|
-
"@cedarjs/web@npm:2.0.1-rc.
|
|
2470
|
-
version: 2.0.1-rc.
|
|
2471
|
-
resolution: "@cedarjs/web@npm:2.0.1-rc.
|
|
2469
|
+
"@cedarjs/web@npm:2.0.1-rc.29":
|
|
2470
|
+
version: 2.0.1-rc.29
|
|
2471
|
+
resolution: "@cedarjs/web@npm:2.0.1-rc.29"
|
|
2472
2472
|
dependencies:
|
|
2473
2473
|
"@apollo/client": "npm:3.13.9"
|
|
2474
2474
|
"@babel/runtime-corejs3": "npm:7.27.6"
|
|
2475
|
-
"@cedarjs/auth": "npm:2.0.1-rc.
|
|
2476
|
-
"@cedarjs/server-store": "npm:2.0.1-rc.
|
|
2475
|
+
"@cedarjs/auth": "npm:2.0.1-rc.29"
|
|
2476
|
+
"@cedarjs/server-store": "npm:2.0.1-rc.29"
|
|
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/79e1129239bf52a13c92370cdf4843cd75e623fcf5229c584364790bec6ffdc6e5d5ba7556c3c3544f1f9c8138f7f746cafc091b9b1703e57d78102455c66a49
|
|
2502
2502
|
languageName: node
|
|
2503
2503
|
linkType: hard
|
|
2504
2504
|
|
|
@@ -7228,8 +7228,8 @@ __metadata:
|
|
|
7228
7228
|
version: 0.0.0-use.local
|
|
7229
7229
|
resolution: "api@workspace:api"
|
|
7230
7230
|
dependencies:
|
|
7231
|
-
"@cedarjs/api": "npm:2.0.1-rc.
|
|
7232
|
-
"@cedarjs/graphql-server": "npm:2.0.1-rc.
|
|
7231
|
+
"@cedarjs/api": "npm:2.0.1-rc.29"
|
|
7232
|
+
"@cedarjs/graphql-server": "npm:2.0.1-rc.29"
|
|
7233
7233
|
languageName: unknown
|
|
7234
7234
|
linkType: soft
|
|
7235
7235
|
|
|
@@ -16572,9 +16572,9 @@ __metadata:
|
|
|
16572
16572
|
version: 0.0.0-use.local
|
|
16573
16573
|
resolution: "root-workspace-0b6124@workspace:."
|
|
16574
16574
|
dependencies:
|
|
16575
|
-
"@cedarjs/core": "npm:2.0.1-rc.
|
|
16576
|
-
"@cedarjs/project-config": "npm:2.0.1-rc.
|
|
16577
|
-
"@cedarjs/testing": "npm:2.0.1-rc.
|
|
16575
|
+
"@cedarjs/core": "npm:2.0.1-rc.29"
|
|
16576
|
+
"@cedarjs/project-config": "npm:2.0.1-rc.29"
|
|
16577
|
+
"@cedarjs/testing": "npm:2.0.1-rc.29"
|
|
16578
16578
|
vitest: "npm:3.2.4"
|
|
16579
16579
|
languageName: unknown
|
|
16580
16580
|
linkType: soft
|
|
@@ -18150,23 +18150,23 @@ __metadata:
|
|
|
18150
18150
|
languageName: node
|
|
18151
18151
|
linkType: hard
|
|
18152
18152
|
|
|
18153
|
-
"typescript@npm:5.9.
|
|
18154
|
-
version: 5.9.
|
|
18155
|
-
resolution: "typescript@npm:5.9.
|
|
18153
|
+
"typescript@npm:5.9.3":
|
|
18154
|
+
version: 5.9.3
|
|
18155
|
+
resolution: "typescript@npm:5.9.3"
|
|
18156
18156
|
bin:
|
|
18157
18157
|
tsc: bin/tsc
|
|
18158
18158
|
tsserver: bin/tsserver
|
|
18159
|
-
checksum: 10c0/
|
|
18159
|
+
checksum: 10c0/6bd7552ce39f97e711db5aa048f6f9995b53f1c52f7d8667c1abdc1700c68a76a308f579cd309ce6b53646deb4e9a1be7c813a93baaf0a28ccd536a30270e1c5
|
|
18160
18160
|
languageName: node
|
|
18161
18161
|
linkType: hard
|
|
18162
18162
|
|
|
18163
|
-
"typescript@patch:typescript@npm%3A5.9.
|
|
18164
|
-
version: 5.9.
|
|
18165
|
-
resolution: "typescript@patch:typescript@npm%3A5.9.
|
|
18163
|
+
"typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>":
|
|
18164
|
+
version: 5.9.3
|
|
18165
|
+
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
|
|
18166
18166
|
bin:
|
|
18167
18167
|
tsc: bin/tsc
|
|
18168
18168
|
tsserver: bin/tsserver
|
|
18169
|
-
checksum: 10c0/
|
|
18169
|
+
checksum: 10c0/ad09fdf7a756814dce65bc60c1657b40d44451346858eea230e10f2e95a289d9183b6e32e5c11e95acc0ccc214b4f36289dcad4bf1886b0adb84d711d336a430
|
|
18170
18170
|
languageName: node
|
|
18171
18171
|
linkType: hard
|
|
18172
18172
|
|
|
@@ -18799,10 +18799,10 @@ __metadata:
|
|
|
18799
18799
|
version: 0.0.0-use.local
|
|
18800
18800
|
resolution: "web@workspace:web"
|
|
18801
18801
|
dependencies:
|
|
18802
|
-
"@cedarjs/forms": "npm:2.0.1-rc.
|
|
18803
|
-
"@cedarjs/router": "npm:2.0.1-rc.
|
|
18804
|
-
"@cedarjs/vite": "npm:2.0.1-rc.
|
|
18805
|
-
"@cedarjs/web": "npm:2.0.1-rc.
|
|
18802
|
+
"@cedarjs/forms": "npm:2.0.1-rc.29"
|
|
18803
|
+
"@cedarjs/router": "npm:2.0.1-rc.29"
|
|
18804
|
+
"@cedarjs/vite": "npm:2.0.1-rc.29"
|
|
18805
|
+
"@cedarjs/web": "npm:2.0.1-rc.29"
|
|
18806
18806
|
"@types/react": "npm:^18.2.55"
|
|
18807
18807
|
"@types/react-dom": "npm:^18.2.19"
|
|
18808
18808
|
react: "npm:18.3.1"
|