@quatrain/code 1.1.2 → 1.1.3

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.
@@ -1 +1 @@
1
- {"version":3,"file":"AbstractRepositoryAdapter.d.ts","sourceRoot":"","sources":["../src/AbstractRepositoryAdapter.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACxB,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;CACjB;AAED,8BAAsB,yBAAyB;IAK5C,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ7C,QAAQ,CAAC,IAAI,CAAC,KAAK,EAAE,UAAU,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAOnF,QAAQ,CAAC,YAAY,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAC/E"}
1
+ {"version":3,"file":"AbstractRepositoryAdapter.d.ts","sourceRoot":"","sources":["../src/AbstractRepositoryAdapter.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACxB,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;CACjB;AAKD,8BAAsB,yBAAyB;IAK5C,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ7C,QAAQ,CAAC,IAAI,CAAC,KAAK,EAAE,UAAU,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAOnF,QAAQ,CAAC,YAAY,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAC/E"}
@@ -1 +1 @@
1
- {"version":3,"file":"AbstractRepositoryAdapter.js","sourceRoot":"","sources":["../src/AbstractRepositoryAdapter.ts"],"names":[],"mappings":";;;AAKA,MAAsB,yBAAyB;CAqB9C;AArBD,8DAqBC"}
1
+ {"version":3,"file":"AbstractRepositoryAdapter.js","sourceRoot":"","sources":["../src/AbstractRepositoryAdapter.ts"],"names":[],"mappings":";;;AAQA,MAAsB,yBAAyB;CAqB9C;AArBD,8DAqBC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quatrain/code",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "license": "AGPL-3.0-only",
5
5
  "description": "Remote code repository adapters commons",
6
6
  "main": "dist/index.js",
@@ -3,6 +3,9 @@ export interface CommitFile {
3
3
  content: string
4
4
  }
5
5
 
6
+ /**
7
+ * Base blueprint for defining repository source control adapters.
8
+ */
6
9
  export abstract class AbstractRepositoryAdapter {
7
10
  /**
8
11
  * Pull latest changes from remote repository