@xsolla/xui-select 0.64.0-pr56.1768440195 → 0.64.0-pr56.1768445719

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,17 +1,17 @@
1
1
  {
2
2
  "name": "@xsolla/xui-select",
3
- "version": "0.64.0-pr56.1768440195",
3
+ "version": "0.64.0-pr56.1768445719",
4
4
  "main": "./web/index.js",
5
5
  "module": "./web/index.mjs",
6
6
  "types": "./web/index.d.ts",
7
7
  "scripts": {
8
8
  "build": "yarn build:web && yarn build:native",
9
- "build:web": "PLATFORM=web tsup src/index.tsx --format esm,cjs --dts --env.PLATFORM web --clean",
10
- "build:native": "PLATFORM=native tsup src/index.tsx --format esm,cjs --dts --env.PLATFORM native --clean"
9
+ "build:web": "PLATFORM=web tsup",
10
+ "build:native": "PLATFORM=native tsup"
11
11
  },
12
12
  "dependencies": {
13
- "@xsolla/xui-core": "0.64.0-pr56.1768440195",
14
- "@xsolla/xui-primitives-core": "0.64.0-pr56.1768440195"
13
+ "@xsolla/xui-core": "0.64.0-pr56.1768445719",
14
+ "@xsolla/xui-primitives-core": "0.64.0-pr56.1768445719"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "react": ">=16.8.0",