From 9e4ecb6381160375ab40bdc80e31966227371448 Mon Sep 17 00:00:00 2001 From: Iveta Date: Mon, 22 Apr 2024 11:08:04 -0400 Subject: [PATCH] Moved temp into src --- .eslintrc.json | 2 +- .lintstagedrc.js | 2 +- package.json | 2 +- {temp => src/temp}/stellar-xdr-web/README.md | 0 {temp => src/temp}/stellar-xdr-web/package.json | 0 {temp => src/temp}/stellar-xdr-web/stellar-xdr.d.ts | 0 {temp => src/temp}/stellar-xdr-web/stellar-xdr.js | 0 .../temp}/stellar-xdr-web/stellar-xdr_bg.wasm | Bin .../temp}/stellar-xdr-web/stellar-xdr_bg.wasm.d.ts | 0 yarn.lock | 2 +- 10 files changed, 4 insertions(+), 4 deletions(-) rename {temp => src/temp}/stellar-xdr-web/README.md (100%) rename {temp => src/temp}/stellar-xdr-web/package.json (100%) rename {temp => src/temp}/stellar-xdr-web/stellar-xdr.d.ts (100%) rename {temp => src/temp}/stellar-xdr-web/stellar-xdr.js (100%) rename {temp => src/temp}/stellar-xdr-web/stellar-xdr_bg.wasm (100%) rename {temp => src/temp}/stellar-xdr-web/stellar-xdr_bg.wasm.d.ts (100%) diff --git a/.eslintrc.json b/.eslintrc.json index 0bfa18cd..217f649a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -11,5 +11,5 @@ "@typescript-eslint/no-explicit-any": "off", "import/named": "off" }, - "ignorePatterns": ["./temp/*"] + "ignorePatterns": ["./src/temp/*"] } diff --git a/.lintstagedrc.js b/.lintstagedrc.js index 11d05e06..411434eb 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -5,7 +5,7 @@ const buildEslintCommand = (filenames) => .map((f) => path.relative(process.cwd(), f)) .join(" --file ")}`; -const ignoredFiles = ["temp/**/*"]; +const ignoredFiles = ["src/temp/**/*"]; const eslintPattern = `!(${ignoredFiles.join(",")})*.{js,ts,jsx,tsx}`; diff --git a/package.json b/package.json index 30039218..cf13118b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@tanstack/react-query": "^5.28.8", "@tanstack/react-query-devtools": "^5.28.8", "@typescript-eslint/eslint-plugin": "^7.5.0", - "bindings-js": "file:./temp/stellar-xdr-web", + "bindings-js": "file:./src/temp/stellar-xdr-web", "dompurify": "^3.0.11", "html-react-parser": "^5.1.10", "immer": "^10.0.4", diff --git a/temp/stellar-xdr-web/README.md b/src/temp/stellar-xdr-web/README.md similarity index 100% rename from temp/stellar-xdr-web/README.md rename to src/temp/stellar-xdr-web/README.md diff --git a/temp/stellar-xdr-web/package.json b/src/temp/stellar-xdr-web/package.json similarity index 100% rename from temp/stellar-xdr-web/package.json rename to src/temp/stellar-xdr-web/package.json diff --git a/temp/stellar-xdr-web/stellar-xdr.d.ts b/src/temp/stellar-xdr-web/stellar-xdr.d.ts similarity index 100% rename from temp/stellar-xdr-web/stellar-xdr.d.ts rename to src/temp/stellar-xdr-web/stellar-xdr.d.ts diff --git a/temp/stellar-xdr-web/stellar-xdr.js b/src/temp/stellar-xdr-web/stellar-xdr.js similarity index 100% rename from temp/stellar-xdr-web/stellar-xdr.js rename to src/temp/stellar-xdr-web/stellar-xdr.js diff --git a/temp/stellar-xdr-web/stellar-xdr_bg.wasm b/src/temp/stellar-xdr-web/stellar-xdr_bg.wasm similarity index 100% rename from temp/stellar-xdr-web/stellar-xdr_bg.wasm rename to src/temp/stellar-xdr-web/stellar-xdr_bg.wasm diff --git a/temp/stellar-xdr-web/stellar-xdr_bg.wasm.d.ts b/src/temp/stellar-xdr-web/stellar-xdr_bg.wasm.d.ts similarity index 100% rename from temp/stellar-xdr-web/stellar-xdr_bg.wasm.d.ts rename to src/temp/stellar-xdr-web/stellar-xdr_bg.wasm.d.ts diff --git a/yarn.lock b/yarn.lock index f8db4a4e..1cddbdac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -690,7 +690,7 @@ binary-extensions@^2.0.0: resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522" integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw== -"bindings-js@file:./temp/stellar-xdr-web": +"bindings-js@file:./src/temp/stellar-xdr-web": version "0.0.0" brace-expansion@^1.1.7: