@vectorstores/azure 0.1.0 → 0.1.1

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.cjs CHANGED
@@ -1123,7 +1123,7 @@ console.log({ response });
1123
1123
  }
1124
1124
  }
1125
1125
 
1126
- var version = "0.1.0";
1126
+ var version = "0.1.1";
1127
1127
  var pkg = {
1128
1128
  version: version};
1129
1129
 
@@ -1121,7 +1121,7 @@ console.log({ response });
1121
1121
  }
1122
1122
  }
1123
1123
 
1124
- var version = "0.1.0";
1124
+ var version = "0.1.1";
1125
1125
  var pkg = {
1126
1126
  version: version};
1127
1127
 
package/dist/index.js CHANGED
@@ -1121,7 +1121,7 @@ console.log({ response });
1121
1121
  }
1122
1122
  }
1123
1123
 
1124
- var version = "0.1.0";
1124
+ var version = "0.1.1";
1125
1125
  var pkg = {
1126
1126
  version: version};
1127
1127
 
package/dist/storage.cjs CHANGED
@@ -6,7 +6,7 @@ var cosmos = require('@azure/cosmos');
6
6
  var identity = require('@azure/identity');
7
7
  var env = require('@vectorstores/env');
8
8
 
9
- var version = "0.1.0";
9
+ var version = "0.1.1";
10
10
  var pkg = {
11
11
  version: version};
12
12
 
@@ -4,7 +4,7 @@ import { CosmosClient } from '@azure/cosmos';
4
4
  import { DefaultAzureCredential } from '@azure/identity';
5
5
  import { getEnv } from '@vectorstores/env';
6
6
 
7
- var version = "0.1.0";
7
+ var version = "0.1.1";
8
8
  var pkg = {
9
9
  version: version};
10
10
 
package/dist/storage.js CHANGED
@@ -4,7 +4,7 @@ import { CosmosClient } from '@azure/cosmos';
4
4
  import { DefaultAzureCredential } from '@azure/identity';
5
5
  import { getEnv } from '@vectorstores/env';
6
6
 
7
- var version = "0.1.0";
7
+ var version = "0.1.1";
8
8
  var pkg = {
9
9
  version: version};
10
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vectorstores/azure",
3
3
  "description": "Azure Storage for vectorstores",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -55,11 +55,11 @@
55
55
  "@types/node": "^24.0.13",
56
56
  "dotenv": "^17.2.0",
57
57
  "vitest": "^2.1.5",
58
- "@vectorstores/env": "0.1.0",
59
- "@vectorstores/core": "0.1.0"
58
+ "@vectorstores/core": "0.1.1",
59
+ "@vectorstores/env": "0.1.0"
60
60
  },
61
61
  "peerDependencies": {
62
- "@vectorstores/core": "0.1.0",
62
+ "@vectorstores/core": "0.1.1",
63
63
  "@vectorstores/env": "0.1.0"
64
64
  },
65
65
  "dependencies": {