dcl-catalyst-client 18.0.0 → 18.1.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.
@@ -0,0 +1,7 @@
1
+ import { buildEntity, buildEntityAndFile, DeploymentData } from './DeploymentBuilder';
2
+ export declare const DeploymentBuilder: {
3
+ buildEntity: typeof buildEntity;
4
+ buildEntityAndFile: typeof buildEntityAndFile;
5
+ };
6
+ export { DeploymentData };
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/client/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACrF,eAAO,MAAM,iBAAiB;;;CAAsC,CAAA;AACpE,OAAO,EAAE,cAAc,EAAE,CAAA"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeploymentBuilder = void 0;
4
+ const DeploymentBuilder_1 = require("./DeploymentBuilder");
5
+ exports.DeploymentBuilder = { buildEntity: DeploymentBuilder_1.buildEntity, buildEntityAndFile: DeploymentBuilder_1.buildEntityAndFile };
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/client/utils/index.ts"],"names":[],"mappings":";;;AAAA,2DAAqF;AACxE,QAAA,iBAAiB,GAAG,EAAE,WAAW,EAAX,+BAAW,EAAE,kBAAkB,EAAlB,sCAAkB,EAAE,CAAA"}
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from './client/CatalystClient';
2
2
  export * from './client/ContentClient';
3
3
  export * from './client/LambdasClient';
4
+ export * from './client/utils';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,gBAAgB,CAAA"}
package/dist/index.js CHANGED
@@ -17,4 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./client/CatalystClient"), exports);
18
18
  __exportStar(require("./client/ContentClient"), exports);
19
19
  __exportStar(require("./client/LambdasClient"), exports);
20
+ __exportStar(require("./client/utils"), exports);
20
21
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAuC;AACvC,yDAAsC;AACtC,yDAAsC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAuC;AACvC,yDAAsC;AACtC,yDAAsC;AACtC,iDAA8B"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dcl-catalyst-client",
3
- "version": "18.0.0",
4
- "commit": "19752659650fc33f0c7b904ac67e6d1de7d93b96",
3
+ "version": "18.1.0",
4
+ "commit": "e7f18e1c12865b3961bd995907f1a99ecc046105",
5
5
  "description": "A client to query and perform changes on Decentraland's catalyst servers",
6
6
  "main": "dist/index.js",
7
7
  "typings": "dist/index.d.ts",