@ceramicnetwork/streamid 2.3.0-rc.0 → 2.3.1-rc.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/README.md CHANGED
@@ -122,7 +122,7 @@ npm run lint
122
122
 
123
123
  ## Contributing
124
124
 
125
- We are happy to accept small and large contributions. Make sure to check out the [Ceramic specifications](https://github.com/ceramicnetwork/specs) for details of how the protocol works.
125
+ We are happy to accept small and large contributions. Make sure to check out the [Ceramic specifications](https://github.com/ceramicnetwork/ceramic/blob/main/SPECIFICATION.md) for details of how the protocol works.
126
126
 
127
127
  ## License
128
128
 
@@ -1 +1 @@
1
- {"version":3,"file":"stream-type.d.ts","sourceRoot":"","sources":["../src/stream-type.ts"],"names":[],"mappings":"AAOA,iBAAS,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAOxC;AAED,iBAAS,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAOzC;AAED,qBAAa,UAAU;IACrB,MAAM,CAAC,UAAU,oBAAa;IAC9B,MAAM,CAAC,UAAU,oBAAa;CAC/B"}
1
+ {"version":3,"file":"stream-type.d.ts","sourceRoot":"","sources":["../src/stream-type.ts"],"names":[],"mappings":"AAQA,iBAAS,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAOxC;AAED,iBAAS,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAOzC;AAED,qBAAa,UAAU;IACrB,MAAM,CAAC,UAAU,oBAAa;IAC9B,MAAM,CAAC,UAAU,oBAAa;CAC/B"}
@@ -3,6 +3,7 @@ const registry = {
3
3
  'caip10-link': 1,
4
4
  model: 2,
5
5
  MID: 3,
6
+ UNLOADABLE: 4,
6
7
  };
7
8
  function codeByName(name) {
8
9
  const index = registry[name];
@@ -1 +1 @@
1
- {"version":3,"file":"stream-type.js","sourceRoot":"","sources":["../src/stream-type.ts"],"names":[],"mappings":"AAAA,MAAM,QAAQ,GAAuC;IACnD,IAAI,EAAE,CAAC;IACP,aAAa,EAAE,CAAC;IAChB,KAAK,EAAE,CAAC;IACR,GAAG,EAAE,CAAC;CACP,CAAA;AAED,SAAS,UAAU,CAAC,IAAY;IAC9B,MAAM,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC5B,IAAI,OAAO,KAAK,KAAK,WAAW,EAAE;QAChC,OAAO,KAAK,CAAA;KACb;SAAM;QACL,MAAM,IAAI,KAAK,CAAC,sCAAsC,IAAI,EAAE,CAAC,CAAA;KAC9D;AACH,CAAC;AAED,SAAS,UAAU,CAAC,KAAa;IAC/B,MAAM,IAAI,GAAG,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,KAAK,CAAC,CAAA;IAClE,IAAI,IAAI,EAAE;QACR,OAAO,IAAI,CAAC,CAAC,CAAC,CAAA;KACf;SAAM;QACL,MAAM,IAAI,KAAK,CAAC,uCAAuC,KAAK,EAAE,CAAC,CAAA;KAChE;AACH,CAAC;AAED,MAAM,OAAO,UAAU;;AACd,qBAAU,GAAG,UAAU,CAAA;AACvB,qBAAU,GAAG,UAAU,CAAA"}
1
+ {"version":3,"file":"stream-type.js","sourceRoot":"","sources":["../src/stream-type.ts"],"names":[],"mappings":"AAAA,MAAM,QAAQ,GAAuC;IACnD,IAAI,EAAE,CAAC;IACP,aAAa,EAAE,CAAC;IAChB,KAAK,EAAE,CAAC;IACR,GAAG,EAAE,CAAC;IACN,UAAU,EAAE,CAAC;CACd,CAAA;AAED,SAAS,UAAU,CAAC,IAAY;IAC9B,MAAM,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC5B,IAAI,OAAO,KAAK,KAAK,WAAW,EAAE;QAChC,OAAO,KAAK,CAAA;KACb;SAAM;QACL,MAAM,IAAI,KAAK,CAAC,sCAAsC,IAAI,EAAE,CAAC,CAAA;KAC9D;AACH,CAAC;AAED,SAAS,UAAU,CAAC,KAAa;IAC/B,MAAM,IAAI,GAAG,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,KAAK,CAAC,CAAA;IAClE,IAAI,IAAI,EAAE;QACR,OAAO,IAAI,CAAC,CAAC,CAAC,CAAA;KACf;SAAM;QACL,MAAM,IAAI,KAAK,CAAC,uCAAuC,KAAK,EAAE,CAAC,CAAA;KAChE;AACH,CAAC;AAED,MAAM,OAAO,UAAU;;AACd,qBAAU,GAAG,UAAU,CAAA;AACvB,qBAAU,GAAG,UAAU,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceramicnetwork/streamid",
3
- "version": "2.3.0-rc.0",
3
+ "version": "2.3.1-rc.0",
4
4
  "description": "Ceramic Stream Ids",
5
5
  "keywords": [
6
6
  "ceramic",
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "8bd7143cdec81e37ced3c385a3107e2efa965a4e"
42
+ "gitHead": "d4b6fd134bcc4a36e7db59f8a6b4f2eb6a832e82"
43
43
  }