@x-oasis/diff-match-patch 0.2.2 → 0.2.4
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/.turbo/turbo-build.log +10 -6
- package/CHANGELOG.md +16 -0
- package/examples/.turbo/turbo-build.log +4 -4
- package/examples/CHANGELOG.md +12 -0
- package/examples/package.json +1 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,21 +1,25 @@
|
|
|
1
1
|
|
|
2
|
-
> @x-oasis/diff-match-patch@0.2.
|
|
2
|
+
> @x-oasis/diff-match-patch@0.2.4 build /home/runner/work/x-oasis/x-oasis/packages/diff/diff-match-patch
|
|
3
3
|
> tsdx build --tsconfig tsconfig.build.json
|
|
4
4
|
|
|
5
5
|
@rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
|
|
6
6
|
@rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
|
|
7
7
|
⠙ Creating entry file
|
|
8
|
-
[2K[1A[2K[G
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
[2K[1A[2K[G⠙ Building modules
|
|
9
|
+
[2K[1A[2K[G✓ Creating entry file 4.2 secs
|
|
10
|
+
⠹ Building modules
|
|
11
11
|
[2K[1A[2K[G⠸ Building modules
|
|
12
12
|
[2K[1A[2K[G⠼ Building modules
|
|
13
13
|
[2K[1A[2K[G⠴ Building modules
|
|
14
14
|
[2K[1A[2K[G⠦ Building modules
|
|
15
15
|
[2K[1A[2K[G⠧ Building modules
|
|
16
16
|
[2K[1A[2K[G⠇ Building modules
|
|
17
|
+
[2K[1A[2K[G⠏ Building modules
|
|
18
|
+
[2K[1A[2K[G⠋ Building modules
|
|
19
|
+
[2K[1A[2K[G⠙ Building modules
|
|
20
|
+
[2K[1A[2K[G⠹ Building modules
|
|
21
|
+
[2K[1A[2K[G⠸ Building modules
|
|
17
22
|
[tsdx]: Your rootDir is currently set to "./". Please change your rootDir to "./src".
|
|
18
23
|
TSDX has deprecated setting tsconfig.compilerOptions.rootDir to "./" as it caused buggy output for declarationMaps and more.
|
|
19
24
|
You may also need to change your include to remove "test", which also caused declarations to be unnecessarily created for test files.
|
|
20
|
-
[2K[1A[2K[G
|
|
21
|
-
[2K[1A[2K[G✓ Building modules 5.7 secs
|
|
25
|
+
[2K[1A[2K[G✓ Building modules 9.4 secs
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @x-oasis/diff-match-patch
|
|
2
2
|
|
|
3
|
+
## 0.2.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9280368: fix [...newSet(list)] issue
|
|
8
|
+
- Updated dependencies [9280368]
|
|
9
|
+
- @x-oasis/log@0.2.4
|
|
10
|
+
|
|
11
|
+
## 0.2.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- ef364cf: fix html diff
|
|
16
|
+
- Updated dependencies [ef364cf]
|
|
17
|
+
- @x-oasis/log@0.2.3
|
|
18
|
+
|
|
3
19
|
## 0.2.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> diff-match-patch-example@0.2.
|
|
2
|
+
> diff-match-patch-example@0.2.4 build /home/runner/work/x-oasis/x-oasis/packages/diff/diff-match-patch/examples
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v4.1.4 [32mbuilding for production...[36m[39m
|
|
@@ -7,11 +7,11 @@ transforming...
|
|
|
7
7
|
[32m✓[39m 270 modules transformed.
|
|
8
8
|
rendering chunks...
|
|
9
9
|
computing gzip size...
|
|
10
|
-
[33m
|
|
11
|
-
(!) Some chunks are larger than 500 kBs after minification. Consider:
|
|
12
10
|
[2mdist/[22m[32mindex.html [39m[1m[2m 0.52 kB[22m[1m[22m
|
|
13
|
-
- Using dynamic import() to code-split the application
|
|
14
11
|
[2mdist/[22m[2massets/[22m[35mindex-2c456c5a.css [39m[1m[2m 21.67 kB[22m[1m[22m[2m │ gzip: 3.94 kB[22m
|
|
15
12
|
[2mdist/[22m[2massets/[22m[36mindex-022e0260.js [39m[1m[33m1,245.48 kB[39m[22m[2m │ gzip: 393.15 kB[22m
|
|
13
|
+
[33m
|
|
14
|
+
(!) Some chunks are larger than 500 kBs after minification. Consider:
|
|
15
|
+
- Using dynamic import() to code-split the application
|
|
16
16
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
17
17
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
package/examples/CHANGELOG.md
CHANGED
package/examples/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x-oasis/diff-match-patch",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Restore file content to original version based on offset range",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"diff-match-patch": "^1.0.5",
|
|
18
|
-
"@x-oasis/log": "0.2.
|
|
18
|
+
"@x-oasis/log": "0.2.4"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"build": "tsdx build --tsconfig tsconfig.build.json",
|