vue-component-type-helpers 2.0.20 → 2.0.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/vue2.js +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-component-type-helpers",
3
- "version": "2.0.20",
3
+ "version": "2.0.22",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "**/*.js",
@@ -11,5 +11,5 @@
11
11
  "url": "https://github.com/vuejs/language-tools.git",
12
12
  "directory": "packages/component-type-helpers"
13
13
  },
14
- "gitHead": "e1a5d2f136bf60a772c9655f9f5474c7f71a2ff9"
14
+ "gitHead": "884c8a553d4fd240167fcb97c6a738564f9d697a"
15
15
  }
package/vue2.js CHANGED
@@ -1,8 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.code = void 0;
4
- var index_1 = require("./index");
5
- const index_2 = require("./index");
6
- exports.code = index_2.code.replace('$slots', '$scopedSlots');
4
+ const index_1 = require("./index");
5
+ exports.code = index_1.code.replace('$slots', '$scopedSlots');
7
6
  exports.default = exports.code;
8
7
  //# sourceMappingURL=vue2.js.map