Skip to content

Commit 0abb902

Browse files
authored
fix: version mappings at 1.0.4 (#76)
* fix: version mappings at `1.0.4` - fix: version mappings for `indexer` - fix: ci package publish for `indexer` Signed-off-by: Sam Gammon <sam@elide.ventures> * fix: restore provenance for indexer Signed-off-by: Sam Gammon <sam@elide.ventures> --------- Signed-off-by: Sam Gammon <sam@elide.ventures>
1 parent 8145c6b commit 0abb902

6 files changed

Lines changed: 12 additions & 13 deletions

File tree

.github/workflows/ci.publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- recursive: true
111111
args: [--frozen-lockfile, --strict-peer-dependencies]
112112
- name: 'Build: Package (${{ inputs.package }})'
113-
run: cd packages/${{ inputs.package }} && pnpm run build && pnpm pack
113+
run: pnpm run build && cd packages/${{ inputs.package }} && pnpm pack
114114
- name: 'Build: Provenance Hashes'
115115
shell: bash
116116
id: hash

packages/gradle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@javamodules/gradle",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Tools for working with Gradle Module metadata from JavaScript.",
55
"keywords": [
66
"tools",

packages/indexer/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@javamodules/indexer",
3-
"version": "1.0.3",
4-
"private": true,
3+
"version": "1.0.4",
54
"description": "Generates JSON indexes for Maven repositories.",
65
"keywords": [
76
"java",
@@ -100,9 +99,9 @@
10099
"@connectrpc/connect": "1.4.0",
101100
"@connectrpc/connect-web": "1.4.0",
102101
"@cyclonedx/cyclonedx-library": "6.4.2",
103-
"@javamodules/gradle": "workspace:*",
104-
"@javamodules/java": "workspace:*",
105-
"@javamodules/maven": "workspace:*",
102+
"@javamodules/gradle": "1.0.4",
103+
"@javamodules/java": "1.0.4",
104+
"@javamodules/maven": "1.0.4",
106105
"@octokit/core": "6.0.1",
107106
"@octokit/endpoint": "10.0.0",
108107
"@octokit/graphql": "8.0.1",
@@ -142,6 +141,6 @@
142141
},
143142
"publishConfig": {
144143
"access": "public",
145-
"provenance": true
144+
"procenance": true
146145
}
147146
}

packages/java/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@javamodules/java",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Tools for working with Java class files, Java toolchains, and for compiling Java.",
55
"keywords": [
66
"java",

packages/maven/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@javamodules/maven",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Tools for working with Maven projects and metadata from JavaScript.",
55
"keywords": [
66
"tools",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)