@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 +0 -1
- package/build/index.js +0 -1
- package/package.json +1 -1
- package/build/error.d.ts +0 -12
- package/build/error.d.ts.map +0 -1
- package/build/error.js.map +0 -1
- package/build/index.d.ts +0 -2
- package/build/index.d.ts.map +0 -1
- package/build/index.js.map +0 -1
package/build/error.js
CHANGED
package/build/index.js
CHANGED
package/package.json
CHANGED
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
|
package/build/error.d.ts.map
DELETED
|
@@ -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"}
|
package/build/error.js.map
DELETED
|
@@ -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
package/build/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}
|
package/build/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}
|