@codebolt/codeboltjs 1.0.1 → 1.0.2

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.
@@ -13,6 +13,7 @@ jobs:
13
13
  node-version: '20.x'
14
14
  registry-url: 'https://registry.npmjs.org'
15
15
  - run: npm ci
16
+ - run: npm run build # Assuming there's a script in package.json that compiles TS to JS
16
17
  - run: npm publish
17
18
  env:
18
19
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codebolt/codeboltjs",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "",