@avalabs/avacloud-waas-react 1.0.4 → 1.0.5
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -4
- /package/{public → dist}/avacloud.png +0 -0
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@avalabs/avacloud-waas-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
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
|