@draftline/react 0.1.13 → 0.1.15

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 +49 -49
package/package.json CHANGED
@@ -1,49 +1,49 @@
1
- {
2
- "name": "@draftline/react",
3
- "version": "0.1.13",
4
- "description": "React hooks and primitives for Draftline-enabled Tauri applications.",
5
- "license": "MIT",
6
- "type": "module",
7
- "main": "./dist/index.js",
8
- "types": "./dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.js"
13
- }
14
- },
15
- "files": [
16
- "README.md",
17
- "dist"
18
- ],
19
- "repository": {
20
- "type": "git",
21
- "url": "git+https://github.com/sethjuarez/draftline.git",
22
- "directory": "packages/react"
23
- },
24
- "bugs": {
25
- "url": "https://github.com/sethjuarez/draftline/issues"
26
- },
27
- "homepage": "https://github.com/sethjuarez/draftline#readme",
28
- "scripts": {
29
- "build": "tsc -p tsconfig.json",
30
- "test": "vitest run --environment jsdom"
31
- },
32
- "dependencies": {
33
- "@draftline/client": "0.1.13"
34
- },
35
- "peerDependencies": {
36
- "react": "^19.0.0"
37
- },
38
- "devDependencies": {
39
- "@testing-library/dom": "^10.4.1",
40
- "@testing-library/react": "^16.3.2",
41
- "@types/react": "^19.2.7",
42
- "jsdom": "^29.1.1",
43
- "typescript": "^6.0.3",
44
- "vitest": "^4.1.9"
45
- },
46
- "publishConfig": {
47
- "access": "public"
48
- }
49
- }
1
+ {
2
+ "name": "@draftline/react",
3
+ "version": "0.1.15",
4
+ "description": "React hooks and primitives for Draftline-enabled Tauri applications.",
5
+ "license": "MIT",
6
+ "type": "module",
7
+ "main": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.js"
13
+ }
14
+ },
15
+ "files": [
16
+ "README.md",
17
+ "dist"
18
+ ],
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git+https://github.com/sethjuarez/draftline.git",
22
+ "directory": "packages/react"
23
+ },
24
+ "bugs": {
25
+ "url": "https://github.com/sethjuarez/draftline/issues"
26
+ },
27
+ "homepage": "https://github.com/sethjuarez/draftline#readme",
28
+ "scripts": {
29
+ "build": "tsc -p tsconfig.json",
30
+ "test": "vitest run --environment jsdom"
31
+ },
32
+ "dependencies": {
33
+ "@draftline/client": "0.1.14"
34
+ },
35
+ "peerDependencies": {
36
+ "react": "^19.0.0"
37
+ },
38
+ "devDependencies": {
39
+ "@testing-library/dom": "^10.4.1",
40
+ "@testing-library/react": "^16.3.2",
41
+ "@types/react": "^19.2.7",
42
+ "jsdom": "^29.1.1",
43
+ "typescript": "^6.0.3",
44
+ "vitest": "^4.1.9"
45
+ },
46
+ "publishConfig": {
47
+ "access": "public"
48
+ }
49
+ }