@cubist-labs/cubesigner-sdk-org-utils 0.4.32-0 → 0.4.53-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/dist/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  /** Utils for processing org events */
2
2
  export * from "./org_event_processor";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,cAAc,uBAAuB,CAAC"}
@@ -55,3 +55,4 @@ export declare class OrgEventProcessor {
55
55
  */
56
56
  parse(message: OrgEventMessage): Promise<OrgEventBase>;
57
57
  }
58
+ //# sourceMappingURL=org_event_processor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"org_event_processor.d.ts","sourceRoot":"","sources":["../src/org_event_processor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAQ/D,wCAAwC;AACxC,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,4DAA4D;AAC5D,MAAM,WAAW,+BAAgC,SAAQ,UAAU;IACjE,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,qCAAqC;AACrC,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,iDAAiD;AACjD,MAAM,WAAW,eAAgB,SAAQ,UAAU;IACjD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,gCAAgC;AAChC,MAAM,WAAW,wBAAwB;IACvC,GAAG,EAAE,WAAW,CAAC;CAClB;AAED,kDAAkD;AAClD,qBAAa,iBAAiB;;IAK5B;;;;OAIG;gBACS,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,wBAAwB;IAM7D;;;;;OAKG;IACG,YAAY,CAAC,OAAO,EAAE,UAAU;IAqCtC;;;;;;OAMG;IACG,KAAK,CAAC,OAAO,EAAE,eAAe,GAAG,OAAO,CAAC,YAAY,CAAC;CA6D7D"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubist-labs/cubesigner-sdk-org-utils",
3
- "version": "0.4.32-0",
3
+ "version": "0.4.53-0",
4
4
  "description": "Filesystem storage implementation for CubeSigner SDK",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "author": "Cubist, Inc.",
@@ -20,7 +20,7 @@
20
20
  "test": "jest --maxWorkers=1"
21
21
  },
22
22
  "peerDependencies": {
23
- "@cubist-labs/cubesigner-sdk": "^0.4.32-0"
23
+ "@cubist-labs/cubesigner-sdk": "^0.4.53-0"
24
24
  },
25
25
  "directories": {
26
26
  "test": "test"