@x-oasis/shallow-equal 0.1.36 → 0.1.38
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 +15 -0
- package/CHANGELOG.md +16 -0
- package/package.json +2 -2
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
> @x-oasis/shallow-equal@0.1.38 build /home/runner/work/x-oasis/x-oasis/packages/comparison/shallow-equal
|
|
3
|
+
> tsdx build --tsconfig tsconfig.build.json
|
|
4
|
+
|
|
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
|
+
@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
|
+
⠙ Creating entry file
|
|
8
|
+
[2K[1A[2K[G✓ Creating entry file 736 ms
|
|
9
|
+
⠙ Building modules
|
|
10
|
+
[2K[1A[2K[G⠹ Building modules
|
|
11
|
+
[2K[1A[2K[G⠸ Building modules
|
|
12
|
+
[tsdx]: Your rootDir is currently set to "./". Please change your rootDir to "./src".
|
|
13
|
+
TSDX has deprecated setting tsconfig.compilerOptions.rootDir to "./" as it caused buggy output for declarationMaps and more.
|
|
14
|
+
You may also need to change your include to remove "test", which also caused declarations to be unnecessarily created for test files.
|
|
15
|
+
[2K[1A[2K[G✓ Building modules 1.3 secs
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @x-oasis/shallow-equal
|
|
2
2
|
|
|
3
|
+
## 0.1.38
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [61ecc29]
|
|
8
|
+
- Updated dependencies [2129870]
|
|
9
|
+
- Updated dependencies [0fbc80c]
|
|
10
|
+
- @x-oasis/is@0.1.39
|
|
11
|
+
|
|
12
|
+
## 0.1.37
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [20d8ff8]
|
|
17
|
+
- @x-oasis/is@0.1.38
|
|
18
|
+
|
|
3
19
|
## 0.1.36
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x-oasis/shallow-equal",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.38",
|
|
4
4
|
"description": "shallow equal function",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"tsdx": "^0.14.1"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@x-oasis/is": "0.1.
|
|
17
|
+
"@x-oasis/is": "0.1.39"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "tsdx build --tsconfig tsconfig.build.json",
|