gomtm 0.0.80 → 0.0.82
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/dist/gomtm +0 -0
- package/package.json +3 -3
package/dist/gomtm
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gomtm",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.82",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"react-error-boundary": "^4.0.11",
|
|
68
68
|
"stable-hash": "^0.0.4",
|
|
69
69
|
"zod": "^3.22.2",
|
|
70
|
-
"mtxlib": "^0.3.
|
|
70
|
+
"mtxlib": "^0.3.164"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@bufbuild/buf": "^1.30.0",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"webpack-cli": "^5.1.4"
|
|
98
98
|
},
|
|
99
99
|
"scripts": {
|
|
100
|
-
"build": "
|
|
100
|
+
"build": "tsup --tsconfig=tsconfig.tsup.json",
|
|
101
101
|
"run1": "tsx src/cli.ts",
|
|
102
102
|
"release": "npm publish"
|
|
103
103
|
}
|