harperdb 4.2.0-beta.8 → 4.2.0-beta.9
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/README.md +1 -1
- package/application-template/config.yaml +1 -1
- package/bin/harperdb.js +56 -56
- package/bin/lite.js +19 -19
- package/launchServiceScripts/launchInstallNATSServer.js +1 -1
- package/launchServiceScripts/launchNatsIngestService.js +16 -16
- package/launchServiceScripts/launchNatsReplyService.js +16 -16
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +16 -16
- package/npm-shrinkwrap.json +8 -86
- package/package.json +1 -1
- package/resources/Table.d.ts +8 -1
- package/resources/databases.d.ts +8 -1
- package/server/jobs/jobProcess.js +16 -16
- package/server/threads/threadServer.js +19 -19
- package/utility/scripts/restartHdb.js +16 -16
- package/application-template/routes/index.js +0 -14
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# This defines the configuration of this application. Each defines a (sub) component that is loaded and
|
|
2
2
|
# used for this application. These components can provide specific functionality and define how different
|
|
3
3
|
# files in your app are loaded.
|
|
4
|
-
|
|
4
|
+
REST: true # These provides the HTTP REST interface for all exported resources
|
|
5
5
|
graphqlSchema: # These reads GraphQL schemas to define the schema of database/tables/attributes.
|
|
6
6
|
files: '*.graphql' # looks for these files
|
|
7
7
|
# path: / # exported queries are on the root path by default
|