@lls/typings 24.1.48-bde4dcf3 → 24.1.48-c4f1a95d

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.1.48-bde4dcf3",
3
+ "version": "24.1.48-c4f1a95d",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "keywords": [],
@@ -19,6 +19,7 @@
19
19
  "scripts": {
20
20
  "dts": "pnpm tsc --project tsconfig.production.json",
21
21
  "lint": "pnpm biome check --apply *.d.ts internal overrides",
22
- "test": "echo \"Error: no test specified\" && exit 0"
22
+ "test": "echo \"Error: no test specified\" && exit 0",
23
+ "packing": "pnpm pack"
23
24
  }
24
25
  }