@cloud-copilot/publishing 1.0.11 → 1.0.12
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/index.js +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/publishing",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "A Github NPM Trusted Publishing Test",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
[
|
|
66
66
|
"@semantic-release/exec",
|
|
67
67
|
{
|
|
68
|
-
"prepareCmd": "echo 'export const
|
|
68
|
+
"prepareCmd": "echo '/**\n * iam-collect version.\n * Generated by build, do not manually edit\n */\n export const IAM_COLLECT_VERSION = \"${nextRelease.version}\"' > version.js"
|
|
69
69
|
}
|
|
70
70
|
],
|
|
71
71
|
[
|