momentic 2.0.2 → 2.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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "momentic",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic",
9
- "version": "2.0.2",
9
+ "version": "2.0.3",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
@@ -6122,9 +6122,9 @@
6122
6122
  }
6123
6123
  },
6124
6124
  "node_modules/zod": {
6125
- "version": "3.25.45",
6126
- "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.45.tgz",
6127
- "integrity": "sha512-kv1swJBZqv98NQibL0oVvkQE8rXT+6qGNM1FpZkFcJG2jnz4vbtu48bgaitp85CaBPLSKXibrEsU7MzJoVoZAA==",
6125
+ "version": "3.25.49",
6126
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.49.tgz",
6127
+ "integrity": "sha512-JMMPMy9ZBk3XFEdbM3iL1brx4NUSejd6xr3ELrrGEfGb355gjhiAWtG3K5o+AViV/3ZfkIrCzXsZn6SbLwTR8Q==",
6128
6128
  "license": "MIT",
6129
6129
  "funding": {
6130
6130
  "url": "https://github.com/sponsors/colinhacks"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "bin": {
5
5
  "momentic": "./bin/cli.js"
6
6
  },