@x-oasis/batchinate-last 0.2.5 → 0.3.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +19 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @x-oasis/batchinate-last@0.
|
|
2
|
+
> @x-oasis/batchinate-last@0.3.0 build /home/runner/work/x-oasis/x-oasis/packages/schedule/batchinate-last
|
|
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`.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @x-oasis/batchinate-last
|
|
2
2
|
|
|
3
|
+
## 0.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 2f68e5c: feat: bump version
|
|
8
|
+
- 71159c0: feat: bump version
|
|
9
|
+
- 6784c72: feat: bump
|
|
10
|
+
- 04f5045: feat: bump version
|
|
11
|
+
- 208592f: feat: bump version
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [2f68e5c]
|
|
16
|
+
- Updated dependencies [71159c0]
|
|
17
|
+
- Updated dependencies [6784c72]
|
|
18
|
+
- Updated dependencies [04f5045]
|
|
19
|
+
- Updated dependencies [208592f]
|
|
20
|
+
- @x-oasis/debounce@0.3.0
|
|
21
|
+
|
|
3
22
|
## 0.2.5
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x-oasis/batchinate-last",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "batchinate-last 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/debounce": "0.
|
|
17
|
+
"@x-oasis/debounce": "0.3.0"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "tsdx build --tsconfig tsconfig.build.json",
|