@bloque/payments-elements 0.0.2 → 0.0.3

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 +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bloque/payments-elements",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Framework-agnostic Web Components for embedding payment checkouts.",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -45,6 +45,7 @@
45
45
  "build:watch": "NODE_ENV=development rspack build --watch",
46
46
  "clean": "rm -rf node_modules && rm -rf dist",
47
47
  "check": "biome check --write",
48
+ "dev": "rsbuild dev --open",
48
49
  "typecheck": "tsgo --noEmit",
49
50
  "types": "tsc --project tsconfig.build.json"
50
51
  },
@@ -53,10 +54,11 @@
53
54
  "lit": "^3.3.1"
54
55
  },
55
56
  "devDependencies": {
57
+ "@rsbuild/core": "catalog:",
56
58
  "@rspack/cli": "^1.6.7",
57
59
  "@rspack/core": "^1.6.7",
58
60
  "@typescript/native-preview": "catalog:",
59
61
  "minify-html-literals-loader": "^1.1.1",
60
62
  "typescript": "catalog:"
61
63
  }
62
- }
64
+ }