sn-typescript-util 1.3.1 → 1.3.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.
package/bun.lockb CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sn-typescript-util",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "A TypeScript utility for ServiceNow developers using VS Code",
5
5
  "bin": {
6
6
  "snts": "bin/snts.js"
@@ -27,14 +27,14 @@
27
27
  "@clack/prompts": "^0.7.0",
28
28
  "@types/servicenow": "^10.0.2",
29
29
  "colorette": "^2.0.20",
30
- "commander": "^11.0.0",
30
+ "commander": "^11.1.0",
31
31
  "npm-add-script": "^1.1.0",
32
32
  "typescript": "^5.2.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@typescript-eslint/eslint-plugin": "^6.7.3",
36
- "@typescript-eslint/parser": "^6.5.0",
37
- "bun-types": "^1.0.5-canary.20231006T140143",
35
+ "@typescript-eslint/eslint-plugin": "^6.8.0",
36
+ "@typescript-eslint/parser": "^6.8.0",
37
+ "bun-types": "^1.0.6",
38
38
  "eslint": "^8.51.0",
39
39
  "prettier": "^3.0.3"
40
40
  }
@@ -9,6 +9,8 @@ bump_version() {
9
9
  do_git_operation() {
10
10
  git commit -a -m "chore: bump the version"
11
11
  git tag $(get_package_version)
12
+ git push
13
+ git push origin $(get_package_version)
12
14
  }
13
15
 
14
16
  get_package_version() {