@sylphx/lens-solid 1.0.4 → 1.0.5

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 +41 -41
package/package.json CHANGED
@@ -1,43 +1,43 @@
1
1
  {
2
- "name": "@sylphx/lens-solid",
3
- "version": "1.0.4",
4
- "description": "SolidJS bindings for Lens API framework",
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "import": "./dist/index.js",
11
- "types": "./dist/index.d.ts"
12
- }
13
- },
14
- "scripts": {
15
- "build": "bun build ./src/index.ts --outdir ./dist --target browser --external solid-js && tsc --emitDeclarationOnly --declaration --outDir ./dist",
16
- "typecheck": "tsc --noEmit",
17
- "test": "bun test"
18
- },
19
- "files": [
20
- "dist",
21
- "src"
22
- ],
23
- "keywords": [
24
- "lens",
25
- "solid",
26
- "solidjs",
27
- "reactive",
28
- "signals"
29
- ],
30
- "author": "SylphxAI",
31
- "license": "MIT",
32
- "dependencies": {
33
- "@sylphx/lens-client": "workspace:*"
34
- },
35
- "peerDependencies": {
36
- "solid-js": ">=1.8.0"
37
- },
38
- "devDependencies": {
39
- "@solidjs/testing-library": "^0.8.10",
40
- "solid-js": "^1.9.5",
41
- "typescript": "^5.9.3"
42
- }
2
+ "name": "@sylphx/lens-solid",
3
+ "version": "1.0.5",
4
+ "description": "SolidJS bindings for Lens API framework",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/index.js",
11
+ "types": "./dist/index.d.ts"
12
+ }
13
+ },
14
+ "scripts": {
15
+ "build": "bun build ./src/index.ts --outdir ./dist --target browser --external solid-js && tsc --emitDeclarationOnly --declaration --outDir ./dist",
16
+ "typecheck": "tsc --noEmit",
17
+ "test": "bun test"
18
+ },
19
+ "files": [
20
+ "dist",
21
+ "src"
22
+ ],
23
+ "keywords": [
24
+ "lens",
25
+ "solid",
26
+ "solidjs",
27
+ "reactive",
28
+ "signals"
29
+ ],
30
+ "author": "SylphxAI",
31
+ "license": "MIT",
32
+ "dependencies": {
33
+ "@sylphx/lens-client": "^1.0.4"
34
+ },
35
+ "peerDependencies": {
36
+ "solid-js": ">=1.8.0"
37
+ },
38
+ "devDependencies": {
39
+ "@solidjs/testing-library": "^0.8.10",
40
+ "solid-js": "^1.9.5",
41
+ "typescript": "^5.9.3"
42
+ }
43
43
  }