@ray-js/builder-web 0.3.0-beta.1c347991 → 0.3.0-beta.bfd3bb4d
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.
- package/package.json +6 -9
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,11 +1,10 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@ray-js/builder-web",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "0.3.0-beta. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "0.3.0-beta.bfd3bb4d",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Ray builder for web",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "keywords": [
         
     | 
| 
       6 
6 
     | 
    
         
             
                "ray"
         
     | 
| 
       7 
7 
     | 
    
         
             
              ],
         
     | 
| 
       8 
     | 
    
         
            -
              "author": "子长 <zichang.nong@tuya.com>",
         
     | 
| 
       9 
8 
     | 
    
         
             
              "license": "MIT",
         
     | 
| 
       10 
9 
     | 
    
         
             
              "main": "lib/index.js",
         
     | 
| 
       11 
10 
     | 
    
         
             
              "files": [
         
     | 
| 
         @@ -22,15 +21,14 @@ 
     | 
|
| 
       22 
21 
     | 
    
         
             
                "watch": "tsc -p ./tsconfig.build.json --watch"
         
     | 
| 
       23 
22 
     | 
    
         
             
              },
         
     | 
| 
       24 
23 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       25 
     | 
    
         
            -
                "@ray-js/babel-preset-standard": "^0.3.0-beta. 
     | 
| 
       26 
     | 
    
         
            -
                "@ray-js/env-loader": "^0.3.0-beta. 
     | 
| 
       27 
     | 
    
         
            -
                "@ray-js/shared": "^0.3.0-beta. 
     | 
| 
       28 
     | 
    
         
            -
                "@ray-js/types": "^0.3.0-beta. 
     | 
| 
      
 24 
     | 
    
         
            +
                "@ray-js/babel-preset-standard": "^0.3.0-beta.bfd3bb4d",
         
     | 
| 
      
 25 
     | 
    
         
            +
                "@ray-js/env-loader": "^0.3.0-beta.bfd3bb4d",
         
     | 
| 
      
 26 
     | 
    
         
            +
                "@ray-js/shared": "^0.3.0-beta.bfd3bb4d",
         
     | 
| 
      
 27 
     | 
    
         
            +
                "@ray-js/types": "^0.3.0-beta.bfd3bb4d",
         
     | 
| 
       29 
28 
     | 
    
         
             
                "address": "^1.1.2",
         
     | 
| 
       30 
29 
     | 
    
         
             
                "autoprefixer": "9.x",
         
     | 
| 
       31 
30 
     | 
    
         
             
                "camelcase": "^6.2.1",
         
     | 
| 
       32 
31 
     | 
    
         
             
                "case-sensitive-paths-webpack-plugin": "^2.4.0",
         
     | 
| 
       33 
     | 
    
         
            -
                "chokidar": "^3.5.2",
         
     | 
| 
       34 
32 
     | 
    
         
             
                "colors": "1.4.0",
         
     | 
| 
       35 
33 
     | 
    
         
             
                "copy-webpack-plugin": "6.x",
         
     | 
| 
       36 
34 
     | 
    
         
             
                "css-loader": "5.x",
         
     | 
| 
         @@ -44,7 +42,6 @@ 
     | 
|
| 
       44 
42 
     | 
    
         
             
                "postcss-loader": "3.x",
         
     | 
| 
       45 
43 
     | 
    
         
             
                "postcss-selector-rename": "^2.1.0",
         
     | 
| 
       46 
44 
     | 
    
         
             
                "postcss-units-transform": "^1.1.0",
         
     | 
| 
       47 
     | 
    
         
            -
                "rimraf": "^3.0.2",
         
     | 
| 
       48 
45 
     | 
    
         
             
                "style-loader": "2.x",
         
     | 
| 
       49 
46 
     | 
    
         
             
                "webpack": "4.x",
         
     | 
| 
       50 
47 
     | 
    
         
             
                "webpack-bundle-analyzer": "^4.5.0",
         
     | 
| 
         @@ -62,6 +59,6 @@ 
     | 
|
| 
       62 
59 
     | 
    
         
             
                  "email": "tuyafe@tuya.com"
         
     | 
| 
       63 
60 
     | 
    
         
             
                }
         
     | 
| 
       64 
61 
     | 
    
         
             
              ],
         
     | 
| 
       65 
     | 
    
         
            -
              "gitHead": " 
     | 
| 
      
 62 
     | 
    
         
            +
              "gitHead": "bc8d1b1c2d2839273d1ed71b02fbfa6bc957006d",
         
     | 
| 
       66 
63 
     | 
    
         
             
              "repository": {}
         
     | 
| 
       67 
64 
     | 
    
         
             
            }
         
     |