Skip to content

Commit 4e6fe90

Browse files
authored
feat(pmd): update schema version (PreMiD#9717)
feat(cli): update schema version
1 parent 880b30d commit 4e6fe90

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pmd",
33
"type": "module",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"private": true,
66
"main": "dist/index.js",
77
"bin": {

cli/src/commands/new.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export async function newActivity(activity?: string) {
9595
}).catch(() => exit('Something went wrong.'))
9696

9797
const metadata = {
98-
$schema: 'https://schemas.premid.app/metadata/1.13',
98+
$schema: 'https://schemas.premid.app/metadata/1.14',
9999
apiVersion: 1,
100100
author,
101101
service: activity,

cli/src/util/getSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export async function getSchema() {
2-
return (await fetch('https://schemas.premid.app/metadata/1.13')).json()
2+
return (await fetch('https://schemas.premid.app/metadata/1.14')).json()
33
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)