@x-oasis/map-diff-range 0.2.1 → 0.2.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.
@@ -1,12 +1,12 @@
1
1
 
2
- > @x-oasis/map-diff-range@0.2.1 build /home/runner/work/x-oasis/x-oasis/packages/diff/map-diff-range
2
+ > @x-oasis/map-diff-range@0.2.3 build /home/runner/work/x-oasis/x-oasis/packages/diff/map-diff-range
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
8
  ⠙ Building modules
9
- ✓ Creating entry file 4.7 secs
9
+ ✓ Creating entry file 5.4 secs
10
10
  ⠹ Building modules
11
11
  ⠸ Building modules
12
12
  ⠼ Building modules
@@ -16,7 +16,9 @@
16
16
  ⠇ Building modules
17
17
  ⠏ Building modules
18
18
  ⠋ Building modules
19
+ ⠙ Building modules
20
+ ⠹ Building modules
19
21
  [tsdx]: Your rootDir is currently set to "./". Please change your rootDir to "./src".
20
22
  TSDX has deprecated setting tsconfig.compilerOptions.rootDir to "./" as it caused buggy output for declarationMaps and more.
21
23
  You may also need to change your include to remove "test", which also caused declarations to be unnecessarily created for test files.
22
- ✓ Building modules 11.6 secs
24
+ ✓ Building modules 10.7 secs
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @x-oasis/map-diff-range
2
2
 
3
+ ## 0.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - ef364cf: fix html diff
8
+
9
+ ## 0.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - fbf782d: fix html diff
14
+
3
15
  ## 0.2.1
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
 
2
- > map-diff-range-example@0.2.1 build /home/runner/work/x-oasis/x-oasis/packages/diff/map-diff-range/examples
2
+ > map-diff-range-example@0.2.3 build /home/runner/work/x-oasis/x-oasis/packages/diff/map-diff-range/examples
3
3
  > vite build
4
4
 
5
5
  vite v4.1.4 building for production...
@@ -1,5 +1,17 @@
1
1
  # map-diff-range-example
2
2
 
3
+ ## 0.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - ef364cf: fix html diff
8
+
9
+ ## 0.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - fbf782d: fix html diff
14
+
3
15
  ## 0.2.1
4
16
 
5
17
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "map-diff-range-example",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-oasis/map-diff-range",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Range mapping and change analysis tool based on diff-match-patch",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",