@sudobility/whisperly_types 1.0.7 → 1.0.8
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/whisperly_types",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "TypeScript types for Whisperly API - Localization SaaS platform",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"lint:fix": "bunx eslint src/ --fix",
|
|
26
26
|
"format": "bunx prettier --write \"src/**/*.ts\"",
|
|
27
27
|
"format:check": "bunx prettier --check \"src/**/*.ts\"",
|
|
28
|
-
"test": "bunx vitest
|
|
29
|
-
"test:
|
|
30
|
-
"verify": "bun run typecheck && bun run lint && bun run test && bun run build",
|
|
28
|
+
"test": "bunx vitest",
|
|
29
|
+
"test:run": "bunx vitest run",
|
|
30
|
+
"verify": "bun run typecheck && bun run lint && bun run test:run && bun run build",
|
|
31
31
|
"prepublishOnly": "bun run clean && bun run verify"
|
|
32
32
|
},
|
|
33
33
|
"files": [
|