@ckb-ccc/type-id 0.0.0-canary-20260109065952 → 0.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,11 +1,15 @@
1
1
  # @ckb-ccc/type-id
2
2
 
3
- ## 0.0.0-canary-20260109065952
3
+ ## 0.0.1
4
4
  ### Patch Changes
5
5
 
6
6
 
7
7
 
8
- - [#337](https://github.com/ckb-devrel/ccc/pull/337) [`b2dce2e`](https://github.com/ckb-devrel/ccc/commit/b2dce2e4d69e9f7320187a781d949cc057f25e4d) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(type-id): add type-id package for Type ID operations
8
+ - [#337](https://github.com/ckb-devrel/ccc/pull/337) [`3bd5130`](https://github.com/ckb-devrel/ccc/commit/3bd51300d9602482dd781752f618f6cfd642675c) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(type-id): add type-id package for Type ID operations
9
9
 
10
- - Updated dependencies [[`c093763`](https://github.com/ckb-devrel/ccc/commit/c093763d606d29df63c230caca2b9fe28cb224d8), [`bf0f8d8`](https://github.com/ckb-devrel/ccc/commit/bf0f8d8ca011e627821445a10bc38519510e5b9d), [`bf0f8d8`](https://github.com/ckb-devrel/ccc/commit/bf0f8d8ca011e627821445a10bc38519510e5b9d), [`99c3476`](https://github.com/ckb-devrel/ccc/commit/99c34767ff6fe058b6ae9df7ea2ff3c302869f9a), [`e866243`](https://github.com/ckb-devrel/ccc/commit/e866243d92532bde8c776b0ac971e718ec537833)]:
11
- - @ckb-ccc/core@0.0.0-canary-20260109065952
10
+
11
+
12
+ - [#379](https://github.com/ckb-devrel/ccc/pull/379) [`f01a05b`](https://github.com/ckb-devrel/ccc/commit/f01a05bab332d9f4e0cf7f84aecfd688f8e9f346) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore: bump pnpm to v11.8.0
13
+
14
+ - Updated dependencies [[`1148a5c`](https://github.com/ckb-devrel/ccc/commit/1148a5c403cde985fb4ba713ccfa0c163d287174), [`bf0f8d8`](https://github.com/ckb-devrel/ccc/commit/bf0f8d8ca011e627821445a10bc38519510e5b9d), [`a803d5f`](https://github.com/ckb-devrel/ccc/commit/a803d5fba8d0e082c6aba14db156856025402e72), [`bf0f8d8`](https://github.com/ckb-devrel/ccc/commit/bf0f8d8ca011e627821445a10bc38519510e5b9d), [`6727ffe`](https://github.com/ckb-devrel/ccc/commit/6727ffe05f60e6bfb2060a565c19acb0fd0f375e), [`f01a05b`](https://github.com/ckb-devrel/ccc/commit/f01a05bab332d9f4e0cf7f84aecfd688f8e9f346), [`a526890`](https://github.com/ckb-devrel/ccc/commit/a5268909ea9d61c4e2f5187a43e2318327b27cae), [`4bb3d9d`](https://github.com/ckb-devrel/ccc/commit/4bb3d9d2ef36b3ee8820036625abd9befb1980c4), [`9f7ecb6`](https://github.com/ckb-devrel/ccc/commit/9f7ecb6ab8db9c6866dad029f2888e1e5cfcbe7d)]:
15
+ - @ckb-ccc/core@1.13.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckb-ccc/type-id",
3
- "version": "0.0.0-canary-20260109065952",
3
+ "version": "0.0.1",
4
4
  "description": "CCC - CKBer's Codebase. CCC's support for Type ID",
5
5
  "author": "Hanssen0 <hanssen0@hanssen0.com>",
6
6
  "license": "MIT",
@@ -48,7 +48,7 @@
48
48
  "access": "public"
49
49
  },
50
50
  "dependencies": {
51
- "@ckb-ccc/core": "0.0.0-canary-20260109065952"
51
+ "@ckb-ccc/core": "1.13.0"
52
52
  },
53
53
  "types": "./dist.commonjs/index.d.ts",
54
54
  "scripts": {