confluence.js 3.0.2 → 3.0.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 6b10499: Restore the npm provenance attestation.
8
+
9
+ 3.0.2 was published without one: the release switched to `changeset publish`, which delegates to pnpm's native publish,
10
+ and pnpm reads the provenance flag from `.npmrc` rather than the `NPM_CONFIG_PROVENANCE` env var the workflow was
11
+ setting. This release turns provenance on in `.npmrc`, so the published package is signed again — the same SLSA
12
+ attestation 3.0.1 carried. No code changes; the package contents are identical to 3.0.2.
13
+
3
14
  ## 3.0.2
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "confluence.js",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Type-safe Confluence REST API client for TypeScript and JavaScript. Covers both Confluence Cloud API v2 and v1 from one package. ESM-only, tree-shakable, runtime-validated by Zod 4. Atlassian Confluence SDK for Node.js 22+ and modern browsers.",
5
5
  "author": "Vladislav Tupikin <vladislav.tupikin@icloud.com>",
6
6
  "license": "MIT",