@x-oasis/diff-match-patch 0.1.2 → 0.1.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.
@@ -1,24 +1,20 @@
1
1
 
2
- > @x-oasis/diff-match-patch@0.1.2 build /home/runner/work/x-oasis/x-oasis/packages/diff/diff-match-patch
2
+ > @x-oasis/diff-match-patch@0.1.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
- ⠙ Building modules
9
8
  ✓ Creating entry file 4.7 secs
10
- Building modules
9
+ Building modules
10
+ ⠹ Building modules
11
11
  ⠸ Building modules
12
12
  ⠼ Building modules
13
13
  ⠴ Building modules
14
14
  ⠦ Building modules
15
15
  ⠧ Building modules
16
- ⠇ Building modules
17
- ⠏ Building modules
18
- ⠋ Building modules
19
- ⠙ 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
-  Building modules
24
- ✓ Building modules 9.9 secs
19
+  Building modules
20
+ ✓ Building modules 8 secs
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @x-oasis/diff-match-patch
2
2
 
3
+ ## 0.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 0ddda70: fix: diff example
8
+ - Updated dependencies [0ddda70]
9
+ - @x-oasis/log@0.1.4
10
+
11
+ ## 0.1.3
12
+
13
+ ### Patch Changes
14
+
15
+ - bf3f705: bump
16
+ - 1cd9ae3: bump
17
+ - 0699388: bump
18
+ - 9ef6a8f: fix: log package.json
19
+ - Updated dependencies [bf3f705]
20
+ - Updated dependencies [1cd9ae3]
21
+ - Updated dependencies [0699388]
22
+ - Updated dependencies [9ef6a8f]
23
+ - @x-oasis/log@0.1.3
24
+
3
25
  ## 0.1.2
4
26
 
5
27
  ### Patch Changes
@@ -1,16 +1,16 @@
1
1
 
2
- > diff-match-patch-example@0.1.2 build /home/runner/work/x-oasis/x-oasis/packages/diff/diff-match-patch/examples
2
+ > diff-match-patch-example@0.1.4 build /home/runner/work/x-oasis/x-oasis/packages/diff/diff-match-patch/examples
3
3
  > vite build
4
4
 
5
5
  vite v4.1.4 building for production...
6
6
  transforming...
7
- ✓ 267 modules transformed.
7
+ ✓ 270 modules transformed.
8
8
  rendering chunks...
9
9
  computing gzip size...
10
10
  dist/index.html  0.52 kB
11
- 
12
11
  dist/assets/index-2c456c5a.css  21.67 kB │ gzip: 3.94 kB
13
- dist/assets/index-af5e8fb7.js 1,245.92 kB │ gzip: 393.23 kB
12
+ dist/assets/index-022e0260.js 1,245.48 kB │ gzip: 393.15 kB
13
+ 
14
14
  (!) Some chunks are larger than 500 kBs after minification. Consider:
15
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
@@ -1,5 +1,20 @@
1
1
  # diff-match-patch-example
2
2
 
3
+ ## 0.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 0ddda70: fix: diff example
8
+
9
+ ## 0.1.3
10
+
11
+ ### Patch Changes
12
+
13
+ - bf3f705: bump
14
+ - 1cd9ae3: bump
15
+ - 0699388: bump
16
+ - 9ef6a8f: fix: log package.json
17
+
3
18
  ## 0.1.2
4
19
 
5
20
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diff-match-patch-example",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -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
  }
@@ -21,6 +21,10 @@ export default defineConfig({
21
21
  resolve: {
22
22
  alias: {
23
23
  '@x-oasis/diff-match-patch': path.resolve(__dirname, '../src/index.ts'),
24
+ '@x-oasis/log': path.resolve(
25
+ __dirname,
26
+ '../../../error/log/src/index.ts'
27
+ ),
24
28
  },
25
29
  },
26
30
  server: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-oasis/diff-match-patch",
3
- "version": "0.1.2",
3
+ "version": "0.1.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.1.2"
18
+ "@x-oasis/log": "0.1.4"
19
19
  },
20
20
  "scripts": {
21
21
  "build": "tsdx build --tsconfig tsconfig.build.json",