@live-change/cli 0.8.0 → 0.8.2

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/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2019-2022 Michał Łaszczewski
1
+ Copyright 2019-2024 Michał Łaszczewski
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
package/bin/lcli.js CHANGED
@@ -1,4 +1,6 @@
1
- import starter from '../lib/starter.js'
1
+ #!/usr/bin/env node
2
+
3
+ import { starter } from '@live-change/cli'
2
4
 
3
5
  starter()
4
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/cli",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "description": "Live Change Framework - command line interface",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -26,11 +26,11 @@
26
26
  "homepage": "https://github.com/live-change/live-change-framework",
27
27
  "dependencies": {
28
28
  "@live-change/dao": "0.6.0",
29
- "@live-change/dao-sockjs": "0.6.0",
30
- "@live-change/dao-websocket": "0.6.0",
31
- "@live-change/db-server": "0.7.2",
32
- "@live-change/framework": "^0.8.0",
33
- "@live-change/server": "^0.8.0",
29
+ "@live-change/dao-sockjs": "^0.8.2",
30
+ "@live-change/dao-websocket": "^0.8.2",
31
+ "@live-change/db-server": "^0.8.2",
32
+ "@live-change/framework": "^0.8.2",
33
+ "@live-change/server": "^0.8.2",
34
34
  "dotenv": "^16.4.4",
35
35
  "express": "^4.18.2",
36
36
  "http-proxy-middleware": "2.0.6",
@@ -40,5 +40,5 @@
40
40
  "websocket": "^1.0.34",
41
41
  "yargs": "^17.7.2"
42
42
  },
43
- "gitHead": "59b8c38965b6b737b6123fdcdf12fd0b5bed164f"
43
+ "gitHead": "53b8efc8ec7f5c1c4af33077d8fb4a8a5580f1d9"
44
44
  }