@tymonmarek/wally 0.2.1 → 0.2.2

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/build/error.js CHANGED
@@ -23,4 +23,3 @@ function getError(errorCode) {
23
23
  const definition = exports.ERROR_DEFINITIONS[errorCode];
24
24
  return new error_1.default(definition.message, errorCode.toString(), definition.details);
25
25
  }
26
- //# sourceMappingURL=error.js.map
package/build/index.js CHANGED
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tymonmarek/wally",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "A minimal plugin template for semantic-release.",
5
5
  "homepage": "https://github.com/TymonMarek/wally",
6
6
  "main": "build/index.js",
package/build/error.d.ts DELETED
@@ -1,12 +0,0 @@
1
- import SemanticReleaseError from "@semantic-release/error";
2
- export declare const link: (file: string) => string;
3
- export type ErrorDefinition = {
4
- message: string;
5
- details: string;
6
- };
7
- export declare const enum ErrorCode {
8
- WallyNotInstalled = 0
9
- }
10
- export declare const ERROR_DEFINITIONS: Record<ErrorCode, ErrorDefinition>;
11
- export declare function getError(errorCode: ErrorCode): SemanticReleaseError;
12
- //# sourceMappingURL=error.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../src/error.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,MAAM,yBAAyB,CAAC;AAI3D,eAAO,MAAM,IAAI,GAAI,MAAM,MAAM,WAAoC,CAAC;AAEtE,MAAM,MAAM,eAAe,GAAG;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,0BAAkB,SAAS;IACzB,iBAAiB,IAAA;CAClB;AAED,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,SAAS,EAAE,eAAe,CAKhE,CAAC;AAEF,wBAAgB,QAAQ,CAAC,SAAS,EAAE,SAAS,GAAG,oBAAoB,CAOnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"error.js","sourceRoot":"","sources":["../src/error.ts"],"names":[],"mappings":";;;;;;AAsBA,4BAOC;AA7BD,oEAA2D;AAE3D,kDAA2C;AAEpC,MAAM,IAAI,GAAG,CAAC,IAAY,EAAE,EAAE,CAAC,GAAG,uBAAQ,cAAc,IAAI,EAAE,CAAC;AAAzD,QAAA,IAAI,QAAqD;AAOtE,IAAkB,SAEjB;AAFD,WAAkB,SAAS;IACzB,mEAAiB,CAAA;AACnB,CAAC,EAFiB,SAAS,yBAAT,SAAS,QAE1B;AAEY,QAAA,iBAAiB,GAAuC;IACnE,CAAC,SAAS,CAAC,iBAAiB,CAAC,EAAE;QAC7B,OAAO,EAAE,yBAAyB;QAClC,OAAO,EAAE,qGAAqG,IAAA,YAAI,EAAC,wBAAwB,CAAC,GAAG;KAChJ;CACF,CAAC;AAEF,SAAgB,QAAQ,CAAC,SAAoB;IAC3C,MAAM,UAAU,GAAG,yBAAiB,CAAC,SAAS,CAAC,CAAC;IAChD,OAAO,IAAI,eAAoB,CAC7B,UAAU,CAAC,OAAO,EAClB,SAAS,CAAC,QAAQ,EAAE,EACpB,UAAU,CAAC,OAAO,CACnB,CAAC;AACJ,CAAC"}
package/build/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}