npm package diff
Package: @forge/kvs
Versions: 0.1.2-next.0-experimental-beb5acf - 0.1.2-next.1
Modified: package/out/index.js
Index: package/out/index.js
===================================================================
--- package/out/index.js
+++ package/out/index.js
@@ -1,7 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
-exports.kvs = exports.Filter = exports.FilterConditions = exports.WhereConditions = void 0;
+exports.kvs = exports.Filter = exports.WhereConditions = exports.FilterConditions = void 0;
const tslib_1 = require("tslib");
const kvs_1 = require("./kvs");
const storage_api_1 = require("./storage-api");
function getFetchClient() {
@@ -31,12 +31,12 @@
}
const storageApi = new storage_api_1.StorageApi(getFetchClient());
const kvs = new kvs_1.KvsImpl(storageApi);
exports.kvs = kvs;
-tslib_1.__exportStar(require("./interfaces/types"), exports);
-tslib_1.__exportStar(require("./errors"), exports);
var conditions_1 = require("./conditions");
-Object.defineProperty(exports, "WhereConditions", { enumerable: true, get: function () { return conditions_1.WhereConditions; } });
Object.defineProperty(exports, "FilterConditions", { enumerable: true, get: function () { return conditions_1.FilterConditions; } });
+Object.defineProperty(exports, "WhereConditions", { enumerable: true, get: function () { return conditions_1.WhereConditions; } });
var entity_query_1 = require("./entity-query");
Object.defineProperty(exports, "Filter", { enumerable: true, get: function () { return entity_query_1.FilterBuilder; } });
+tslib_1.__exportStar(require("./errors"), exports);
+tslib_1.__exportStar(require("./interfaces/types"), exports);
exports.default = kvs;
Modified: package/package.json
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@forge/kvs",
- "version": "0.1.2-next.0-experimental-beb5acf",
+ "version": "0.1.2-next.1",
"description": "Forge Key Value Store SDK",
"author": "Atlassian",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "out/index.js",
@@ -18,9 +18,9 @@
"@atlassian/xen-test-util": "^4.2.0",
"@types/node": "14.18.63"
},
"dependencies": {
- "@forge/api": "^5.2.0-next.0-experimental-beb5acf"
+ "@forge/api": "^5.2.0-next.0"
},
"publishConfig": {
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
}
Modified: package/out/index.d.ts.map
Index: package/out/index.d.ts.map
===================================================================
--- package/out/index.d.ts.map
+++ package/out/index.d.ts.map
@@ -1,1 +1,1 @@
-{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAqChC,QAAA,MAAM,GAAG,SAA0B,CAAC;AAEpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AACjE,OAAO,EAAE,aAAa,IAAI,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,GAAG,EAAE,CAAC;AACf,eAAe,GAAG,CAAC"}
\ No newline at end of file
+{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAqChC,QAAA,MAAM,GAAG,SAA0B,CAAC;AAEpC,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACjE,OAAO,EAAE,aAAa,IAAI,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACzD,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAChE,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,GAAG,EAAE,CAAC;AACf,eAAe,GAAG,CAAC"}
\ No newline at end of file
Modified: package/out/index.d.ts
Index: package/out/index.d.ts
===================================================================
--- package/out/index.d.ts
+++ package/out/index.d.ts
@@ -1,9 +1,10 @@
import { KvsImpl } from './kvs';
declare const kvs: KvsImpl;
-export * from './interfaces/types';
-export * from './errors';
-export { WhereConditions, FilterConditions } from './conditions';
+export { FilterConditions, WhereConditions } from './conditions';
export { FilterBuilder as Filter } from './entity-query';
+export * from './errors';
+export { AndFilter, OrFilter } from './interfaces/entity-query';
+export * from './interfaces/types';
export { kvs };
export default kvs;
//# sourceMappingURL=index.d.ts.map
\ No newline at end of file