@dsmrt/axiom-config 1.2.3 → 1.2.6

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 +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @dsmrt/axiom-config
2
2
 
3
+ ## 1.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 221d99c: chore: upgrade to Node 24 and add mise config for local dev
8
+
9
+ ## 1.2.5
10
+
11
+ ### Patch Changes
12
+
13
+ - 0459ce3: fix(ci): restore NPM_TOKEN auth — pnpm publish does not support npm Trusted Publishers OIDC
14
+
15
+ ## 1.2.4
16
+
17
+ ### Patch Changes
18
+
19
+ - 762e5c6: chore: test npm Trusted Publisher OIDC publish flow
20
+
3
21
  ## 1.2.3
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsmrt/axiom-config",
3
- "version": "1.2.3",
3
+ "version": "1.2.6",
4
4
  "description": "Config library for axiom cli",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",