@tumbaland/backend-core 1.18.0 → 1.20.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.
@@ -1 +1 @@
1
- {"version":3,"file":"security.d.ts","sourceRoot":"","sources":["../../src/middleware/security.ts"],"names":[],"mappings":"AACA,OAAkB,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE5E;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,eAAe,gGA4Bi/H,CAAC,2BAxB5gI,CAAC;AAEH;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,GAAE,OAAO,CAAC,gBAAgB,CAAM,wDASxE;AAED,yDAAyD;AACzD,eAAO,MAAM,mBAAmB,sDAAsB,CAAC;AAEvD;;;GAGG;AACH,eAAO,MAAM,iBAAiB,sDAAiC,CAAC"}
1
+ {"version":3,"file":"security.d.ts","sourceRoot":"","sources":["../../src/middleware/security.ts"],"names":[],"mappings":"AACA,OAAkB,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE5E;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,eAAe,gGA4BshH,CAAC,2BAxBjjH,CAAC;AAEH;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,GAAE,OAAO,CAAC,gBAAgB,CAAM,wDASxE;AAED,yDAAyD;AACzD,eAAO,MAAM,mBAAmB,sDAAsB,CAAC;AAEvD;;;GAGG;AACH,eAAO,MAAM,iBAAiB,sDAAiC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tumbaland/backend-core",
3
- "version": "1.18.0",
3
+ "version": "1.20.0",
4
4
  "description": "Core shared functionality for Tumbaland backend services",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -9,8 +9,8 @@
9
9
  "dev": "tsc --watch",
10
10
  "clean": "rm -rf dist",
11
11
  "prepublishOnly": "npm run clean && npm run build",
12
- "release": "standard-version && npm run build && npm publish --access public",
13
- "release:beta": "standard-version --prerelease beta && npm run build && npm publish --access public --tag beta",
12
+ "release": "commit-and-tag-version && npm run build && npm publish --access public",
13
+ "release:beta": "commit-and-tag-version --prerelease beta && npm run build && npm publish --access public --tag beta",
14
14
  "test": "jest",
15
15
  "test:coverage": "jest --coverage",
16
16
  "lint": "eslint .",
@@ -25,7 +25,7 @@
25
25
  ],
26
26
  "author": "Tumbaland Team",
27
27
  "license": "MIT",
28
- "standard-version": {
28
+ "commit-and-tag-version": {
29
29
  "tagPrefix": "backend-core-v"
30
30
  },
31
31
  "devDependencies": {
@@ -35,7 +35,7 @@
35
35
  "@types/jsonwebtoken": "^9.0.10",
36
36
  "@types/morgan": "^1.9.10",
37
37
  "@types/node": "^26.1.0",
38
- "standard-version": "^9.5.0",
38
+ "commit-and-tag-version": "^13.1.2",
39
39
  "typescript": "^6.0.3"
40
40
  },
41
41
  "dependencies": {