Skip to content

Commit 07a171c

Browse files
authored
Merge pull request #9 from foo-log-inc/chore/transfer-org-ownership
chore: transfer repo ownership to foo-log-inc
2 parents fe77d17 + fa2f0fb commit 07a171c

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

cli-contract.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ info:
1111
license:
1212
name: MIT
1313
contact:
14-
name: foo-ogawa
15-
url: https://github.com/foo-ogawa/micro-contracts
14+
name: foo-log-inc
15+
url: https://github.com/foo-log-inc/micro-contracts
1616

1717
artifact_slots:
1818
openapi-specs:

eslint-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"license": "MIT",
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/foo-ogawa/micro-contracts.git",
17+
"url": "git+https://github.com/foo-log-inc/micro-contracts.git",
1818
"directory": "eslint-plugin"
1919
},
20-
"homepage": "https://github.com/foo-ogawa/micro-contracts#readme",
20+
"homepage": "https://github.com/foo-log-inc/micro-contracts#readme",
2121
"bugs": {
22-
"url": "https://github.com/foo-ogawa/micro-contracts/issues"
22+
"url": "https://github.com/foo-log-inc/micro-contracts/issues"
2323
},
2424
"peerDependencies": {
2525
"eslint": ">=8.0.0",

examples/packages/.generated-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0",
3-
"generatorVersion": "0.15.1",
3+
"generatorVersion": "0.15.2",
44
"files": {
55
"contract-published/billing/docs/api-reference.html": {
66
"sha256": "5b69e88fc9f60578261a8231132678550a40a70eb52dfcc611f48937f448ca44"
@@ -144,6 +144,6 @@
144144
"sha256": "d791f51b36215aba3e7cf7c5f69fc4b9fd6d4f2cf515718fdc93589fa05e2608"
145145
}
146146
},
147-
"inputHash": "1e143ff7b35a2d915bd6512fb8e56baec0064e4f0012611cef77d510005de920",
148-
"updatedAt": "2026-05-20T14:31:41.389Z"
147+
"inputHash": "d3a674aa4e5cc7cef802a712df6c03e1982fb60b3a3e09d8e0b14207917d3503",
148+
"updatedAt": "2026-05-26T03:57:51.578Z"
149149
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micro-contracts",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"description": "Contract-first OpenAPI toolchain that keeps TypeScript UI and microservices aligned via code generation",
55
"type": "module",
66
"main": "dist/index.js",
@@ -43,11 +43,11 @@
4343
"license": "MIT",
4444
"repository": {
4545
"type": "git",
46-
"url": "git+https://github.com/foo-ogawa/micro-contracts.git"
46+
"url": "git+https://github.com/foo-log-inc/micro-contracts.git"
4747
},
48-
"homepage": "https://github.com/foo-ogawa/micro-contracts#readme",
48+
"homepage": "https://github.com/foo-log-inc/micro-contracts#readme",
4949
"bugs": {
50-
"url": "https://github.com/foo-ogawa/micro-contracts/issues"
50+
"url": "https://github.com/foo-log-inc/micro-contracts/issues"
5151
},
5252
"dependencies": {
5353
"chalk": "^5.3.0",
@@ -83,4 +83,4 @@
8383
"engines": {
8484
"node": ">=18.0.0"
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)