uni-run 1.1.21 → 1.1.22

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.
@@ -143,6 +143,16 @@ exports.default = (0, as_1.default)([
143
143
  };
144
144
  },
145
145
  },
146
+ {
147
+ name: 'Dart',
148
+ exts: ['dart'],
149
+ getRuntime(args, options, config) {
150
+ return {
151
+ exec: ['dartvm', ...args],
152
+ installHints: ['Please install Dart from https://dart.dev'],
153
+ };
154
+ },
155
+ },
146
156
  {
147
157
  name: 'Powershell',
148
158
  exts: ['ps1'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uni-run",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "description": "Universal Runner for many language",
5
5
  "type": "commonjs",
6
6
  "scripts": {