@player-tools/cli 0.5.2 → 0.5.3-next.0

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.
Files changed (2) hide show
  1. package/README.md +17 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -62,4 +62,21 @@ DESCRIPTION
62
62
  Compile Player DSL files into JSON
63
63
  ```
64
64
 
65
+ ## `player dsl validate`
66
+
67
+ Runs isolated TSC type-checking instance on authored Player DSL Typescript files.
68
+
69
+ ```
70
+ USAGE
71
+ $ player dsl validate [-f <value>] [-c <value>]
72
+
73
+ FLAGS
74
+ -c, --config=<value> Path to a specific config file to load.
75
+ By default, will automatically search for an rc or config file to load
76
+ -f, --files=<value>... A list of files or globs to validate
77
+
78
+ DESCRIPTION
79
+ Runs isolated TSC type-checking instance on authored Player DSL Typescript files.
80
+ ```
81
+
65
82
  <!-- commandsstop -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@player-tools/cli",
3
- "version": "0.5.2",
3
+ "version": "0.5.3-next.0",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -21,12 +21,12 @@
21
21
  "player": "bin/run"
22
22
  },
23
23
  "dependencies": {
24
- "@player-tools/dsl": "0.5.2",
25
- "@player-tools/json-language-service": "0.5.2",
26
- "@player-tools/xlr": "0.5.2",
27
- "@player-tools/xlr-converters": "0.5.2",
28
- "@player-tools/xlr-sdk": "0.5.2",
29
- "@player-tools/xlr-utils": "0.5.2",
24
+ "@player-tools/dsl": "0.5.3-next.0",
25
+ "@player-tools/json-language-service": "0.5.3-next.0",
26
+ "@player-tools/xlr": "0.5.3-next.0",
27
+ "@player-tools/xlr-converters": "0.5.3-next.0",
28
+ "@player-tools/xlr-sdk": "0.5.3-next.0",
29
+ "@player-tools/xlr-utils": "0.5.3-next.0",
30
30
  "react": "^18.2.0",
31
31
  "tapable-ts": "^0.2.4",
32
32
  "@babel/register": "^7.23.3",