@rango-dev/widget-embedded 0.1.11-next.7 → 0.1.11-next.9

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/widget-embedded",
3
- "version": "0.1.11-next.7",
3
+ "version": "0.1.11-next.9",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -11,8 +11,8 @@
11
11
  "browserslist": "> 0.5%, last 2 versions, not dead",
12
12
  "scripts": {
13
13
  "watch-tsc": "tsc --watch --noEmit",
14
- "parcel": "parcel public/index.html -p 3001 --cache-dir=.parcel-cache",
15
- "dev": "npm-run-all --parallel watch-tsc parcel",
14
+ "dev": "parcel public/index.html -p 3001 --cache-dir=.parcel-cache",
15
+ "dev-tsc": "npm-run-all --parallel watch-tsc dev",
16
16
  "build:app": "parcel build --cache-dir=.parcel-cache",
17
17
  "build": "tsdx build --entry ./src/lib.tsx"
18
18
  },
@@ -30,9 +30,9 @@
30
30
  "dependencies": {
31
31
  "@rango-dev/provider-all": "^0.1.11-next.84",
32
32
  "@rango-dev/queue-manager-core": "^0.1.11-next.0",
33
- "@rango-dev/queue-manager-rango-preset": "^0.1.11-next.2",
33
+ "@rango-dev/queue-manager-rango-preset": "^0.1.11-next.3",
34
34
  "@rango-dev/queue-manager-react": "^0.1.10-next.76",
35
- "@rango-dev/ui": "^0.1.11-next.3",
35
+ "@rango-dev/ui": "^0.1.11-next.4",
36
36
  "@rango-dev/wallets-core": "^0.1.11-next.88",
37
37
  "@rango-dev/wallets-shared": "^0.1.11-next.84",
38
38
  "bignumber.js": "^9.1.1",