stigg-api-client 0.442.1 → 0.442.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 398358ede0f37f5202400eb191c1b953c7aeb365b33581e39b9ee8ee726282b2
4
- data.tar.gz: e2305d6bb4605b45a9a2f2efadcabf92abc14b9985e0996c3738a9f54fa7e928
3
+ metadata.gz: eb9d324e37b0288b3d42560fd581c8e3649a6b8c26299020d63058d76390bd5c
4
+ data.tar.gz: 1e6b1c135fb43bd9d69df101f565928d75c055fab57e3f08f3ee80244e489911
5
5
  SHA512:
6
- metadata.gz: 6b1129695d8d70b39c2f5d0a0751e4a7e95920acdd0ee30781bedc42b2eeef50fd1aea341a4a6bf1302cc3e273eee8306bc9c1bf7432ebbdf7a960c22e97972f
7
- data.tar.gz: 77c9ea114dc989603339487edb683f3f24cf6a0f8a1bd20c958013df07edceaf16087559123259ce5371fcd1ce44ec7db16ad2c0e41c77e6a51712405c4654e6
6
+ metadata.gz: 9331bd6e27adda3e869ae0689f884be3a63acd43dc0ec69ca7fe5d07fbb1f1ef1a0a9b558f2186e5dc2825ceef9cbc6970d3daba7a40de434c83c6673ed22a2e
7
+ data.tar.gz: c309be4710669b3e090920a7cf1060f5ac0a3e0bbd9aeb2f89ad9343d1d9848ccc3da05a3f2eec9596b029971c7635697c599dfa4f69f13883f1cedc26f6bc6b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.442.1)
4
+ stigg-api-client (0.442.2)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.442.1"
4
+ VERSION = "0.442.2"
5
5
  end
data/project.json CHANGED
@@ -5,21 +5,21 @@
5
5
  "implicitDependencies": ["api-client-schema"],
6
6
  "targets": {
7
7
  "generate": {
8
- "executor": "@nrwl/workspace:run-commands",
8
+ "executor": "nx:run-commands",
9
9
  "options": {
10
10
  "command": "./scripts/generate.sh",
11
11
  "cwd": "packages/api-client-ruby"
12
12
  }
13
13
  },
14
14
  "publish": {
15
- "executor": "@nrwl/workspace:run-commands",
15
+ "executor": "nx:run-commands",
16
16
  "options": {
17
17
  "command": "./scripts/publish.sh {args.ver}",
18
18
  "cwd": "packages/api-client-ruby"
19
19
  }
20
20
  },
21
21
  "test": {
22
- "executor": "@nrwl/workspace:run-commands",
22
+ "executor": "nx:run-commands",
23
23
  "options": {
24
24
  "command": "bundle exec rake spec",
25
25
  "cwd": "packages/api-client-ruby"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.442.1
4
+ version: 0.442.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg