Compare commits

...

2 Commits

  1. 1
      helpers/app-auth/package.json
  2. 1
      helpers/net-auth/package.json
  3. 2
      ng-app/package.json
  4. 4
      ng-app/src/routes/WalletCreate.svelte
  5. 8
      pnpm-lock.yaml

@ -17,7 +17,6 @@
"svelte-i18n": "^4.0.0",
"@nextgraph-monorepo/common": "workspace:*",
"@nextgraph-monorepo/app-api-web": "workspace:*",
"@nextgraph-monorepo/wasm-tools-auth": "workspace:*",
"remote-web-streams": "^0.2.0"
},
"devDependencies": {

@ -16,7 +16,6 @@
"@tailwindcss/typography": "^0.5.13",
"svelte-i18n": "^4.0.0",
"@nextgraph-monorepo/common": "workspace:*",
"@nextgraph-monorepo/wasm-tools-auth": "workspace:*",
"async-proxy": "^0.4.1",
"remote-web-streams": "^0.2.0"
},

@ -8,6 +8,8 @@
"webdev": "shx cp index-web.html index.html && cross-env NG_APP_WEB=1 NG_PUBLIC_DEV=1 TAURI_DEBUG=1 vite",
"webbuild": "shx cp index-web.html index.html && cross-env NG_APP_WEB=1 vite build && shx rm -f ./dist-web/assets/*.svg && tar --exclude .DS_Store -zcvf dist-web.tar.gz dist-web",
"webfilebuild": "shx cp index-web.html index.html && cross-env NG_APP_WEB=1 NG_APP_FILE=1 vite build && node prepare-app-file.cjs && shx rm -rf ./dist-file/assets && tar --exclude .DS_Store -zcvf dist-file.tar.gz dist-file",
"webfilebuilddev": "shx cp index-web.html index.html && cross-env NG_DEV=1 NG_APP_WEB=1 NG_APP_FILE=1 vite build && node prepare-app-file.cjs && shx rm -rf ./dist-file/assets && tar --exclude .DS_Store -zcvf dist-file.tar.gz dist-file",
"webfilebuilddev3": "shx cp index-web.html index.html && cross-env NG_DEV3=1 NG_APP_WEB=1 NG_APP_FILE=1 vite build && node prepare-app-file.cjs && shx rm -rf ./dist-file/assets && tar --exclude .DS_Store -zcvf dist-file.tar.gz dist-file",
"webfilebuilddebug": "shx cp index-web.html index.html && cross-env NG_APP_WEB=1 NG_APP_FILE=1 TAURI_DEBUG=1 vite build -m debug",
"build": "shx cp index-native.html index.html && vite build && shx rm -f ./dist/assets/*.svg",
"buildfile": "shx cp index-native.html index.html && cross-env NG_APP_FILE=1 vite build && shx rm -rf ./dist/assets && tar --exclude .DS_Store -zcvf dist.tar.gz dist",

@ -210,9 +210,9 @@
? "http://localhost:14403/#/?b="
: import.meta.env.NG_DEV
? "http://localhost:1421/bootstrap.html#/?b="
: import.meta.env.NG_DEV3
? "http://127.0.0.1:3033/bootstrap/#/?b="
: `https://${redirect_server}/bootstrap/#/?b=`;
// to test ngnet
//const bootstrap_redirect = "http://127.0.0.1:3033/bootstrap/#/?b=";
async function bootstrap() {
//console.log(await ng.client_info());

@ -170,9 +170,6 @@ importers:
'@nextgraph-monorepo/common':
specifier: workspace:*
version: link:../../common
'@nextgraph-monorepo/wasm-tools-auth':
specifier: workspace:*
version: link:../wasm-tools/pkg
'@tailwindcss/typography':
specifier: ^0.5.13
version: 0.5.16(tailwindcss@3.4.17)
@ -246,9 +243,6 @@ importers:
'@nextgraph-monorepo/common':
specifier: workspace:*
version: link:../../common
'@nextgraph-monorepo/wasm-tools-auth':
specifier: workspace:*
version: link:../wasm-tools/pkg
'@tailwindcss/typography':
specifier: ^0.5.13
version: 0.5.16(tailwindcss@3.4.17)
@ -502,8 +496,6 @@ importers:
specifier: ^2.2.1
version: 2.2.1(svelte@3.59.2)(vite@4.5.9(@types/node@18.19.76)(sass@1.85.0))
helpers/wasm-tools/pkg: {}
ng-app:
dependencies:
'@automerge/automerge':

Loading…
Cancel
Save