@avalabs/avacloud-waas-react 1.0.4 → 1.0.6

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/index.js CHANGED
@@ -786,7 +786,7 @@ function LoginModal({ open, onClose }) {
786
786
  /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
787
787
  "img",
788
788
  {
789
- src: "/avacloud.png",
789
+ src: "https://images.ctfassets.net/9bazykntljf6/58QaXZf2yQ7MqI9A8MrKiX/d8f986355c6e321e1dee79f6e91575ec/avacloud.png",
790
790
  alt: "AvaCloud",
791
791
  style: {
792
792
  height: 24,
package/dist/index.mjs CHANGED
@@ -740,7 +740,7 @@ function LoginModal({ open, onClose }) {
740
740
  /* @__PURE__ */ jsx3(
741
741
  "img",
742
742
  {
743
- src: "/avacloud.png",
743
+ src: "https://images.ctfassets.net/9bazykntljf6/58QaXZf2yQ7MqI9A8MrKiX/d8f986355c6e321e1dee79f6e91575ec/avacloud.png",
744
744
  alt: "AvaCloud",
745
745
  style: {
746
746
  height: 24,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalabs/avacloud-waas-react",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "React SDK for AvaCloud Wallet as a Service",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -8,8 +8,7 @@
8
8
  "sideEffects": false,
9
9
  "license": "MIT",
10
10
  "files": [
11
- "dist/**",
12
- "public/**"
11
+ "dist/**"
13
12
  ],
14
13
  "devDependencies": {
15
14
  "@iconify/types": "^2.0.0",
@@ -52,7 +51,7 @@
52
51
  "homepage": "https://github.com/ava-labs/avacloud-auth-react#readme",
53
52
  "author": "Ava Labs, Inc.",
54
53
  "scripts": {
55
- "build": "tsup src/index.ts --format esm,cjs --dts --external react && cp -r public dist/",
54
+ "build": "tsup src/index.ts --format esm,cjs --dts --external react && cp -r public/* dist/",
56
55
  "dev": "tsup src/index.ts --format esm,cjs --watch --dts --external react",
57
56
  "lint": "eslint \"src/**/*.ts*\"",
58
57
  "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
File without changes