|
1 | 1 | {
|
2 | 2 | "name": "use-postal-ph",
|
3 |
| - "version": "1.1.11", |
| 3 | + "version": "1.1.12", |
4 | 4 | "description": "This utility library is specifically designed for the Philippines, providing comprehensive information on postal codes,\nmunicipalities, locations, and regions. Moreover, searching within the library is case insensitive.",
|
5 | 5 | "main": "./dist/index.js",
|
6 | 6 | "module": "./dist/index.mjs",
|
|
37 | 37 |
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "@playwright/test": "^1.46.1", |
41 |
| - "@swc/core": "^1.7.18", |
42 |
| - "@types/node": "^22.5.0", |
43 |
| - "terser": "^5.31.6", |
44 |
| - "tsup": "^8.2.4", |
45 |
| - "typescript": "^5.5.4" |
| 40 | + "@playwright/test": "^1.51.1", |
| 41 | + "@swc/core": "^1.11.16", |
| 42 | + "@types/node": "^22.14.0", |
| 43 | + "terser": "^5.39.0", |
| 44 | + "tsup": "^8.4.0", |
| 45 | + "typescript": "^5.8.3" |
46 | 46 | },
|
47 | 47 | "publishConfig": {
|
48 | 48 | "access": "public"
|
49 | 49 | },
|
50 | 50 | "scripts": {
|
51 |
| - "test": "yarn playwright test", |
52 |
| - "test-headed": "yarn playwright test --headed", |
53 |
| - "test-web": "yarn playwright test --ui web", |
54 |
| - "codegen": "yarn playwright codegen", |
55 |
| - "debug-web": "yarn playwright test web --debug", |
| 51 | + "test": "pnpm playwright test", |
| 52 | + "test-headed": "pnpm playwright test --headed", |
| 53 | + "test-web": "pnpm playwright test --ui web", |
| 54 | + "codegen": "pnpm playwright codegen", |
| 55 | + "debug-web": "pnpm playwright test web --debug", |
56 | 56 | "report": "playwright show-report",
|
57 | 57 | "build": "tsup",
|
58 | 58 | "start": "node dist/index.js"
|
|
0 commit comments