@pierre/storage 0.9.0 → 0.9.1
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.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -0
package/dist/index.cjs
CHANGED
|
@@ -506,7 +506,7 @@ function concatChunks(a, b) {
|
|
|
506
506
|
|
|
507
507
|
// package.json
|
|
508
508
|
var package_default = {
|
|
509
|
-
version: "0.9.
|
|
509
|
+
version: "0.9.1"};
|
|
510
510
|
|
|
511
511
|
// src/version.ts
|
|
512
512
|
var PACKAGE_NAME = "code-storage-sdk";
|
|
@@ -2285,6 +2285,7 @@ var GitStorage = class _GitStorage {
|
|
|
2285
2285
|
});
|
|
2286
2286
|
baseRepoOptions = {
|
|
2287
2287
|
provider: "code",
|
|
2288
|
+
owner: this.options.name,
|
|
2288
2289
|
name: baseRepo.id,
|
|
2289
2290
|
operation: "fork",
|
|
2290
2291
|
auth: { token: baseRepoToken },
|