@forestadmin/datasource-sql 1.8.0 → 1.9.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.
@@ -21,10 +21,10 @@ class Introspector {
21
21
  : introspection;
22
22
  if (formattedIntrospection && formattedIntrospection.version > INTROSPECTION_FORMAT_VERSION) {
23
23
  /* This can only occur in CLOUD version, either:
24
- - cloud-toolkit does not have the same version of datasource-sql
24
+ - forest-cloud does not have the same version of datasource-sql
25
25
  as cloud-agent-manager & forestadmin-server (We need to fix)
26
26
  - datasource-sql should be updated in the local repository
27
- of the client. He should be prompted to update cloud-toolkit.
27
+ of the client. He should be prompted to update forest-cloud.
28
28
  */
29
29
  throw new Error('This version of introspection is newer than this package version. ' +
30
30
  'Please update @forestadmin/datasource-sql');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forestadmin/datasource-sql",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "main": "dist/index.js",
5
5
  "license": "GPL-3.0",
6
6
  "publishConfig": {