neeto-commons-backend 1.0.104 → 1.0.105

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ddc7a314a9caf8aaa2b8bcbc34ed5eecf782a2abde5f354aa9903df1bcc394a4
4
- data.tar.gz: 5182c18409a1055f2bb856beffaf91514bbfbb4a159a86525418c72785dbf80d
3
+ metadata.gz: 8ba7cbdf7d7e3c9778939325506aef341f9ccfc0dcd553a9478ba18953a106b7
4
+ data.tar.gz: cf3ad3a94a6dab3334bd096afa58755e630475c669858f14f309f514e1260b33
5
5
  SHA512:
6
- metadata.gz: 7e5c3fa4bb231e4c3e6f8e21340219d43e7232e8f56ae4f51ee13404875e231e02ba7101cd442c3851bae1500570a1528b450bf0a1bdbe986ccda9d93551f47d
7
- data.tar.gz: 69993989b507a118e4d9537e66e10db4558bcc26e616b8c79f68455538d1ed193e220179ff92275d1aeddaf989cd32eb1006ef64a1c4a54e33b05c22227af2f8
6
+ metadata.gz: 4e49f69138da36f0b9eef8c9bfe6216845be086dce6f0614a7e019d34ae8099f841400f2a6f740b4040180952123ff7bf692bd636d839ab9ebe5f8aa236a9d94
7
+ data.tar.gz: 77249264571810fd29580c1e06b814c3c249a74dee29432e381fcb31c1923d33c8a3af55160ec1e4cb4c4411deaffb61077c96936cbd5a119a30eacc4051ef26
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neeto-commons-backend (1.0.104)
4
+ neeto-commons-backend (1.0.105)
5
5
  actionview
6
6
  bullet
7
7
  database_cleaner
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@babel/eslint-parser": "7.17.0",
31
- "@bigbinary/eslint-plugin-neeto": "1.0.48",
31
+ "@bigbinary/eslint-plugin-neeto": "1.0.49",
32
32
  "eslint": "8.14.0",
33
33
  "eslint-config-prettier": "8.5.0",
34
34
  "eslint-plugin-cypress": "2.12.1",
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NeetoCommonsBackend
4
- VERSION = "1.0.104"
4
+ VERSION = "1.0.105"
5
5
  end
data/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "@babel/plugin-transform-runtime": "7.17.10",
9
9
  "@babel/preset-env": "7.17.10",
10
10
  "@babel/preset-react": "7.16.7",
11
- "@bigbinary/eslint-plugin-neeto": "1.0.48",
11
+ "@bigbinary/eslint-plugin-neeto": "1.0.49",
12
12
  "@bigbinary/neeto-commons-frontend": "2.0.74",
13
13
  "eslint": "8.14.0",
14
14
  "eslint-config-prettier": "8.5.0",
data/yarn.lock CHANGED
@@ -967,10 +967,10 @@
967
967
  "@babel/helper-validator-identifier" "^7.18.6"
968
968
  to-fast-properties "^2.0.0"
969
969
 
970
- "@bigbinary/eslint-plugin-neeto@1.0.48":
971
- version "1.0.48"
972
- resolved "https://registry.yarnpkg.com/@bigbinary/eslint-plugin-neeto/-/eslint-plugin-neeto-1.0.48.tgz#a4003e9653ec0a08c2c9bc0a06c476319dbcc8e0"
973
- integrity sha512-P5DVjX7wy/oLxgEq4ocCWO3UlWHzalya/UtTnEnSezaNSUlanysNfFOClXhLrNv5F+RRHVY5tAMiwo4+7JlGBQ==
970
+ "@bigbinary/eslint-plugin-neeto@1.0.49":
971
+ version "1.0.49"
972
+ resolved "https://registry.yarnpkg.com/@bigbinary/eslint-plugin-neeto/-/eslint-plugin-neeto-1.0.49.tgz#ffccd9d4eeba149a75678443a2b9a61261cbf377"
973
+ integrity sha512-wfw29eDjijitPLZrbIuap6tffwT3ZnZKgQ1ZHJdUIkEiftcpI2DmIMwSqj4tpsoyDdn1KzGzwUpJSKF2q25brw==
974
974
 
975
975
  "@bigbinary/neeto-commons-frontend@2.0.74":
976
976
  version "2.0.74"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neeto-commons-backend
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.104
4
+ version: 1.0.105
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prasanth Chaduvula
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-30 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionview