@golemio/playgrounds 1.1.6 → 1.1.7-dev.1227718183

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.
@@ -5,6 +5,7 @@ exports.PlaygroundsDataSource = void 0;
5
5
  const SourceSchemaProvider_1 = require("../schema-definitions/json-schema/SourceSchemaProvider");
6
6
  const integration_engine_1 = require("@golemio/core/dist/integration-engine");
7
7
  const config_1 = require("@golemio/core/dist/integration-engine/config");
8
+ const HTTPFetchProtocolStrategy_1 = require("@golemio/core/dist/integration-engine/datasources/protocol-strategy/HTTPFetchProtocolStrategy");
8
9
  const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
9
10
  class PlaygroundsDataSource {
10
11
  }
@@ -12,7 +13,7 @@ exports.PlaygroundsDataSource = PlaygroundsDataSource;
12
13
  _a = PlaygroundsDataSource;
13
14
  PlaygroundsDataSource.dataSourceName = "PlaygroundsDataSource";
14
15
  PlaygroundsDataSource.get = () => {
15
- return new integration_engine_1.DataSource(_a.dataSourceName, new integration_engine_1.HTTPProtocolStrategy({
16
+ return new integration_engine_1.DataSource(_a.dataSourceName, new HTTPFetchProtocolStrategy_1.HTTPFetchProtocolStrategy({
16
17
  headers: {},
17
18
  method: "GET",
18
19
  url: config_1.config.datasources.Playgrounds,
@@ -1 +1 @@
1
- {"version":3,"file":"PlaygroundsDataSource.js","sourceRoot":"","sources":["../../src/integration-engine/PlaygroundsDataSource.ts"],"names":[],"mappings":";;;;AAAA,iGAA6E;AAC7E,8EAA+G;AAC/G,yEAAsE;AACtE,mFAAkF;AAElF,MAAa,qBAAqB;;AAAlC,sDAeC;;AAdkB,oCAAc,GAAG,uBAAuB,AAA1B,CAA2B;AAE1C,yBAAG,GAAG,GAAe,EAAE;IACjC,OAAO,IAAI,+BAAU,CACjB,EAAI,CAAC,cAAc,EACnB,IAAI,yCAAoB,CAAC;QACrB,OAAO,EAAE,EAAE;QACX,MAAM,EAAE,KAAK;QACb,GAAG,EAAE,eAAM,CAAC,WAAW,CAAC,WAAW;KACtC,CAAC,EACF,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,CAAC,EAClD,IAAI,uCAAmB,CAAC,EAAI,CAAC,cAAc,GAAG,WAAW,EAAE,2CAAoB,CAAC,UAAU,EAAE,IAAI,CAAC,CACpG,CAAC;AACN,CAAC,AAXgB,CAWf"}
1
+ {"version":3,"file":"PlaygroundsDataSource.js","sourceRoot":"","sources":["../../src/integration-engine/PlaygroundsDataSource.ts"],"names":[],"mappings":";;;;AAAA,iGAA6E;AAC7E,8EAAyF;AACzF,yEAAsE;AACtE,6IAA0I;AAC1I,mFAAkF;AAElF,MAAa,qBAAqB;;AAAlC,sDAeC;;AAdkB,oCAAc,GAAG,uBAAuB,AAA1B,CAA2B;AAE1C,yBAAG,GAAG,GAAe,EAAE;IACjC,OAAO,IAAI,+BAAU,CACjB,EAAI,CAAC,cAAc,EACnB,IAAI,qDAAyB,CAAC;QAC1B,OAAO,EAAE,EAAE;QACX,MAAM,EAAE,KAAK;QACb,GAAG,EAAE,eAAM,CAAC,WAAW,CAAC,WAAW;KACtC,CAAC,EACF,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,CAAC,EAClD,IAAI,uCAAmB,CAAC,EAAI,CAAC,cAAc,GAAG,WAAW,EAAE,2CAAoB,CAAC,UAAU,EAAE,IAAI,CAAC,CACpG,CAAC;AACN,CAAC,AAXgB,CAWf"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/playgrounds",
3
- "version": "1.1.6",
3
+ "version": "1.1.7-dev.1227718183",
4
4
  "description": "Golemio Playgrounds Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "@commitlint/config-conventional": "^11.0.0",
35
35
  "@golemio/city-districts": "1.2.7",
36
36
  "@golemio/cli": "1.5.0",
37
- "@golemio/core": "1.9.2",
37
+ "@golemio/core": "1.9.16-dev.1226254874",
38
38
  "@golemio/db-common": "1.1.2",
39
39
  "@golemio/eslint-config": "1.1.1",
40
40
  "@types/chai": "4.2.3",