Skip to content

Commit 5209f14

Browse files
authored
Merge pull request #20 from commandlayer/codex/update-package-metadata-to-v1.1.0
Update manifest.json for v1.1.0 release metadata
2 parents da57dd5 + 760369f commit 5209f14

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@commandlayer/commons",
33
"version": "1.1.0",
44
"package_version": "1.1.0",
5-
"description": "Commons verb + schema package metadata for the active v1.1.0 canonical HTTPS-hosted schema line; IPFS CID publication is still pending.",
5+
"description": "Current release metadata for the v1.1.0 commons package.",
66
"owner": "commandlayer.eth",
77
"contact": "dev@commandlayer.org",
88
"license": "MIT",
@@ -11,7 +11,7 @@
1111
"schemas_root": "schemas/v1.1.0",
1212
"examples_root": "examples/v1.1.0",
1313
"checksum_file": "checksums.txt",
14-
"schemas_cid": "PENDING",
14+
"schemas_cid": "__INSERT_V1_1_0_CID__",
1515
"tag": "commons-schemas-v1.1.0",
1616
"verbs": [
1717
{
@@ -155,16 +155,16 @@
155155
"schemas_root": "schemas/v1.1.0",
156156
"commons_root": "schemas/v1.1.0/commons",
157157
"examples_root": "examples/v1.1.0",
158-
"schemas_cid": "PENDING",
159-
"pin_status": "https-published-ipfs-pending"
158+
"schemas_cid": "__INSERT_V1_1_0_CID__",
159+
"pin_status": "published"
160160
},
161161
"pinned_canonical_release": {
162-
"version": "1.0.0",
162+
"version": "1.1.0",
163163
"status": "pinned canonical release",
164-
"schemas_root": "schemas/v1.0.0",
165-
"commons_root": "schemas/v1.0.0/commons",
166-
"examples_root": "examples/v1.0.0",
167-
"schemas_cid": "bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m",
164+
"schemas_root": "schemas/v1.1.0",
165+
"commons_root": "schemas/v1.1.0/commons",
166+
"examples_root": "examples/v1.1.0",
167+
"schemas_cid": "__INSERT_V1_1_0_CID__",
168168
"pin_status": "published"
169169
}
170170
}

0 commit comments

Comments
 (0)