@modern-js/plugin-docsite 0.0.0-canary-20220511090154 → 0.0.0-canary-20220512102344

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/plugin-docsite
2
2
 
3
- ## 0.0.0-canary-20220511090154
3
+ ## 0.0.0-canary-20220512102344
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,12 +8,13 @@
8
8
  - Updated dependencies [d2995e7d7]
9
9
  - Updated dependencies [47934c4da]
10
10
  - Updated dependencies [d32f35134]
11
+ - Updated dependencies [b1f7d2aa6]
11
12
  - Updated dependencies [97086dde8]
12
13
  - Updated dependencies [6ae4a34ae]
13
14
  - Updated dependencies [97086dde8]
14
15
  - Updated dependencies [97086dde8]
15
- - @modern-js/webpack@0.0.0-canary-20220511090154
16
- - @modern-js/utils@0.0.0-canary-20220511090154
16
+ - @modern-js/webpack@0.0.0-canary-20220512102344
17
+ - @modern-js/utils@0.0.0-canary-20220512102344
17
18
 
18
19
  ## 1.2.9
19
20
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-canary-20220511090154",
14
+ "version": "0.0.0-canary-20220512102344",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -37,8 +37,8 @@
37
37
  "@babel/runtime": "^7",
38
38
  "@mdx-js/mdx": "^1.6.22",
39
39
  "@mdx-js/react": "^1.6.22",
40
- "@modern-js/utils": "^0.0.0-canary-20220511090154",
41
- "@modern-js/webpack": "^0.0.0-canary-20220511090154",
40
+ "@modern-js/utils": "^0.0.0-canary-20220512102344",
41
+ "@modern-js/webpack": "^0.0.0-canary-20220512102344",
42
42
  "antd": "^4.16.13",
43
43
  "core-js": "^3.17.2",
44
44
  "github-slugger": "^1.4.0",
@@ -58,7 +58,7 @@
58
58
  "webpack-dev-server": "^4.1.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@modern-js/core": "0.0.0-canary-20220511090154",
61
+ "@modern-js/core": "0.0.0-canary-20220512102344",
62
62
  "@scripts/build": "0.0.0",
63
63
  "@scripts/jest-config": "0.0.0",
64
64
  "@types/core-js": "^2.5.5",
@@ -92,18 +92,18 @@
92
92
  "build": {
93
93
  "command": "modern build",
94
94
  "files": [
95
- "src/**/*.ts",
95
+ "src/**/*",
96
96
  "tsconfig.json",
97
97
  "package.json"
98
98
  ],
99
99
  "output": [
100
- "dist/**/*.js"
100
+ "dist/**/*"
101
101
  ]
102
102
  },
103
103
  "test": {
104
104
  "command": "jest --passWithNoTests",
105
105
  "files": [
106
- "src/**/*.ts",
106
+ "src/**/*",
107
107
  "tsconfig.json",
108
108
  "package.json"
109
109
  ],
File without changes
@@ -1 +0,0 @@
1
- {"cacheable":true,"platform":"linux","arch":"x64","nodeVersion":"v14.19.1","command":"modern build","clean":true,"files":{"package.json":"0a8fa6ea48460a9d64effddacd80cc4b29671529bf331f126deacd6a701f5e10","src/build-task.ts":"83a3bc9ddc1dca960e9b2e5de84ac1963d49fab0fe7e1e639e152273674b8a6a","src/features/build.ts":"7e314c553a35d220360389ed285bf343802ba6b5e98e87de0ae316df37245d87","src/features/constant.ts":"a045ca15eb2b8afbab33f58a83f86f53c784e077bb98eb8267ce66b4e80f346a","src/features/dev.ts":"28a87b0b1b53decb55e1b10dadfc48478004d379b820ec6960602d9551d7afd9","src/features/index.ts":"06fc0fc245e398c5cc6466f03c35b14647b20773f80af721c6b1a33e173dcc52","src/features/utils/chokidar.ts":"b477d03f665a59fa80b2b3cc1ee9d796a084cb811966ddaf3026f94deeb5ea21","src/features/utils/generate-files.ts":"8df9d977e311f5cfe9932c44e2817971723a6a3f598be5747073562f48adf223","src/features/utils/valid.ts":"d7775e29f332249da78a07c830e5f38aa516ca5c8e790883fb51d7f78e3712a4","src/features/utils/webpack.ts":"13744c27b61f96dfb2c8c45fd6a31c8cf2e5750b521410f86a0c43c534a838c2","src/index.ts":"0780e6c913c4071820eb32ff002b704ee5584542004149a070ce202090ee66c9","src/type.d.ts":"a235d11736458f99c839b62023ac534118297e27f19b815c49538267e2c24896","tsconfig.json":"5731d8911916d6287062c7fe93aab75c2133ba94d23354195bc24ac3a6534503"},"output":["dist/**/*.js"],"dependencies":{}}
@@ -1,9 +0,0 @@
1
- Compiling in progress...
2
- Run `tsc` log:
3
- [TSC Compiler]: Successfully
4
-
5
-
6
- Run babel compiler code log:
7
- [Babel Compiler]: Successfully
8
-
9
-