@getopenpay/openpay-js-react 0.0.2-beta.1 → 0.0.3-alpha.4e3a3ab

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getopenpay/openpay-js-react",
3
- "version": "0.0.2-beta.1",
3
+ "version": "0.0.3-alpha.4e3a3ab",
4
4
  "description": "Accept payments through OpenPay, right on your site",
5
5
  "author": "OpenPay <info@getopenpay.com> (https://getopenpay.com)",
6
6
  "type": "module",
@@ -17,11 +17,11 @@
17
17
  ],
18
18
  "scripts": {
19
19
  "build": "tsc -p tsconfig.build.json && vite build",
20
+ "build:alpha": "npm run build -- --mode staging",
20
21
  "build:dev": "tsc -p tsconfig.build.json && NODE_ENV=development vite build --mode development --watch",
21
22
  "lint": "eslint . --ignore-path=.eslintignore --report-unused-disable-directives --max-warnings 0",
22
23
  "lint:fix": "eslint . --fix --ignore-path=.eslintignore --report-unused-disable-directives --max-warnings 0",
23
24
  "test": "NODE_ENV=development npm run build -- --mode development && playwright test",
24
- "build:alpha": "NODE_ENV=development npm run build -- --mode development",
25
25
  "prepare": "husky"
26
26
  },
27
27
  "dependencies": {