@openload28/tt-lang 1.0.0-dev.20260903.321 → 1.0.0-dev.20260904.322
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openload28/tt-lang",
|
|
3
|
-
"version": "1.0.0-dev.
|
|
3
|
+
"version": "1.0.0-dev.20260904.322",
|
|
4
4
|
"description": "tt — a tiny TypeScript preprocessor adding Rust-style variants, match expressions, try, let-else, if let and the pipeline operator. Installs the ttc compiler.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"node": ">=18"
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|
|
50
|
-
"@openload28/tt-lang-linux-x64": "1.0.0-dev.
|
|
51
|
-
"@openload28/tt-lang-linux-arm64": "1.0.0-dev.
|
|
52
|
-
"@openload28/tt-lang-darwin-x64": "1.0.0-dev.
|
|
53
|
-
"@openload28/tt-lang-darwin-arm64": "1.0.0-dev.
|
|
54
|
-
"@openload28/tt-lang-win32-x64-msvc": "1.0.0-dev.
|
|
50
|
+
"@openload28/tt-lang-linux-x64": "1.0.0-dev.20260904.322",
|
|
51
|
+
"@openload28/tt-lang-linux-arm64": "1.0.0-dev.20260904.322",
|
|
52
|
+
"@openload28/tt-lang-darwin-x64": "1.0.0-dev.20260904.322",
|
|
53
|
+
"@openload28/tt-lang-darwin-arm64": "1.0.0-dev.20260904.322",
|
|
54
|
+
"@openload28/tt-lang-win32-x64-msvc": "1.0.0-dev.20260904.322"
|
|
55
55
|
}
|
|
56
56
|
}
|