openc3 6.8.0 → 6.8.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b3a2017659bdea9209911793ce6d8f53c28320df77e9c938e1a3ec6d0e88527
4
- data.tar.gz: 950e4c86f740f303186262aa4c808f063219b7097e4b1a0c343aa83da9a71b48
3
+ metadata.gz: c5c9572654acef44ab63e67ad9a7b52aa251ea68ec7b71ab334ee808b11fc775
4
+ data.tar.gz: 7e8d5cbe0502c419fe1302e248356ce353f2dfaad2137261c526a154c4d48d7a
5
5
  SHA512:
6
- metadata.gz: a6bcbc2924b4b7b0e7d961a0892f5e74fbb527998527f3c1ae1d7ba4c3213cbda5088864383c25bbebdeca01b09571efb596248d892fb513dc30181bbf376b1c
7
- data.tar.gz: 0f42338482eb4069675bee41a29b0396ced047520a7300f7a627dcca2ff0fc483536448860f82e6e99a44a42b09ce64b261604fc35dd586b53ac764352ac9118
6
+ metadata.gz: 10c253d0b643320ae6cb2cc5f435179a45aee18ba4fa232c058eb1517b417a1d379805c97db8ef0afebb4520694c30b7be6b6bed23cc05ec1bb7e9f6d190347c
7
+ data.tar.gz: 54fb43c3cb643213da37343e0bbef903ea070574b168a6451832d3097682c0ab6ae9371b6afc7a5f7d61a474b773cd0c787b0aceeca3a768fbfe6676f4da1e6f
data/bin/openc3cli CHANGED
@@ -1017,8 +1017,11 @@ if not ARGV[0].nil? # argument(s) given
1017
1017
  end
1018
1018
 
1019
1019
  when 'createqueue'
1020
- queue = OpenC3::QueueModel.new(name: ARGV[1], state: 'RELEASE', scope: ARGV[2])
1021
- queue.create
1020
+ queue = OpenC3::QueueModel.get(name: ARGV[1], scope: ARGV[2])
1021
+ unless queue
1022
+ queue = OpenC3::QueueModel.new(name: ARGV[1], state: 'RELEASE', scope: ARGV[2])
1023
+ queue.create
1024
+ end
1022
1025
 
1023
1026
  when 'destroyscope'
1024
1027
  scope = OpenC3::ScopeModel.get_model(name: ARGV[1])
@@ -1,14 +1,14 @@
1
1
  # encoding: ascii-8bit
2
2
 
3
- OPENC3_VERSION = '6.8.0'
3
+ OPENC3_VERSION = '6.8.1'
4
4
  module OpenC3
5
5
  module Version
6
6
  MAJOR = '6'
7
7
  MINOR = '8'
8
- PATCH = '0'
8
+ PATCH = '1'
9
9
  OTHER = ''
10
- BUILD = '35fc05d093679cc901fc15e31a9af4b71fad61b4'
10
+ BUILD = 'cd2a90541ad224d1dd22e28b4f6a9c0630db26ba'
11
11
  end
12
- VERSION = '6.8.0'
13
- GEM_VERSION = '6.8.0'
12
+ VERSION = '6.8.1'
13
+ GEM_VERSION = '6.8.1'
14
14
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "<%= tool_name %>",
3
- "version": "6.8.0",
3
+ "version": "6.8.1",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "start": "ng serve",
@@ -23,7 +23,7 @@
23
23
  "@angular/platform-browser-dynamic": "^18.2.6",
24
24
  "@angular/router": "^18.2.6",
25
25
  "@astrouxds/astro-web-components": "^7.24.0",
26
- "@openc3/js-common": "6.8.0",
26
+ "@openc3/js-common": "6.8.1",
27
27
  "rxjs": "~7.8.0",
28
28
  "single-spa": "^5.9.5",
29
29
  "single-spa-angular": "^9.2.0",
@@ -16,7 +16,7 @@
16
16
  "@emotion/react": "^11.13.3",
17
17
  "@emotion/styled": "^11.11.0",
18
18
  "@mui/material": "^6.1.1",
19
- "@openc3/js-common": "6.8.0",
19
+ "@openc3/js-common": "6.8.1",
20
20
  "react": "^18.2.0",
21
21
  "react-dom": "^18.2.0",
22
22
  "single-spa-react": "^5.1.4"
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@astrouxds/astro-web-components": "^7.24.0",
15
- "@openc3/js-common": "6.8.0",
15
+ "@openc3/js-common": "6.8.1",
16
16
  "@smui/button": "^7.0.0",
17
17
  "@smui/common": "^7.0.0",
18
18
  "@smui/card": "^7.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "<%= tool_name %>",
3
- "version": "6.8.0",
3
+ "version": "6.8.1",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@astrouxds/astro-web-components": "^7.24.0",
14
- "@openc3/js-common": "6.8.0",
15
- "@openc3/vue-common": "6.8.0",
14
+ "@openc3/js-common": "6.8.1",
15
+ "@openc3/vue-common": "6.8.1",
16
16
  "axios": "^1.7.7",
17
17
  "date-fns": "^4.1.0",
18
18
  "lodash": "^4.17.21",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "<%= widget_name %>",
3
- "version": "6.8.0",
3
+ "version": "6.8.1",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@astrouxds/astro-web-components": "^7.24.0",
11
- "@openc3/vue-common": "6.8.0",
11
+ "@openc3/vue-common": "6.8.1",
12
12
  "vuetify": "^3.7.1"
13
13
  },
14
14
  "devDependencies": {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openc3
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.8.0
4
+ version: 6.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Melton