power-link 1.0.2 → 1.0.3

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/README.md +803 -803
  2. package/package.json +28 -28
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
- {
2
- "name": "power-link",
3
- "version": "1.0.2",
4
- "description": "Shared utility functions",
5
- "main": "./dist/index.js",
6
- "module": "./dist/index.mjs",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "import": "./dist/index.mjs",
12
- "require": "./dist/index.js"
13
- }
14
- },
15
- "scripts": {
16
- "build": "tsup",
17
- "dev": "tsup --watch",
18
- "test": "vitest",
19
- "lint": "eslint . --ext ts --report-unused-disable-directives --max-warnings 0",
20
- "clean": "rm -rf dist .turbo node_modules"
21
- },
22
- "devDependencies": {
23
- "@connector/tsconfig": "workspace:*",
24
- "tsup": "^8.0.1",
25
- "typescript": "^5.3.3",
26
- "vitest": "^1.2.2"
27
- }
28
- }
1
+ {
2
+ "name": "power-link",
3
+ "version": "1.0.3",
4
+ "description": "A pure TypeScript visual node connector for creating draggable connections between nodes. Framework-agnostic and easy to use",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.mjs",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.mjs",
12
+ "require": "./dist/index.js"
13
+ }
14
+ },
15
+ "scripts": {
16
+ "build": "tsup",
17
+ "dev": "tsup --watch",
18
+ "test": "vitest",
19
+ "lint": "eslint . --ext ts --report-unused-disable-directives --max-warnings 0",
20
+ "clean": "rm -rf dist .turbo node_modules"
21
+ },
22
+ "devDependencies": {
23
+ "@connector/tsconfig": "workspace:*",
24
+ "tsup": "^8.0.1",
25
+ "typescript": "^5.3.3",
26
+ "vitest": "^1.2.2"
27
+ }
28
+ }