@lls/typings 24.1.48-d2ec5333 → 24.1.48-d55b4eb2
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lls/typings",
|
|
3
|
-
"version": "24.1.48-
|
|
3
|
+
"version": "24.1.48-d55b4eb2",
|
|
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
|
}
|