@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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export default function hello() {
2
- return "Hello, world 16!";
2
+ return "Hello, world 17!";
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud-copilot/publishing",
3
- "version": "1.0.11",
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 VERSION = \"${nextRelease.version}\"' > version.js"
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
  [