File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 6565 - name : Configure .npmrc for react-on-rails-rsc
6666 run : |
6767 echo "//npm.pkg.github.com/:_authToken=${{ secrets.SHAKACODE_TOOLS_PACKAGES_TOKEN }}" >> .npmrc
68- echo "@abanoubghadban :registry=https://npm.pkg.github.com/" >> .npmrc
68+ echo "@shakacode-tools :registry=https://npm.pkg.github.com/" >> .npmrc
6969 - name : Install Node modules with Yarn for renderer package
7070 run : |
7171 yarn install --no-progress --no-emoji
Original file line number Diff line number Diff line change 4545 - name : Configure .npmrc for react-on-rails-rsc
4646 run : |
4747 echo "//npm.pkg.github.com/:_authToken=${{ secrets.SHAKACODE_TOOLS_PACKAGES_TOKEN }}" >> .npmrc
48- echo "@abanoubghadban :registry=https://npm.pkg.github.com/" >> .npmrc
48+ echo "@shakacode-tools :registry=https://npm.pkg.github.com/" >> .npmrc
4949 - name : Install Node modules with Yarn for renderer package
5050 run : |
5151 yarn install --no-progress --no-emoji
Original file line number Diff line number Diff line change 4949 - name : Configure .npmrc for react-on-rails-rsc
5050 run : |
5151 echo "//npm.pkg.github.com/:_authToken=${{ secrets.SHAKACODE_TOOLS_PACKAGES_TOKEN }}" >> .npmrc
52- echo "@abanoubghadban :registry=https://npm.pkg.github.com/" >> .npmrc
52+ echo "@shakacode-tools :registry=https://npm.pkg.github.com/" >> .npmrc
5353 - name : Install Node modules with Yarn for renderer package
5454 run : |
5555 yarn install --no-progress --no-emoji
@@ -151,7 +151,7 @@ jobs:
151151 - name : Configure .npmrc for react-on-rails-rsc
152152 run : |
153153 echo "//npm.pkg.github.com/:_authToken=${{ secrets.SHAKACODE_TOOLS_PACKAGES_TOKEN }}" >> .npmrc
154- echo "@abanoubghadban :registry=https://npm.pkg.github.com/" >> .npmrc
154+ echo "@shakacode-tools :registry=https://npm.pkg.github.com/" >> .npmrc
155155 - name : Install Node modules with Yarn
156156 run : |
157157 yarn install --no-progress --no-emoji
Original file line number Diff line number Diff line change 3939 - name : Configure .npmrc for react-on-rails-rsc
4040 run : |
4141 echo "//npm.pkg.github.com/:_authToken=${{ secrets.SHAKACODE_TOOLS_PACKAGES_TOKEN }}" >> .npmrc
42- echo "@abanoubghadban :registry=https://npm.pkg.github.com/" >> .npmrc
42+ echo "@shakacode-tools :registry=https://npm.pkg.github.com/" >> .npmrc
4343 - name : Install Node modules with Yarn for renderer package
4444 run : |
4545 yarn install --no-progress --no-emoji
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports = {
99 moduleNameMapper :
1010 nodeVersion < 18
1111 ? {
12- '@abanoubghadban /react-on-rails-rsc/client' : '<rootDir>/node_package/tests/emptyForTesting.js' ,
12+ '@shakacode-tools /react-on-rails-rsc/client' : '<rootDir>/node_package/tests/emptyForTesting.js' ,
1313 '^@testing-library/dom$' : '<rootDir>/node_package/tests/emptyForTesting.js' ,
1414 '^@testing-library/react$' : '<rootDir>/node_package/tests/emptyForTesting.js' ,
1515 }
Original file line number Diff line number Diff line change 22
33import * as React from 'react' ;
44import * as ReactDOMClient from 'react-dom/client' ;
5- import { createFromReadableStream } from '@abanoubghadban /react-on-rails-rsc/client' ;
5+ import { createFromReadableStream } from '@shakacode-tools /react-on-rails-rsc/client' ;
66import { fetch } from './utils' ;
77import transformRSCStreamAndReplayConsoleLogs from './transformRSCStreamAndReplayConsoleLogs' ;
88import { RailsContext , RenderFunction } from './types' ;
Original file line number Diff line number Diff line change 1- import { renderToPipeableStream } from '@abanoubghadban /react-on-rails-rsc/server.node' ;
1+ import { renderToPipeableStream } from '@shakacode-tools /react-on-rails-rsc/server.node' ;
22import { PassThrough , Readable } from 'stream' ;
33import type { ReactElement } from 'react' ;
44
Original file line number Diff line number Diff line change 1717 "doc" : " docs"
1818 },
1919 "devDependencies" : {
20- "@abanoubghadban/react-on-rails-rsc" : " ^19.0.0-rc.3" ,
2120 "@arethetypeswrong/cli" : " ^0.17.4" ,
2221 "@babel/core" : " ^7.20.12" ,
2322 "@babel/preset-env" : " ^7.20.2" ,
24- "@tsconfig/node14 " : " ^14.1.2 " ,
23+ "@shakacode-tools/react-on-rails-rsc " : " ^19.0.0 " ,
2524 "@testing-library/dom" : " ^10.4.0" ,
2625 "@testing-library/jest-dom" : " ^6.6.3" ,
2726 "@testing-library/react" : " ^16.2.0" ,
27+ "@tsconfig/node14" : " ^14.1.2" ,
2828 "@types/jest" : " ^29.5.14" ,
2929 "@types/node" : " ^20.17.16" ,
3030 "@types/react" : " ^18.3.18" ,
Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
5- " @abanoubghadban/react-on-rails-rsc@^19.0.0-rc.3 " :
6- version "19.0.0-rc.3"
7- resolved "https://npm.pkg.github.com/download/@abanoubghadban/react-on-rails-rsc/19.0.0-rc.3/6a47d5a52930dac461b17b537ebc7105b1a50aee#6a47d5a52930dac461b17b537ebc7105b1a50aee"
8- integrity sha512-ODj2H85GECe/FmHRpKFsT2D21Y9U1dltCwZD5I3FCRGMgj+6vta4oNU5lWqbHX875r6Q2LO4kD0b8b4Qhn7SnA==
9- dependencies :
10- react-server-dom-webpack "19.0.0"
11-
125" @adobe/css-tools@^4.4.0 " :
136 version "4.4.1"
147 resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.4.1.tgz#2447a230bfe072c1659e6815129c03cf170710e3"
13871380 " @nodelib/fs.scandir" " 2.1.3"
13881381 fastq "^1.6.0"
13891382
1383+ " @shakacode-tools/react-on-rails-rsc@^19.0.0 " :
1384+ version "19.0.0"
1385+ resolved "https://npm.pkg.github.com/download/@shakacode-tools/react-on-rails-rsc/19.0.0/9ed22080a97f3f9f3d9eaad9a9c6f49f6adf925d#9ed22080a97f3f9f3d9eaad9a9c6f49f6adf925d"
1386+ integrity sha512-r6ENgCLeqechHHDZsAtxc64i6y4Tl0NG/EIlFvSxOLXx3u8qM2OWs7HLQCwSRo9QJmySteuzIhS/vdOpC8PRww==
1387+ dependencies :
1388+ react-server-dom-webpack "19.0.0"
1389+
13901390" @sinclair/typebox@^0.27.8 " :
13911391 version "0.27.8"
13921392 resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
You can’t perform that action at this time.
0 commit comments