@datamitsu/datamitsu-darwin-arm64 0.0.3-alpha-7 → 0.0.3-alpha-9

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 (3) hide show
  1. package/README.md +1 -1
  2. package/datamitsu +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -124,7 +124,7 @@ tsc: {
124
124
  "--tsBuildInfoFile",
125
125
  "{toolCache}/tsbuildinfo",
126
126
  ],
127
- command: "tsc",
127
+ app: "tsc",
128
128
  globs: ["**/*.ts", "**/*.tsx"],
129
129
  scope: "per-project",
130
130
  },
package/datamitsu CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datamitsu/datamitsu-darwin-arm64",
3
- "version": "0.0.3-alpha-7",
3
+ "version": "0.0.3-alpha-9",
4
4
  "description": "The macOS ARM64 binary for datamitsu, configuration management and binary distribution tool",
5
5
  "repository": {
6
6
  "type": "git",