@x-oasis/shallow-array-equal 0.1.39 → 0.1.41

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,11 +1,11 @@
1
1
 
2
- > @x-oasis/shallow-array-equal@0.1.39 build /home/runner/work/x-oasis/x-oasis/packages/comparison/shallow-array-equal
2
+ > @x-oasis/shallow-array-equal@0.1.41 build /home/runner/work/x-oasis/x-oasis/packages/comparison/shallow-array-equal
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
- ✓ Creating entry file 5.9 secs
8
+ ✓ Creating entry file 5 secs
9
9
  ⠙ Building modules
10
10
  ⠹ Building modules
11
11
  ⠸ Building modules
@@ -17,5 +17,4 @@
17
17
  [tsdx]: Your rootDir is currently set to "./". Please change your rootDir to "./src".
18
18
  TSDX has deprecated setting tsconfig.compilerOptions.rootDir to "./" as it caused buggy output for declarationMaps and more.
19
19
  You may also need to change your include to remove "test", which also caused declarations to be unnecessarily created for test files.
20
-  Building modules
21
- ✓ Building modules 8.5 secs
20
+  Building modules 8.1 secs
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @x-oasis/shallow-array-equal
2
2
 
3
+ ## 0.1.41
4
+
5
+ ### Patch Changes
6
+
7
+ - 0ddda70: fix: diff example
8
+
9
+ ## 0.1.40
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.39
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-oasis/shallow-array-equal",
3
- "version": "0.1.39",
3
+ "version": "0.1.41",
4
4
  "description": "shallow array equal function",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",