@flowcore/cli 2.2.0 → 2.2.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.
package/CHANGELOG.md CHANGED
@@ -10,6 +10,13 @@
10
10
 
11
11
  * added description to start that includes week ([58687a7](https://github.com/flowcore-io/flowcore-cli/commit/58687a7bbb66aaa5d6da26af88e555cbb1e72467))
12
12
 
13
+ ## [2.2.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.2.0...v2.2.1) (2024-02-16)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * bumped data core plugin ([51df38b](https://github.com/flowcore-io/flowcore-cli/commit/51df38bb2445fb3ede92fd460f8431dc8ff41777))
19
+
13
20
  ## [2.2.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.1.1...v2.2.0) (2024-02-16)
14
21
 
15
22
 
package/README.md CHANGED
@@ -18,7 +18,7 @@ $ npm install -g @flowcore/cli
18
18
  $ flowcore COMMAND
19
19
  running command...
20
20
  $ flowcore (--version)
21
- @flowcore/cli/2.2.0 linux-x64 node-v20.11.0
21
+ @flowcore/cli/2.2.1 linux-x64 node-v20.11.0
22
22
  $ flowcore --help [COMMAND]
23
23
  USAGE
24
24
  $ flowcore COMMAND
@@ -155,7 +155,7 @@ EXAMPLES
155
155
  $ cat <<EOF | flowcore data-core apply -f -
156
156
  ```
157
157
 
158
- _See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v1.0.0/src/commands/data-core/apply.ts)_
158
+ _See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v1.1.0/src/commands/data-core/apply.ts)_
159
159
 
160
160
  ## `flowcore help [COMMANDS]`
161
161
 
@@ -515,7 +515,7 @@ EXAMPLES
515
515
  $ flowcore stream https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream -o log -s 3m
516
516
  ```
517
517
 
518
- _See code: [src/commands/stream.ts](https://github.com/flowcore-io/flowcore-cli/blob/v2.2.0/src/commands/stream.ts)_
518
+ _See code: [src/commands/stream.ts](https://github.com/flowcore-io/flowcore-cli/blob/v2.2.1/src/commands/stream.ts)_
519
519
 
520
520
  ## `flowcore version`
521
521
 
@@ -101,5 +101,5 @@
101
101
  ]
102
102
  }
103
103
  },
104
- "version": "2.2.0"
104
+ "version": "2.2.1"
105
105
  }
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "dependencies": {
7
7
  "@datastructures-js/queue": "^4.2.3",
8
8
  "@flowcore/cli-plugin-config": "^1.0.5",
9
- "@flowcore/cli-plugin-data-core": "^1.0.0",
9
+ "@flowcore/cli-plugin-data-core": "^1.1.0",
10
10
  "@flowcore/time-bucket": "^1.1.0",
11
11
  "@oclif/core": "^3",
12
12
  "@oclif/plugin-autocomplete": "^3.0.2",
@@ -87,7 +87,7 @@
87
87
  "prestart": "npm run build",
88
88
  "update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
89
89
  },
90
- "version": "2.2.0",
90
+ "version": "2.2.1",
91
91
  "bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
92
92
  "keywords": [
93
93
  "flowcore",