@modern-js/plugin-polyfill 1.21.3 → 2.0.0-beta.0
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/CHANGELOG.md +16 -2
- package/package.json +9 -32
    
        package/CHANGELOG.md
    CHANGED
    
    | @@ -1,10 +1,24 @@ | |
| 1 1 | 
             
            # @modern-js/plugin-polyfill
         | 
| 2 2 |  | 
| 3 | 
            -
            ##  | 
| 3 | 
            +
            ## 2.0.0-beta.0
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            ### Major Changes
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            - dda38c9: chore: v2
         | 
| 4 8 |  | 
| 5 9 | 
             
            ### Patch Changes
         | 
| 6 10 |  | 
| 7 | 
            -
            -  | 
| 11 | 
            +
            - Updated dependencies [edd1cfb1a]
         | 
| 12 | 
            +
            - Updated dependencies [cc971eabf]
         | 
| 13 | 
            +
            - Updated dependencies [5b9049f]
         | 
| 14 | 
            +
            - Updated dependencies [b8bbe036c]
         | 
| 15 | 
            +
            - Updated dependencies [d5a31df78]
         | 
| 16 | 
            +
            - Updated dependencies [dda38c9]
         | 
| 17 | 
            +
            - Updated dependencies [3bbea92b2]
         | 
| 18 | 
            +
            - Updated dependencies [abf3421]
         | 
| 19 | 
            +
            - Updated dependencies [543be95]
         | 
| 20 | 
            +
            - Updated dependencies [14b712d]
         | 
| 21 | 
            +
              - @modern-js/utils@2.0.0-beta.0
         | 
| 8 22 |  | 
| 9 23 | 
             
            ## 1.21.2
         | 
| 10 24 |  | 
    
        package/package.json
    CHANGED
    
    | @@ -11,7 +11,7 @@ | |
| 11 11 | 
             
                "modern",
         | 
| 12 12 | 
             
                "modern.js"
         | 
| 13 13 | 
             
              ],
         | 
| 14 | 
            -
              "version": " | 
| 14 | 
            +
              "version": "2.0.0-beta.0",
         | 
| 15 15 | 
             
              "jsnext:source": "./src/index.ts",
         | 
| 16 16 | 
             
              "types": "./dist/types/index.d.ts",
         | 
| 17 17 | 
             
              "main": "./dist/js/node/index.js",
         | 
| @@ -37,23 +37,23 @@ | |
| 37 37 | 
             
              },
         | 
| 38 38 | 
             
              "dependencies": {
         | 
| 39 39 | 
             
                "@babel/runtime": "^7.18.0",
         | 
| 40 | 
            -
                "@modern-js/utils": " | 
| 40 | 
            +
                "@modern-js/utils": "2.0.0-beta.0",
         | 
| 41 41 | 
             
                "@modern-js/polyfill-lib": "^1.0.0",
         | 
| 42 42 | 
             
                "lru-cache": "^6.0.0",
         | 
| 43 43 | 
             
                "ua-parser-js": "^0.7.28"
         | 
| 44 44 | 
             
              },
         | 
| 45 45 | 
             
              "devDependencies": {
         | 
| 46 | 
            -
                "@modern-js/server-core": " | 
| 47 | 
            -
                "@modern-js/types": " | 
| 46 | 
            +
                "@modern-js/server-core": "2.0.0-beta.0",
         | 
| 47 | 
            +
                "@modern-js/types": "2.0.0-beta.0",
         | 
| 48 48 | 
             
                "@types/jest": "^27",
         | 
| 49 49 | 
             
                "@types/lru-cache": "^5.1.1",
         | 
| 50 50 | 
             
                "@types/node": "^14",
         | 
| 51 51 | 
             
                "@types/ua-parser-js": "^0.7.36",
         | 
| 52 52 | 
             
                "typescript": "^4",
         | 
| 53 | 
            -
                "@modern-js/core": " | 
| 54 | 
            -
                "@scripts/build": " | 
| 53 | 
            +
                "@modern-js/core": "2.0.0-beta.0",
         | 
| 54 | 
            +
                "@scripts/build": "2.0.0-beta.0",
         | 
| 55 55 | 
             
                "jest": "^27",
         | 
| 56 | 
            -
                "@scripts/jest-config": " | 
| 56 | 
            +
                "@scripts/jest-config": "2.0.0-beta.0"
         | 
| 57 57 | 
             
              },
         | 
| 58 58 | 
             
              "sideEffects": false,
         | 
| 59 59 | 
             
              "modernConfig": {
         | 
| @@ -65,33 +65,10 @@ | |
| 65 65 | 
             
                "registry": "https://registry.npmjs.org/",
         | 
| 66 66 | 
             
                "access": "public"
         | 
| 67 67 | 
             
              },
         | 
| 68 | 
            -
              "wireit": {
         | 
| 69 | 
            -
                "build": {
         | 
| 70 | 
            -
                  "command": "modern build",
         | 
| 71 | 
            -
                  "files": [
         | 
| 72 | 
            -
                    "src/**/*",
         | 
| 73 | 
            -
                    "tsconfig.json",
         | 
| 74 | 
            -
                    "package.json"
         | 
| 75 | 
            -
                  ],
         | 
| 76 | 
            -
                  "output": [
         | 
| 77 | 
            -
                    "dist/**/*"
         | 
| 78 | 
            -
                  ]
         | 
| 79 | 
            -
                },
         | 
| 80 | 
            -
                "test": {
         | 
| 81 | 
            -
                  "command": "jest --passWithNoTests",
         | 
| 82 | 
            -
                  "files": [
         | 
| 83 | 
            -
                    "src/**/*",
         | 
| 84 | 
            -
                    "tsconfig.json",
         | 
| 85 | 
            -
                    "package.json",
         | 
| 86 | 
            -
                    "tests/**/*"
         | 
| 87 | 
            -
                  ],
         | 
| 88 | 
            -
                  "output": []
         | 
| 89 | 
            -
                }
         | 
| 90 | 
            -
              },
         | 
| 91 68 | 
             
              "scripts": {
         | 
| 92 69 | 
             
                "new": "modern new",
         | 
| 93 | 
            -
                "build": " | 
| 70 | 
            +
                "build": "modern build",
         | 
| 94 71 | 
             
                "dev": "modern build --watch",
         | 
| 95 | 
            -
                "test": " | 
| 72 | 
            +
                "test": "jest --passWithNoTests"
         | 
| 96 73 | 
             
              }
         | 
| 97 74 | 
             
            }
         |