@ttsc/playground 0.19.1 → 0.19.3
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -188,4 +188,4 @@ If the wasm registers plugins other than typia / `@ttsc/lint`, pass `typiaPlugin
|
|
|
188
188
|
|
|
189
189
|
## Documents
|
|
190
190
|
|
|
191
|
-
See the [hosted playground guide](https://ttsc.dev/docs/
|
|
191
|
+
See the [hosted playground guide](https://ttsc.dev/docs/playground) for the consumer-facing tour of the ttsc.dev playground this package powers.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttsc/playground",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.3",
|
|
4
4
|
"description": "Reusable React + Web Worker scaffolding for in-browser ttsc playgrounds built on @ttsc/wasm.",
|
|
5
5
|
"main": "lib/src/index.js",
|
|
6
6
|
"types": "lib/src/index.d.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"react": "^18.0.0",
|
|
39
39
|
"react-dom": "^18.0.0",
|
|
40
40
|
"tgrid": "^1.0.3",
|
|
41
|
-
"@ttsc/wasm": "^0.19.
|
|
41
|
+
"@ttsc/wasm": "^0.19.3"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@monaco-editor/react": "^4.6.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"rimraf": "^6.1.2",
|
|
51
51
|
"tgrid": "^1.0.3",
|
|
52
52
|
"typescript": "^7.0.2",
|
|
53
|
-
"@ttsc/wasm": "^0.19.
|
|
53
|
+
"@ttsc/wasm": "^0.19.3"
|
|
54
54
|
},
|
|
55
55
|
"keywords": [
|
|
56
56
|
"ttsc",
|