@x-oasis/is-object 0.1.36 → 0.1.37
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 +3 -4
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
> @x-oasis/is-object@0.1.
|
|
2
|
+
> @x-oasis/is-object@0.1.37 build /home/runner/work/x-oasis/x-oasis/packages/assertion/is-object
|
|
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✓ Creating entry file
|
|
8
|
+
[2K[1A[2K[G✓ Creating entry file 2 secs
|
|
9
9
|
⠙ Building modules
|
|
10
10
|
[2K[1A[2K[G⠹ Building modules
|
|
11
11
|
[2K[1A[2K[G⠸ Building modules
|
|
12
|
-
[2K[1A[2K[G⠼ Building modules
|
|
13
12
|
[tsdx]: Your rootDir is currently set to "./". Please change your rootDir to "./src".
|
|
14
13
|
TSDX has deprecated setting tsconfig.compilerOptions.rootDir to "./" as it caused buggy output for declarationMaps and more.
|
|
15
14
|
You may also need to change your include to remove "test", which also caused declarations to be unnecessarily created for test files.
|
|
16
|
-
[2K[1A[2K[G✓ Building modules
|
|
15
|
+
[2K[1A[2K[G✓ Building modules 3 secs
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x-oasis/is-object",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.37",
|
|
4
4
|
"description": "is-object 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/to-string": "0.1.
|
|
17
|
+
"@x-oasis/to-string": "0.1.37"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "tsdx build --tsconfig tsconfig.build.json",
|