@x-oasis/diff-match-patch 0.1.2 → 0.1.3
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 +5 -10
- package/CHANGELOG.md +14 -0
- package/examples/.turbo/turbo-build.log +3 -15
- package/examples/CHANGELOG.md +9 -0
- package/examples/package.json +5 -2
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,24 +1,19 @@
|
|
|
1
1
|
|
|
2
|
-
> @x-oasis/diff-match-patch@0.1.
|
|
2
|
+
> @x-oasis/diff-match-patch@0.1.3 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
|
-
⠹ Building modules
|
|
8
|
+
[2K[1A[2K[G✓ Creating entry file 3.6 secs
|
|
9
|
+
⠙ Building modules
|
|
10
|
+
[2K[1A[2K[G⠹ 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
|
-
[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
16
|
[tsdx]: Your rootDir is currently set to "./". Please change your rootDir to "./src".
|
|
21
17
|
TSDX has deprecated setting tsconfig.compilerOptions.rootDir to "./" as it caused buggy output for declarationMaps and more.
|
|
22
18
|
You may also need to change your include to remove "test", which also caused declarations to be unnecessarily created for test files.
|
|
23
|
-
[2K[1A[2K[G
|
|
24
|
-
[2K[1A[2K[G✓ Building modules 9.9 secs
|
|
19
|
+
[2K[1A[2K[G✓ Building modules 7.3 secs
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @x-oasis/diff-match-patch
|
|
2
2
|
|
|
3
|
+
## 0.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bf3f705: bump
|
|
8
|
+
- 1cd9ae3: bump
|
|
9
|
+
- 0699388: bump
|
|
10
|
+
- 9ef6a8f: fix: log package.json
|
|
11
|
+
- Updated dependencies [bf3f705]
|
|
12
|
+
- Updated dependencies [1cd9ae3]
|
|
13
|
+
- Updated dependencies [0699388]
|
|
14
|
+
- Updated dependencies [9ef6a8f]
|
|
15
|
+
- @x-oasis/log@0.1.3
|
|
16
|
+
|
|
3
17
|
## 0.1.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> diff-match-patch-example@0.1.
|
|
3
|
-
>
|
|
2
|
+
> diff-match-patch-example@0.1.3 build /home/runner/work/x-oasis/x-oasis/packages/diff/diff-match-patch/examples
|
|
3
|
+
> echo 'build'
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
transforming...
|
|
7
|
-
[32m✓[39m 267 modules transformed.
|
|
8
|
-
rendering chunks...
|
|
9
|
-
computing gzip size...
|
|
10
|
-
[2mdist/[22m[32mindex.html [39m[1m[2m 0.52 kB[22m[1m[22m
|
|
11
|
-
[33m
|
|
12
|
-
[2mdist/[22m[2massets/[22m[35mindex-2c456c5a.css [39m[1m[2m 21.67 kB[22m[1m[22m[2m │ gzip: 3.94 kB[22m
|
|
13
|
-
[2mdist/[22m[2massets/[22m[36mindex-af5e8fb7.js [39m[1m[33m1,245.92 kB[39m[22m[2m │ gzip: 393.23 kB[22m
|
|
14
|
-
(!) Some chunks are larger than 500 kBs after minification. Consider:
|
|
15
|
-
- Using dynamic import() to code-split the application
|
|
16
|
-
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
17
|
-
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
5
|
+
build
|
package/examples/CHANGELOG.md
CHANGED
package/examples/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "diff-match-patch-example",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"private": true,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "vite",
|
|
8
|
-
"build": "
|
|
8
|
+
"build": "echo 'build'",
|
|
9
9
|
"preview": "vite preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
@@ -21,5 +21,8 @@
|
|
|
21
21
|
"@vitejs/plugin-react": "^4.2.1",
|
|
22
22
|
"vite": "^4.1.4",
|
|
23
23
|
"typescript": "^4.8.3"
|
|
24
|
+
},
|
|
25
|
+
"publishConfig": {
|
|
26
|
+
"access": "private"
|
|
24
27
|
}
|
|
25
28
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x-oasis/diff-match-patch",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
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.1.
|
|
18
|
+
"@x-oasis/log": "0.1.3"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"build": "tsdx build --tsconfig tsconfig.build.json",
|