@x-oasis/is-promise 0.1.40 → 0.2.0

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,20 +1,19 @@
1
1
 
2
- > @x-oasis/is-promise@0.1.40 build /home/runner/work/x-oasis/x-oasis/packages/assertion/is-promise
2
+ > @x-oasis/is-promise@0.2.0 build /home/runner/work/x-oasis/x-oasis/packages/assertion/is-promise
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 3.3 secs
9
- Building modules
10
- ⠹ Building modules
8
+  Building modules
9
+ ✓ Creating entry file 4.6 secs
10
+ ⠹ Building modules
11
11
  ⠸ Building modules
12
12
  ⠼ Building modules
13
13
  ⠴ Building modules
14
14
  ⠦ Building modules
15
- ⠧ Building modules
16
15
  [tsdx]: Your rootDir is currently set to "./". Please change your rootDir to "./src".
17
16
  TSDX has deprecated setting tsconfig.compilerOptions.rootDir to "./" as it caused buggy output for declarationMaps and more.
18
17
  You may also need to change your include to remove "test", which also caused declarations to be unnecessarily created for test files.
19
-  Building modules
20
- ✓ Building modules 6.3 secs
18
+  Building modules
19
+ ✓ Building modules 7.1 secs
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @x-oasis/is-promise
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c16e063: bump version
8
+
9
+ ### Patch Changes
10
+
11
+ - f7a393b: bump diff range
12
+ - b666c87: bump next
13
+ - a33ef8e: bump version
14
+ - 8256c76: bump version
15
+ - 33888cc: permission
16
+ - Updated dependencies [f7a393b]
17
+ - Updated dependencies [b666c87]
18
+ - Updated dependencies [a33ef8e]
19
+ - Updated dependencies [8256c76]
20
+ - Updated dependencies [33888cc]
21
+ - Updated dependencies [c16e063]
22
+ - @x-oasis/to-string@0.2.0
23
+
24
+ ## 0.1.41
25
+
26
+ ### Patch Changes
27
+
28
+ - 0ddda70: fix: diff example
29
+ - Updated dependencies [0ddda70]
30
+ - @x-oasis/to-string@0.1.41
31
+
3
32
  ## 0.1.40
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-oasis/is-promise",
3
- "version": "0.1.40",
3
+ "version": "0.2.0",
4
4
  "description": "is-promise 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.40"
17
+ "@x-oasis/to-string": "^0.2.0"
18
18
  },
19
19
  "scripts": {
20
20
  "build": "tsdx build --tsconfig tsconfig.build.json",