wg-api-sdk 4.31.76-alpha.2 → 4.31.76

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 (1) hide show
  1. package/package.json +1 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "4.31.76-alpha.2",
3
+ "version": "4.31.76",
4
4
  "description": "An SDK that provides auto-generated fetch functions and types for interacting with WeGroup 's APIs, based on the OpenAPI specification file.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.mjs",
@@ -14,8 +14,6 @@
14
14
  "generate": "npx tsx scripts/index.ts && npm run generate-openapi-types",
15
15
  "build": "NODE_OPTIONS='--max-old-space-size=8192' tsup",
16
16
  "version-check": "npx tsx scripts/ci/version-check.ts",
17
- "tag": "bash scripts/tag.sh",
18
- "tag:alpha": "bash scripts/tag.sh",
19
17
  "publish-manually": "npm run generate && npm run build && npm publish",
20
18
  "generate-openapi-types": "npx openapi-typescript http://api.staging.wegroup.be/openapi/spec.json --output src/types/schema.ts --root-types --empty-objects-unknown"
21
19
  },