@tachybase/plugin-adapter-remix 0.23.8 → 0.23.16
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/externalVersion.js +2 -2
- package/dist/node_modules/@remix-run/express/node_modules/.bin/tsc +4 -4
- package/dist/node_modules/@remix-run/express/node_modules/.bin/tsserver +4 -4
- package/dist/node_modules/@remix-run/express/package.json +1 -1
- package/dist/node_modules/express/package.json +1 -1
- package/package.json +5 -4
- package/.turbo/turbo-build.log +0 -6
package/dist/externalVersion.js
CHANGED
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/tachybase/tachybase/node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/bin/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/typescript@5.7.2/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/tachybase/tachybase/node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/bin/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/typescript@5.7.2/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../typescript@5.7.2/node_modules/typescript/bin/tsc" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir
|
|
16
|
+
exec node "$basedir/../../../../../../typescript@5.7.2/node_modules/typescript/bin/tsc" "$@"
|
|
17
17
|
fi
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/tachybase/tachybase/node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/bin/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/typescript@5.7.2/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/tachybase/tachybase/node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/bin/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/typescript@5.7.2/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../typescript@5.7.2/node_modules/typescript/bin/tsserver" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir
|
|
16
|
+
exec node "$basedir/../../../../../../typescript@5.7.2/node_modules/typescript/bin/tsserver" "$@"
|
|
17
17
|
fi
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@remix-run/express","version":"2.15.2","description":"Express server request handler for Remix","bugs":{"url":"https://github.com/remix-run/remix/issues"},"repository":{"type":"git","url":"https://github.com/remix-run/remix","directory":"packages/remix-express"},"license":"MIT","main":"dist/index.js","typings":"dist/index.d.ts","dependencies":{"@remix-run/node":"2.15.2"},"devDependencies":{"@types/express":"^4.17.9","@types/node":"^18.17.1","@types/supertest":"^2.0.10","express":"^4.20.0","node-mocks-http":"^1.10.1","supertest":"^6.3.3","typescript":"^5.1.6"},"peerDependencies":{"express":"^4.20.0","typescript":"^5.1.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"engines":{"node":">=18.0.0"},"files":["dist/","CHANGELOG.md","LICENSE.md","README.md"],"scripts":{"tsc":"tsc"},"_lastModified":"2024-12-
|
|
1
|
+
{"name":"@remix-run/express","version":"2.15.2","description":"Express server request handler for Remix","bugs":{"url":"https://github.com/remix-run/remix/issues"},"repository":{"type":"git","url":"https://github.com/remix-run/remix","directory":"packages/remix-express"},"license":"MIT","main":"dist/index.js","typings":"dist/index.d.ts","dependencies":{"@remix-run/node":"2.15.2"},"devDependencies":{"@types/express":"^4.17.9","@types/node":"^18.17.1","@types/supertest":"^2.0.10","express":"^4.20.0","node-mocks-http":"^1.10.1","supertest":"^6.3.3","typescript":"^5.1.6"},"peerDependencies":{"express":"^4.20.0","typescript":"^5.1.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"engines":{"node":">=18.0.0"},"files":["dist/","CHANGELOG.md","LICENSE.md","README.md"],"scripts":{"tsc":"tsc"},"_lastModified":"2024-12-26T07:38:12.648Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"express","description":"Fast, unopinionated, minimalist web framework","version":"4.21.2","author":"TJ Holowaychuk <tj@vision-media.ca>","contributors":["Aaron Heckmann <aaron.heckmann+github@gmail.com>","Ciaran Jessup <ciaranj@gmail.com>","Douglas Christopher Wilson <doug@somethingdoug.com>","Guillermo Rauch <rauchg@gmail.com>","Jonathan Ong <me@jongleberry.com>","Roman Shtylman <shtylman+expressjs@gmail.com>","Young Jae Sim <hanul@hanul.me>"],"license":"MIT","repository":"expressjs/express","homepage":"http://expressjs.com/","funding":{"type":"opencollective","url":"https://opencollective.com/express"},"keywords":["express","framework","sinatra","web","http","rest","restful","router","app","api"],"dependencies":{"accepts":"~1.3.8","array-flatten":"1.1.1","body-parser":"1.20.3","content-disposition":"0.5.4","content-type":"~1.0.4","cookie":"0.7.1","cookie-signature":"1.0.6","debug":"2.6.9","depd":"2.0.0","encodeurl":"~2.0.0","escape-html":"~1.0.3","etag":"~1.8.1","finalhandler":"1.3.1","fresh":"0.5.2","http-errors":"2.0.0","merge-descriptors":"1.0.3","methods":"~1.1.2","on-finished":"2.4.1","parseurl":"~1.3.3","path-to-regexp":"0.1.12","proxy-addr":"~2.0.7","qs":"6.13.0","range-parser":"~1.2.1","safe-buffer":"5.2.1","send":"0.19.0","serve-static":"1.16.2","setprototypeof":"1.2.0","statuses":"2.0.1","type-is":"~1.6.18","utils-merge":"1.0.1","vary":"~1.1.2"},"devDependencies":{"after":"0.8.2","connect-redis":"3.4.2","cookie-parser":"1.4.6","cookie-session":"2.0.0","ejs":"3.1.9","eslint":"8.47.0","express-session":"1.17.2","hbs":"4.2.0","marked":"0.7.0","method-override":"3.0.0","mocha":"10.2.0","morgan":"1.10.0","nyc":"15.1.0","pbkdf2-password":"1.2.1","supertest":"6.3.0","vhost":"~3.0.2"},"engines":{"node":">= 0.10.0"},"files":["LICENSE","History.md","Readme.md","index.js","lib/"],"scripts":{"lint":"eslint .","test":"mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/","test-ci":"nyc --exclude examples --exclude test --exclude benchmarks --reporter=lcovonly --reporter=text npm test","test-cov":"nyc --exclude examples --exclude test --exclude benchmarks --reporter=html --reporter=text npm test","test-tap":"mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"},"_lastModified":"2024-12-
|
|
1
|
+
{"name":"express","description":"Fast, unopinionated, minimalist web framework","version":"4.21.2","author":"TJ Holowaychuk <tj@vision-media.ca>","contributors":["Aaron Heckmann <aaron.heckmann+github@gmail.com>","Ciaran Jessup <ciaranj@gmail.com>","Douglas Christopher Wilson <doug@somethingdoug.com>","Guillermo Rauch <rauchg@gmail.com>","Jonathan Ong <me@jongleberry.com>","Roman Shtylman <shtylman+expressjs@gmail.com>","Young Jae Sim <hanul@hanul.me>"],"license":"MIT","repository":"expressjs/express","homepage":"http://expressjs.com/","funding":{"type":"opencollective","url":"https://opencollective.com/express"},"keywords":["express","framework","sinatra","web","http","rest","restful","router","app","api"],"dependencies":{"accepts":"~1.3.8","array-flatten":"1.1.1","body-parser":"1.20.3","content-disposition":"0.5.4","content-type":"~1.0.4","cookie":"0.7.1","cookie-signature":"1.0.6","debug":"2.6.9","depd":"2.0.0","encodeurl":"~2.0.0","escape-html":"~1.0.3","etag":"~1.8.1","finalhandler":"1.3.1","fresh":"0.5.2","http-errors":"2.0.0","merge-descriptors":"1.0.3","methods":"~1.1.2","on-finished":"2.4.1","parseurl":"~1.3.3","path-to-regexp":"0.1.12","proxy-addr":"~2.0.7","qs":"6.13.0","range-parser":"~1.2.1","safe-buffer":"5.2.1","send":"0.19.0","serve-static":"1.16.2","setprototypeof":"1.2.0","statuses":"2.0.1","type-is":"~1.6.18","utils-merge":"1.0.1","vary":"~1.1.2"},"devDependencies":{"after":"0.8.2","connect-redis":"3.4.2","cookie-parser":"1.4.6","cookie-session":"2.0.0","ejs":"3.1.9","eslint":"8.47.0","express-session":"1.17.2","hbs":"4.2.0","marked":"0.7.0","method-override":"3.0.0","mocha":"10.2.0","morgan":"1.10.0","nyc":"15.1.0","pbkdf2-password":"1.2.1","supertest":"6.3.0","vhost":"~3.0.2"},"engines":{"node":">= 0.10.0"},"files":["LICENSE","History.md","Readme.md","index.js","lib/"],"scripts":{"lint":"eslint .","test":"mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/","test-ci":"nyc --exclude examples --exclude test --exclude benchmarks --reporter=lcovonly --reporter=text npm test","test-cov":"nyc --exclude examples --exclude test --exclude benchmarks --reporter=html --reporter=text npm test","test-tap":"mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"},"_lastModified":"2024-12-26T07:38:13.421Z"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-adapter-remix",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.16",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
|
+
"dependencies": {},
|
|
5
6
|
"devDependencies": {
|
|
6
7
|
"@remix-run/express": "^2.15.2",
|
|
7
8
|
"@remix-run/react": "^2.15.2",
|
|
@@ -14,9 +15,9 @@
|
|
|
14
15
|
"tiny-invariant": "^1.3.3"
|
|
15
16
|
},
|
|
16
17
|
"peerDependencies": {
|
|
17
|
-
"@tachybase/
|
|
18
|
-
"@tachybase/
|
|
19
|
-
"@tachybase/
|
|
18
|
+
"@tachybase/server": "0.23.16",
|
|
19
|
+
"@tachybase/test": "0.23.16",
|
|
20
|
+
"@tachybase/client": "0.23.16"
|
|
20
21
|
},
|
|
21
22
|
"scripts": {
|
|
22
23
|
"build": "tachybase-build --no-dts @tachybase/plugin-adapter-remix"
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @tachybase/plugin-adapter-remix@0.23.7 build /Users/seal/Documents/projects/tachybase/packages/plugin-adapter-remix
|
|
4
|
-
> tachybase-build --no-dts @tachybase/plugin-adapter-remix
|
|
5
|
-
|
|
6
|
-
[33m[33mThe CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m[39m
|