@matter/tools 0.16.0-alpha.0-20251223-8c287b4f3 → 0.16.0-alpha.0-20251223-98189d80c
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -18,8 +18,8 @@ does its best to run build and test as quickly as possible.
|
|
|
18
18
|
|
|
19
19
|
## Dev workflow
|
|
20
20
|
|
|
21
|
-
Although Matter.js relies on third
|
|
22
|
-
Matter.js. As such it will be unfamiliar to new developers.
|
|
21
|
+
Although Matter.js relies on third-party tools for build and test, the interface is command-line oriented and unique to
|
|
22
|
+
Matter.js. As such, it will be unfamiliar to new developers.
|
|
23
23
|
|
|
24
24
|
To minimize developer burden, we also maintain traditional `tsconfig.json` files with project references in each `src/`
|
|
25
25
|
and `test/`. These files support traditional IDE and `tsc --watch` workflows and are largely (but not entirely) ignored
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matter/tools",
|
|
3
|
-
"version": "0.16.0-alpha.0-20251223-
|
|
3
|
+
"version": "0.16.0-alpha.0-20251223-98189d80c",
|
|
4
4
|
"description": "Matter.js tooling",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"homepage": "https://github.com/matter-js/matter.js#readme",
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@microsoft/tsdoc": "^0.16.0",
|
|
62
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
62
|
+
"@typescript/native-preview": "^7.0.0-dev.20251223.1",
|
|
63
63
|
"ansi-colors": "^4.1.3",
|
|
64
64
|
"commander": "^14.0.2",
|
|
65
65
|
"detective-typescript": "^14.0.0",
|