@lls/common 24.9.0 → 24.10.0-cf2a9cb2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/common",
3
- "version": "24.9.0",
3
+ "version": "24.10.0-cf2a9cb2",
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"
33
+ "@lls/vitescripts": "24.10.0-cf2a9cb2"
34
34
  },
35
35
  "dependencies": {},
36
36
  "scripts": {
@@ -1,3 +0,0 @@
1
- export declare const features: {
2
- role: string;
3
- }[];
@@ -1,2 +0,0 @@
1
- export * from '@lls/common/utils/grant';
2
- export * from '@lls/common/constants/grant';
@@ -1,3 +0,0 @@
1
- export declare const hello: () => {
2
- role: string;
3
- }[];