@ckb-ccc/lumos-patches 1.0.12 → 1.0.14
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/CHANGELOG.md +22 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,31 @@
|
|
|
1
1
|
# @ckb-ccc/lumos-patches
|
|
2
2
|
|
|
3
|
+
## 1.0.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`2d80b5d`](https://github.com/ckb-devrel/ccc/commit/2d80b5da31bb542f0305a6f0da86f35e56681f50) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore: bump @joyid/ckb version
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`2d80b5d`](https://github.com/ckb-devrel/ccc/commit/2d80b5da31bb542f0305a6f0da86f35e56681f50)]:
|
|
10
|
+
- @ckb-ccc/core@1.5.3
|
|
11
|
+
|
|
12
|
+
## 1.0.13
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [`1a39a8e`](https://github.com/ckb-devrel/ccc/commit/1a39a8ee291e603029ebc50ab65220b0c86986cb) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore: bump @joyid/ckb version
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`1a39a8e`](https://github.com/ckb-devrel/ccc/commit/1a39a8ee291e603029ebc50ab65220b0c86986cb)]:
|
|
19
|
+
- @ckb-ccc/core@1.5.2
|
|
20
|
+
|
|
3
21
|
## 1.0.12
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
6
24
|
|
|
7
|
-
-
|
|
8
|
-
|
|
25
|
+
- [`dc7ee7d`](https://github.com/ckb-devrel/ccc/commit/dc7ee7dffa1802ae07407c123def16f97cf73b03) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore: fix versioning
|
|
26
|
+
|
|
27
|
+
- Updated dependencies [[`dc7ee7d`](https://github.com/ckb-devrel/ccc/commit/dc7ee7dffa1802ae07407c123def16f97cf73b03)]:
|
|
28
|
+
- @ckb-ccc/core@1.5.1
|
|
9
29
|
|
|
10
30
|
## 1.0.11
|
|
11
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckb-ccc/lumos-patches",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.14",
|
|
4
4
|
"description": "Patches for using Lumos with CCC",
|
|
5
5
|
"author": "Hanssen0 <hanssen0@hanssen0.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"@ckb-lumos/common-scripts": "^0.24.0-next.1",
|
|
42
42
|
"@ckb-lumos/config-manager": "^0.24.0-next.1",
|
|
43
43
|
"@ckb-lumos/helpers": "^0.24.0-next.1",
|
|
44
|
-
"@joyid/ckb": "^1.
|
|
45
|
-
"@ckb-ccc/core": "1.
|
|
44
|
+
"@joyid/ckb": "^1.1.1",
|
|
45
|
+
"@ckb-ccc/core": "1.5.3"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "rimraf ./dist && rimraf ./dist.commonjs && tsc && tsc --project tsconfig.commonjs.json && copyfiles -u 2 misc/basedirs/**/* .",
|