@ray-js/builder-component 1.4.0-alpha.2 → 1.4.0-alpha.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,4 @@
1
- import type { NodePath } from '@babel/traverse';
2
- import * as t from '@babel/types';
3
1
  declare const _default: (api: object, options: {
4
2
  replace: (source: string) => string;
5
- }, dirname: string) => {
6
- visitor: {
7
- ImportDeclaration(this: import("@babel/core").PluginPass, path: NodePath<t.ImportDeclaration>): void;
8
- };
9
- };
3
+ }, dirname: string) => import("@babel/core").PluginObj<import("@babel/core").PluginPass>;
10
4
  export default _default;
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const helper_plugin_utils_1 = require("@babel/helper-plugin-utils");
4
+ // @ts-ignore
4
5
  exports.default = (0, helper_plugin_utils_1.declare)((api, options) => {
5
6
  api.assertVersion(7);
6
7
  const replace = options.replace;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/builder-component",
3
- "version": "1.4.0-alpha.2",
3
+ "version": "1.4.0-alpha.4",
4
4
  "description": "Ray builder for component",
5
5
  "keywords": [
6
6
  "ray"
@@ -20,13 +20,13 @@
20
20
  "watch": "tsc -p ./tsconfig.build.json --watch"
21
21
  },
22
22
  "dependencies": {
23
- "@babel/core": "^7.16.0",
24
- "@babel/helper-plugin-utils": "^7.14.5",
25
- "@babel/traverse": "^7.16.3",
26
- "@babel/types": "^7.16.0",
27
- "@ray-js/babel-preset-standard": "^1.4.0-alpha.2",
28
- "@ray-js/shared": "^1.4.0-alpha.2",
29
- "@ray-js/types": "^1.4.0-alpha.2",
23
+ "@babel/core": "^7.22.10",
24
+ "@babel/helper-plugin-utils": "^7.22.5",
25
+ "@babel/traverse": "^7.22.10",
26
+ "@babel/types": "^7.22.10",
27
+ "@ray-js/babel-preset-standard": "^1.4.0-alpha.4",
28
+ "@ray-js/shared": "^1.4.0-alpha.4",
29
+ "@ray-js/types": "^1.4.0-alpha.4",
30
30
  "babel-plugin-import": "^1.13.3",
31
31
  "chokidar": "^3.5.2",
32
32
  "colors": "1.4.0",
@@ -34,7 +34,7 @@
34
34
  "globby": "11.x"
35
35
  },
36
36
  "devDependencies": {
37
- "@types/fs-extra": "^9.0.12",
37
+ "@types/fs-extra": "^9.0.13",
38
38
  "typescript": "^4.5.2"
39
39
  },
40
40
  "maintainers": [
@@ -43,6 +43,6 @@
43
43
  "email": "tuyafe@tuya.com"
44
44
  }
45
45
  ],
46
- "gitHead": "15732640dc24f1ef6c461db601afc0fcbd3eb9ff",
46
+ "gitHead": "ae3621a47944287771e18e926c76ea92d0516097",
47
47
  "repository": {}
48
48
  }