@m2s2/cli 0.1.14 → 0.1.19

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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.19](https://github.com/M2S2-Engineering-Group/m2s2-cli/compare/v0.1.18...v0.1.19) - 2026-06-08
11
+
12
+ ### Other
13
+
14
+ - remove resgistry-url to allow use of OIDC
15
+
16
+ ## [0.1.18](https://github.com/M2S2-Engineering-Group/m2s2-cli/compare/v0.1.17...v0.1.18) - 2026-06-08
17
+
18
+ ### Other
19
+
20
+ - publish auth using trusted publisher
21
+
22
+ ## [0.1.17](https://github.com/M2S2-Engineering-Group/m2s2-cli/compare/v0.1.16...v0.1.17) - 2026-06-08
23
+
24
+ ### Fixed
25
+
26
+ - sync template dependencies to latest @m2s2 releases
27
+ - sync template dependencies to latest @m2s2 releases
28
+
29
+ ### Other
30
+
31
+ - chore
32
+
33
+ ## [0.1.16](https://github.com/M2S2-Engineering-Group/m2s2-cli/compare/v0.1.15...v0.1.16) - 2026-06-06
34
+
35
+ ### Fixed
36
+
37
+ - sync template dependencies to latest @m2s2 releases
38
+
39
+ ## [0.1.15](https://github.com/M2S2-Engineering-Group/m2s2-cli/compare/v0.1.14...v0.1.15) - 2026-06-04
40
+
41
+ ### Fixed
42
+
43
+ - sync template dependencies to latest @m2s2 releases
44
+
10
45
  ## [0.1.14](https://github.com/M2S2-Engineering-Group/m2s2-cli/compare/v0.1.13...v0.1.14) - 2026-05-27
11
46
 
12
47
  ### Fixed
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "@m2s2/cli",
26
- "version": "0.1.14"
26
+ "version": "0.1.19"
27
27
  },
28
28
  "node_modules/@isaacs/cliui": {
29
29
  "engines": {
@@ -542,5 +542,5 @@
542
542
  }
543
543
  },
544
544
  "requires": true,
545
- "version": "0.1.14"
545
+ "version": "0.1.19"
546
546
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "artifactDownloadUrls": [
3
- "https://github.com/M2S2-Engineering-Group/m2s2-cli/releases/download/v0.1.14"
3
+ "https://github.com/M2S2-Engineering-Group/m2s2-cli/releases/download/v0.1.19"
4
4
  ],
5
5
  "author": "M²S² Engineering Group <contact@m2s2.io>",
6
6
  "bin": {
@@ -95,7 +95,7 @@
95
95
  "zipExt": ".tar.xz"
96
96
  }
97
97
  },
98
- "version": "0.1.14",
98
+ "version": "0.1.19",
99
99
  "volta": {
100
100
  "node": "18.14.1",
101
101
  "npm": "9.5.0"