@x-oasis/throttle 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,5 +1,5 @@
1
1
 
2
- > @x-oasis/throttle@0.1.39 build /home/runner/work/x-oasis/x-oasis/packages/schedule/throttle
2
+ > @x-oasis/throttle@0.1.41 build /home/runner/work/x-oasis/x-oasis/packages/schedule/throttle
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`.
@@ -10,7 +10,6 @@
10
10
  ⠹ Building modules
11
11
  ⠸ Building modules
12
12
  ⠼ Building modules
13
- ⠴ Building modules
14
13
  [tsdx]: Your rootDir is currently set to "./". Please change your rootDir to "./src".
15
14
  TSDX has deprecated setting tsconfig.compilerOptions.rootDir to "./" as it caused buggy output for declarationMaps and more.
16
15
  You may also need to change your include to remove "test", which also caused declarations to be unnecessarily created for test files.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @x-oasis/throttle
2
2
 
3
+ ## 0.1.41
4
+
5
+ ### Patch Changes
6
+
7
+ - 0ddda70: fix: diff example
8
+ - Updated dependencies [0ddda70]
9
+ - @x-oasis/default-boolean-value@0.1.41
10
+ - @x-oasis/debounce@0.1.41
11
+
12
+ ## 0.1.40
13
+
14
+ ### Patch Changes
15
+
16
+ - bf3f705: bump
17
+ - 1cd9ae3: bump
18
+ - 0699388: bump
19
+ - 9ef6a8f: fix: log package.json
20
+ - Updated dependencies [bf3f705]
21
+ - Updated dependencies [1cd9ae3]
22
+ - Updated dependencies [0699388]
23
+ - Updated dependencies [9ef6a8f]
24
+ - @x-oasis/default-boolean-value@0.1.40
25
+ - @x-oasis/debounce@0.1.40
26
+
3
27
  ## 0.1.39
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-oasis/throttle",
3
- "version": "0.1.39",
3
+ "version": "0.1.41",
4
4
  "description": "throttle function",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -14,8 +14,8 @@
14
14
  "tsdx": "^0.14.1"
15
15
  },
16
16
  "dependencies": {
17
- "@x-oasis/default-boolean-value": "0.1.39",
18
- "@x-oasis/debounce": "0.1.39"
17
+ "@x-oasis/default-boolean-value": "0.1.41",
18
+ "@x-oasis/debounce": "0.1.41"
19
19
  },
20
20
  "scripts": {
21
21
  "build": "tsdx build --tsconfig tsconfig.build.json",