@payfit/nx-core 5.32.5 → 5.32.6-ephemeral-trigger-release.0
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/README.md +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -185,4 +185,4 @@ The inference of the `nx-release-publish` target is handled through Nx's plugin
|
|
|
185
185
|
|
|
186
186
|
## Development
|
|
187
187
|
|
|
188
|
-
See [AGENTS.md](./AGENTS.md) for build, test, and development instructions
|
|
188
|
+
See [AGENTS.md](./AGENTS.md) for build, test, and development instructions
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payfit/nx-core",
|
|
3
|
-
"version": "5.32.
|
|
3
|
+
"version": "5.32.6-ephemeral-trigger-release.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"@nx/devkit": "22.7.1",
|
|
42
42
|
"@nx/plugin": "22.7.1",
|
|
43
43
|
"@nx/vite": "22.7.1",
|
|
44
|
+
"@types/semver": "7.5.8",
|
|
44
45
|
"memfs": "4.57.2",
|
|
45
46
|
"portfinder": "^1.0.32",
|
|
46
47
|
"verdaccio": "^6.3.2",
|
|
@@ -83,4 +84,4 @@
|
|
|
83
84
|
"nx-migrations": {
|
|
84
85
|
"migrations": "./migrations.json"
|
|
85
86
|
}
|
|
86
|
-
}
|
|
87
|
+
}
|