@ersbeth/picoflow 2.3.0 → 2.3.2
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/README.md +6 -10
- package/dist/picoflow.js +0 -1
- package/dist/types/converters/solid.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +13 -35
- /package/dist/types/{api → core/api}/base/flowConfig.d.ts +0 -0
- /package/dist/types/{api → core/api}/base/flowDisposable.d.ts +0 -0
- /package/dist/types/{api → core/api}/base/flowErrors.d.ts +0 -0
- /package/dist/types/{api → core/api}/base/flowObservable.d.ts +0 -0
- /package/dist/types/{api → core/api}/base/flowPrimitiveOptions.d.ts +0 -0
- /package/dist/types/{api → core/api}/base/flowSubscribable.d.ts +0 -0
- /package/dist/types/{api → core/api}/base/flowTracker.d.ts +0 -0
- /package/dist/types/{api → core/api}/base/index.d.ts +0 -0
- /package/dist/types/{api → core/api}/index.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/async/flowConstantAsync.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/async/flowDerivationAsync.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/async/flowStateAsync.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/async/flowWritableDerivationAsync.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/async/index.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/collections/flowArray.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/collections/flowMap.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/collections/index.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/flowEffect.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/flowSignal.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/flowValue.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/index.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/sync/flowConstant.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/sync/flowDerivation.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/sync/flowState.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/sync/flowWritableDerivation.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/sync/index.d.ts +0 -0
- /package/dist/types/{api → core/api}/nodes/utils.d.ts +0 -0
- /package/dist/types/{base → core/base}/dependenciesRegistry.d.ts +0 -0
- /package/dist/types/{base → core/base}/dependentsRegistry.d.ts +0 -0
- /package/dist/types/{base → core/base}/disposable.d.ts +0 -0
- /package/dist/types/{base → core/base}/errors.d.ts +0 -0
- /package/dist/types/{base → core/base}/executionStack.d.ts +0 -0
- /package/dist/types/{base → core/base}/index.d.ts +0 -0
- /package/dist/types/{base → core/base}/node.d.ts +0 -0
- /package/dist/types/{base → core/base}/observable.d.ts +0 -0
- /package/dist/types/{base → core/base}/observer.d.ts +0 -0
- /package/dist/types/{nodes → core/nodes}/actionNode.d.ts +0 -0
- /package/dist/types/{nodes → core/nodes}/arrayNode.d.ts +0 -0
- /package/dist/types/{nodes → core/nodes}/effectNode.d.ts +0 -0
- /package/dist/types/{nodes → core/nodes}/index.d.ts +0 -0
- /package/dist/types/{nodes → core/nodes}/mapNode.d.ts +0 -0
- /package/dist/types/{nodes → core/nodes}/signalNode.d.ts +0 -0
- /package/dist/types/{nodes → core/nodes}/valueAsyncNode.d.ts +0 -0
- /package/dist/types/{nodes → core/nodes}/valueNode.d.ts +0 -0
- /package/dist/types/{nodes → core/nodes}/valueSyncNode.d.ts +0 -0
- /package/dist/types/{schedulers → core/schedulers}/asyncResolver.d.ts +0 -0
- /package/dist/types/{schedulers → core/schedulers}/asyncScheduler.d.ts +0 -0
- /package/dist/types/{schedulers → core/schedulers}/index.d.ts +0 -0
- /package/dist/types/{schedulers → core/schedulers}/pendingError.d.ts +0 -0
- /package/dist/types/{schedulers → core/schedulers}/scheduler.d.ts +0 -0
- /package/dist/types/{schedulers → core/schedulers}/syncResolver.d.ts +0 -0
- /package/dist/types/{schedulers → core/schedulers}/syncScheduler.d.ts +0 -0
package/README.md
CHANGED
|
@@ -47,16 +47,12 @@ yarn add @ersbeth/picoflow
|
|
|
47
47
|
|
|
48
48
|
For comprehensive guides and API documentation, visit the [official website](https://ersbeth-web.gitlab.io/picoflow/)
|
|
49
49
|
|
|
50
|
-
##
|
|
50
|
+
## Project
|
|
51
51
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
pnpm test:browser # watch browser tests
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
See [`CONTRIBUTING.md`](CONTRIBUTING.md) for the full setup, the conventions and the release procedure. Known issues and their status are tracked in [`audits/FINDINGS.md`](audits/FINDINGS.md); planned breaking changes in [`ROADMAP.md`](ROADMAP.md); vulnerability reporting in [`SECURITY.md`](SECURITY.md).
|
|
52
|
+
Picoflow is developed at [gitlab.com/ersbeth-web/picoflow](https://gitlab.com/ersbeth-web/picoflow).
|
|
53
|
+
Known issues and their status are tracked in the repository's findings register, planned breaking
|
|
54
|
+
changes in its roadmap, and vulnerability reporting is covered by its `SECURITY.md`. Contributions
|
|
55
|
+
are welcome — the repository's `CONTRIBUTING.md` has the setup and conventions.
|
|
60
56
|
|
|
61
57
|
## AI Coding Agents
|
|
62
58
|
|
|
@@ -70,4 +66,4 @@ npx skills add ./node_modules/@ersbeth/picoflow
|
|
|
70
66
|
|
|
71
67
|
## License
|
|
72
68
|
|
|
73
|
-
This project is licensed under the [MIT License](LICENSE).
|
|
69
|
+
This project is licensed under the [MIT License](LICENSE).
|
package/dist/picoflow.js
CHANGED
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ersbeth/picoflow",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2",
|
|
4
4
|
"description": "Minimal Dataflow library for TypeScript",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "pnpm@11.9.0",
|
|
@@ -18,61 +18,39 @@
|
|
|
18
18
|
"scripts": {
|
|
19
19
|
"check": "pnpm exec tsc --noEmit",
|
|
20
20
|
"lint": "pnpm exec biome check --fix",
|
|
21
|
+
"lint:ci": "pnpm exec biome check .",
|
|
21
22
|
"build": "pnpm exec vite build --config vite.config.ts",
|
|
22
|
-
"
|
|
23
|
-
"test:
|
|
24
|
-
"test:
|
|
25
|
-
"test:
|
|
26
|
-
"test:
|
|
27
|
-
"test:
|
|
28
|
-
"
|
|
29
|
-
"ci
|
|
30
|
-
"
|
|
31
|
-
"ci:test:browser": "pnpm exec vitest run --config=vitest.browser.config.ts --coverage",
|
|
32
|
-
"ci:test:browser:matrix": "pnpm exec vitest run --config=vitest.browser.matrix.config.ts",
|
|
33
|
-
"ci:pack:smoke": "node tools/release/smoke-tarball.mjs",
|
|
34
|
-
"ci:release:check": "node tools/release/check-release.mjs",
|
|
35
|
-
"playwright:install": "playwright install --with-deps chromium firefox webkit",
|
|
36
|
-
"quality:diff": "node tools/quality/differential-graph.mjs 400",
|
|
37
|
-
"quality:bench": "node tools/quality/bench-core.mjs",
|
|
38
|
-
"quality:snippets": "node tools/quality/check-doc-snippets.mjs",
|
|
39
|
-
"quality:mutation": "bash tools/quality/mutation-test.sh",
|
|
40
|
-
"docs:dev": "pnpm exec vitepress dev docs",
|
|
41
|
-
"docs:build": "pnpm docs:generate && pnpm exec vitepress build docs",
|
|
42
|
-
"docs:preview": "pnpm exec vitepress preview docs",
|
|
43
|
-
"docs:generate": "pnpm exec typedoc"
|
|
23
|
+
"build:ci": "pnpm exec vite build --config vite.config.ts && git diff --exit-code dist/",
|
|
24
|
+
"test:install": "playwright install --with-deps chromium",
|
|
25
|
+
"test:core": "pnpm exec vitest --config=vitest.core.config.ts",
|
|
26
|
+
"test:core:ci": "pnpm exec vitest run --config=vitest.core.config.ts --coverage",
|
|
27
|
+
"test:converters": "pnpm exec vitest --config=vitest.converters.config.ts",
|
|
28
|
+
"test:converters:ci": "pnpm exec vitest run --config=vitest.converters.config.ts --coverage",
|
|
29
|
+
"verify:pre-commit": "pnpm check && pnpm lint:ci && pnpm build && pnpm test:core:ci",
|
|
30
|
+
"verify:ci": "pnpm check && pnpm lint:ci && pnpm build:ci && pnpm test:core:ci",
|
|
31
|
+
"verify:pre-push": "pnpm check && pnpm lint:ci && pnpm build:ci && pnpm test:core:ci && pnpm test:converters:ci"
|
|
44
32
|
},
|
|
45
33
|
"peerDependencies": {
|
|
46
34
|
"solid-js": "^1.9.7"
|
|
47
35
|
},
|
|
48
36
|
"devDependencies": {
|
|
49
37
|
"@biomejs/biome": "2.3.8",
|
|
50
|
-
"@braintree/sanitize-url": "^7.1.1",
|
|
51
38
|
"@solidjs/testing-library": "^0.8.10",
|
|
52
39
|
"@vitest/browser-playwright": "^4.1.10",
|
|
53
40
|
"@vitest/coverage-v8": "4.1.10",
|
|
54
|
-
"cytoscape": "^3.33.1",
|
|
55
|
-
"cytoscape-cose-bilkent": "^4.1.0",
|
|
56
|
-
"dayjs": "^1.11.19",
|
|
57
|
-
"dompurify": "^3.4.13",
|
|
58
41
|
"jsdom": "^27.3.0",
|
|
59
|
-
"mermaid": "^11.16.1",
|
|
60
42
|
"playwright": "1.62.1",
|
|
61
|
-
"typedoc": "^0.28.15",
|
|
62
|
-
"typedoc-plugin-markdown": "^4.9.0",
|
|
63
|
-
"typedoc-vitepress-theme": "^1.1.2",
|
|
64
43
|
"typescript": "^5.9.3",
|
|
65
44
|
"vite": "^7.3.0",
|
|
66
45
|
"vite-plugin-dts": "^4.5.4",
|
|
67
46
|
"vite-plugin-solid": "^2.11.10",
|
|
68
47
|
"vite-tsconfig-paths": "^6.0.3",
|
|
69
|
-
"vitepress": "^1.6.4",
|
|
70
|
-
"vitepress-plugin-mermaid": "^2.0.17",
|
|
71
48
|
"vitest": "^4.1.10"
|
|
72
49
|
},
|
|
73
50
|
"repository": {
|
|
74
51
|
"type": "git",
|
|
75
|
-
"url": "git+https://gitlab.com/ersbeth-web/picoflow.git"
|
|
52
|
+
"url": "git+https://gitlab.com/ersbeth-web/picoflow.git",
|
|
53
|
+
"directory": "packages/picoflow"
|
|
76
54
|
},
|
|
77
55
|
"author": "Elisabeth Rousset",
|
|
78
56
|
"license": "MIT",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|