@lls/common 24.9.0-d079b5a6 → 24.9.0

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.
@@ -0,0 +1,3 @@
1
+ export declare const features: {
2
+ role: string;
3
+ }[];
@@ -0,0 +1,2 @@
1
+ export * from '@lls/common/utils/grant';
2
+ export * from '@lls/common/constants/grant';
@@ -0,0 +1,3 @@
1
+ export declare const hello: () => {
2
+ role: string;
3
+ }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/common",
3
- "version": "24.9.0-d079b5a6",
3
+ "version": "24.9.0",
4
4
  "description": "utils and constants shared between front and backend",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
@@ -30,7 +30,7 @@
30
30
  "@biomejs/biome": "1.9.4",
31
31
  "esbuild": "0.24.0",
32
32
  "typescript": "5.6.3",
33
- "@lls/vitescripts": "24.9.0-d079b5a6"
33
+ "@lls/vitescripts": "24.9.0"
34
34
  },
35
35
  "dependencies": {},
36
36
  "scripts": {