@goodbones/typescript 0.1.0-beta.10 → 0.1.0-beta.11
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goodbones/typescript",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "The TypeScript language pack for @goodbones/core: facts read through oxc-parser, specifiers resolved through unrs-resolver, behind the core's Language port.",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"effect": "4.0.0-beta.94",
|
|
43
43
|
"oxc-parser": "0.148.0",
|
|
44
44
|
"unrs-resolver": "^1.12.2",
|
|
45
|
-
"@goodbones/core": "0.1.0-beta.
|
|
45
|
+
"@goodbones/core": "0.1.0-beta.11"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/node": "^25.9.4"
|