@lls/common 24.10.0-cf2a9cb2 → 24.10.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/lib/index.js +0 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/common",
3
- "version": "24.10.0-cf2a9cb2",
3
+ "version": "24.10.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.10.0-cf2a9cb2"
33
+ "@lls/vitescripts": "24.10.0"
34
34
  },
35
35
  "dependencies": {},
36
36
  "scripts": {
package/lib/index.js DELETED
@@ -1,9 +0,0 @@
1
- // src/constants/grant.ts
2
- var features = [{ role: "ok" }];
3
-
4
- // src/utils/grant.ts
5
- var hello = () => features;
6
- export {
7
- features,
8
- hello
9
- };