@ckb-ccc/shell 1.1.24 → 1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @ckb-ccc/shell
2
2
 
3
+ ## 1.2.0
4
+ ### Minor Changes
5
+
6
+
7
+
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
+
10
+
11
+
12
+ - [#337](https://github.com/ckb-devrel/ccc/pull/337) [`0366786`](https://github.com/ckb-devrel/ccc/commit/03667865d1bc6d091d9144d39f6b434abe4ce18b) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(did-ckb): add did-ckb package for basic did operations
13
+
14
+
15
+ ### Patch Changes
16
+
17
+
18
+
19
+ - [#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
20
+
21
+ - 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), [`ce2b005`](https://github.com/ckb-devrel/ccc/commit/ce2b005b2c20bdd8736f78e7f286b8acb40e80e5), [`bf0f8d8`](https://github.com/ckb-devrel/ccc/commit/bf0f8d8ca011e627821445a10bc38519510e5b9d), [`3bd5130`](https://github.com/ckb-devrel/ccc/commit/3bd51300d9602482dd781752f618f6cfd642675c), [`6727ffe`](https://github.com/ckb-devrel/ccc/commit/6727ffe05f60e6bfb2060a565c19acb0fd0f375e), [`0366786`](https://github.com/ckb-devrel/ccc/commit/03667865d1bc6d091d9144d39f6b434abe4ce18b), [`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)]:
22
+ - @ckb-ccc/core@1.13.0
23
+ - @ckb-ccc/did-ckb@0.1.0
24
+ - @ckb-ccc/type-id@0.0.1
25
+ - @ckb-ccc/spore@1.5.18
26
+ - @ckb-ccc/ssri@0.2.23
27
+ - @ckb-ccc/udt@0.1.25
28
+
29
+ ## 1.1.25
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [[`a96dec6`](https://github.com/ckb-devrel/ccc/commit/a96dec6d0517113391b0edc510f1af821a45d5a8)]:
33
+ - @ckb-ccc/core@1.12.5
34
+ - @ckb-ccc/spore@1.5.17
35
+ - @ckb-ccc/ssri@0.2.22
36
+ - @ckb-ccc/udt@0.1.24
37
+
3
38
  ## 1.1.24
4
39
  ### Patch Changes
5
40
 
@@ -1,3 +1,4 @@
1
1
  export * from "@ckb-ccc/core/advancedBarrel";
2
2
  export { sporeA } from "@ckb-ccc/spore/advanced";
3
+ export { typeIdA } from "@ckb-ccc/type-id/advanced";
3
4
  //# sourceMappingURL=advancedBarrel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"advancedBarrel.d.ts","sourceRoot":"","sources":["../src/advancedBarrel.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC"}
1
+ {"version":3,"file":"advancedBarrel.d.ts","sourceRoot":"","sources":["../src/advancedBarrel.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export * from "@ckb-ccc/core/advancedBarrel";
2
2
  export { sporeA } from "@ckb-ccc/spore/advanced";
3
+ export { typeIdA } from "@ckb-ccc/type-id/advanced";
package/dist/barrel.d.ts CHANGED
@@ -1,5 +1,7 @@
1
1
  export * from "@ckb-ccc/core/barrel";
2
+ export { didCkb } from "@ckb-ccc/did-ckb";
2
3
  export { spore } from "@ckb-ccc/spore";
3
4
  export { ssri } from "@ckb-ccc/ssri";
5
+ export { typeId } from "@ckb-ccc/type-id";
4
6
  export { udt } from "@ckb-ccc/udt";
5
7
  //# sourceMappingURL=barrel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"barrel.d.ts","sourceRoot":"","sources":["../src/barrel.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AACrC,OAAO,EAAE,GAAG,EAAE,MAAM,cAAc,CAAC"}
1
+ {"version":3,"file":"barrel.d.ts","sourceRoot":"","sources":["../src/barrel.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AACrC,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAE,MAAM,cAAc,CAAC"}
package/dist/barrel.js CHANGED
@@ -1,4 +1,6 @@
1
1
  export * from "@ckb-ccc/core/barrel";
2
+ export { didCkb } from "@ckb-ccc/did-ckb";
2
3
  export { spore } from "@ckb-ccc/spore";
3
4
  export { ssri } from "@ckb-ccc/ssri";
5
+ export { typeId } from "@ckb-ccc/type-id";
4
6
  export { udt } from "@ckb-ccc/udt";
@@ -1,3 +1,4 @@
1
1
  export * from "@ckb-ccc/core/advancedBarrel";
2
2
  export { sporeA } from "@ckb-ccc/spore/advanced";
3
+ export { typeIdA } from "@ckb-ccc/type-id/advanced";
3
4
  //# sourceMappingURL=advancedBarrel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"advancedBarrel.d.ts","sourceRoot":"","sources":["../src/advancedBarrel.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC"}
1
+ {"version":3,"file":"advancedBarrel.d.ts","sourceRoot":"","sources":["../src/advancedBarrel.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC"}
@@ -14,7 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.sporeA = void 0;
17
+ exports.typeIdA = exports.sporeA = void 0;
18
18
  __exportStar(require("@ckb-ccc/core/advancedBarrel"), exports);
19
19
  var advanced_1 = require("@ckb-ccc/spore/advanced");
20
20
  Object.defineProperty(exports, "sporeA", { enumerable: true, get: function () { return advanced_1.sporeA; } });
21
+ var advanced_2 = require("@ckb-ccc/type-id/advanced");
22
+ Object.defineProperty(exports, "typeIdA", { enumerable: true, get: function () { return advanced_2.typeIdA; } });
@@ -1,5 +1,7 @@
1
1
  export * from "@ckb-ccc/core/barrel";
2
+ export { didCkb } from "@ckb-ccc/did-ckb";
2
3
  export { spore } from "@ckb-ccc/spore";
3
4
  export { ssri } from "@ckb-ccc/ssri";
5
+ export { typeId } from "@ckb-ccc/type-id";
4
6
  export { udt } from "@ckb-ccc/udt";
5
7
  //# sourceMappingURL=barrel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"barrel.d.ts","sourceRoot":"","sources":["../src/barrel.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AACrC,OAAO,EAAE,GAAG,EAAE,MAAM,cAAc,CAAC"}
1
+ {"version":3,"file":"barrel.d.ts","sourceRoot":"","sources":["../src/barrel.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AACrC,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAE,MAAM,cAAc,CAAC"}
@@ -14,11 +14,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.udt = exports.ssri = exports.spore = void 0;
17
+ exports.udt = exports.typeId = exports.ssri = exports.spore = exports.didCkb = void 0;
18
18
  __exportStar(require("@ckb-ccc/core/barrel"), exports);
19
+ var did_ckb_1 = require("@ckb-ccc/did-ckb");
20
+ Object.defineProperty(exports, "didCkb", { enumerable: true, get: function () { return did_ckb_1.didCkb; } });
19
21
  var spore_1 = require("@ckb-ccc/spore");
20
22
  Object.defineProperty(exports, "spore", { enumerable: true, get: function () { return spore_1.spore; } });
21
23
  var ssri_1 = require("@ckb-ccc/ssri");
22
24
  Object.defineProperty(exports, "ssri", { enumerable: true, get: function () { return ssri_1.ssri; } });
25
+ var type_id_1 = require("@ckb-ccc/type-id");
26
+ Object.defineProperty(exports, "typeId", { enumerable: true, get: function () { return type_id_1.typeId; } });
23
27
  var udt_1 = require("@ckb-ccc/udt");
24
28
  Object.defineProperty(exports, "udt", { enumerable: true, get: function () { return udt_1.udt; } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckb-ccc/shell",
3
- "version": "1.1.24",
3
+ "version": "1.2.0",
4
4
  "description": "Backend Shell of CCC - CKBer's Codebase. Common Chains Connector.",
5
5
  "author": "Hanssen0 <hanssen0@hanssen0.com>",
6
6
  "license": "MIT",
@@ -51,10 +51,12 @@
51
51
  "access": "public"
52
52
  },
53
53
  "dependencies": {
54
- "@ckb-ccc/core": "1.12.4",
55
- "@ckb-ccc/spore": "1.5.16",
56
- "@ckb-ccc/ssri": "0.2.21",
57
- "@ckb-ccc/udt": "0.1.23"
54
+ "@ckb-ccc/core": "1.13.0",
55
+ "@ckb-ccc/did-ckb": "0.1.0",
56
+ "@ckb-ccc/spore": "1.5.18",
57
+ "@ckb-ccc/ssri": "0.2.23",
58
+ "@ckb-ccc/type-id": "0.0.1",
59
+ "@ckb-ccc/udt": "0.1.25"
58
60
  },
59
61
  "scripts": {
60
62
  "build": "rimraf ./dist && rimraf ./dist.commonjs && tsc && tsc --project tsconfig.commonjs.json && copyfiles -u 2 misc/basedirs/**/* .",
@@ -1,2 +1,3 @@
1
1
  export * from "@ckb-ccc/core/advancedBarrel";
2
2
  export { sporeA } from "@ckb-ccc/spore/advanced";
3
+ export { typeIdA } from "@ckb-ccc/type-id/advanced";
package/src/barrel.ts CHANGED
@@ -1,4 +1,6 @@
1
1
  export * from "@ckb-ccc/core/barrel";
2
+ export { didCkb } from "@ckb-ccc/did-ckb";
2
3
  export { spore } from "@ckb-ccc/spore";
3
4
  export { ssri } from "@ckb-ccc/ssri";
5
+ export { typeId } from "@ckb-ccc/type-id";
4
6
  export { udt } from "@ckb-ccc/udt";