@amanm/vertex-maas 0.0.1 → 0.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.
package/dist/index.js CHANGED
@@ -31,7 +31,7 @@ var import_openai_compatible = require("@ai-sdk/openai-compatible");
31
31
  var import_provider_utils3 = require("@ai-sdk/provider-utils");
32
32
 
33
33
  // src/version.ts
34
- var VERSION = true ? "0.0.1" : "0.0.0-test";
34
+ var VERSION = true ? "0.0.2" : "0.0.0-test";
35
35
 
36
36
  // src/vertex-maas-auth-fetch.ts
37
37
  var import_provider_utils = require("@ai-sdk/provider-utils");
package/dist/index.mjs CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  } from "@ai-sdk/provider-utils";
13
13
 
14
14
  // src/version.ts
15
- var VERSION = true ? "0.0.1" : "0.0.0-test";
15
+ var VERSION = true ? "0.0.2" : "0.0.0-test";
16
16
 
17
17
  // src/vertex-maas-auth-fetch.ts
18
18
  import { normalizeHeaders } from "@ai-sdk/provider-utils";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amanm/vertex-maas",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -20,6 +20,7 @@
20
20
  "build": "pnpm clean && tsup --tsconfig tsconfig.build.json",
21
21
  "build:watch": "pnpm clean && tsup --watch",
22
22
  "clean": "del-cli dist *.tsbuildinfo",
23
+ "prepack": "pnpm build",
23
24
  "lint": "eslint \"./**/*.ts*\"",
24
25
  "type-check": "tsc --build",
25
26
  "prettier-check": "prettier --check \"./**/*.ts*\"",
@@ -58,13 +59,13 @@
58
59
  "publishConfig": {
59
60
  "access": "public"
60
61
  },
61
- "homepage": "https://ai-sdk.dev/docs",
62
+ "homepage": "https://github.com/amanmprojects/vertex-maas#readme",
62
63
  "repository": {
63
64
  "type": "git",
64
- "url": "git+https://github.com/vercel/ai.git"
65
+ "url": "git+https://github.com/amanmprojects/vertex-maas.git"
65
66
  },
66
67
  "bugs": {
67
- "url": "https://github.com/vercel/ai/issues"
68
+ "url": "https://github.com/amanmprojects/vertex-maas/issues"
68
69
  },
69
70
  "keywords": [
70
71
  "ai"