turbo_reflex 0.0.16 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
data/yarn-error.log CHANGED
@@ -14,22 +14,22 @@ Platform:
14
14
  darwin arm64
15
15
 
16
16
  Trace:
17
- Error: canceled
18
- at Interface.<anonymous> (/Users/nathan/.asdf/installs/nodejs/16.17.0/.npm/lib/node_modules/yarn/lib/cli.js:137150:13)
19
- at Interface.emit (node:events:513:28)
20
- at Interface._ttyWrite (node:readline:1085:16)
21
- at ReadStream.onkeypress (node:readline:291:10)
22
- at ReadStream.emit (node:events:513:28)
23
- at emitKeys (node:internal/readline/utils:357:14)
24
- at emitKeys.next (<anonymous>)
25
- at ReadStream.onData (node:internal/readline/emitKeypressEvents:61:36)
26
- at ReadStream.emit (node:events:513:28)
27
- at addChunk (node:internal/streams/readable:315:12)
17
+ Error: https://registry.yarnpkg.com/-/user/org.couchdb.user:hopsoft: failed to authenticate: Could not authenticate hopsoft: bad password
18
+ at Request.params.callback [as _callback] (/Users/nathan/.asdf/installs/nodejs/16.17.0/.npm/lib/node_modules/yarn/lib/cli.js:66145:18)
19
+ at Request.self.callback (/Users/nathan/.asdf/installs/nodejs/16.17.0/.npm/lib/node_modules/yarn/lib/cli.js:140890:22)
20
+ at Request.emit (node:events:513:28)
21
+ at Request.<anonymous> (/Users/nathan/.asdf/installs/nodejs/16.17.0/.npm/lib/node_modules/yarn/lib/cli.js:141862:10)
22
+ at Request.emit (node:events:513:28)
23
+ at IncomingMessage.<anonymous> (/Users/nathan/.asdf/installs/nodejs/16.17.0/.npm/lib/node_modules/yarn/lib/cli.js:141784:12)
24
+ at Object.onceWrapper (node:events:627:28)
25
+ at IncomingMessage.emit (node:events:525:35)
26
+ at endReadableNT (node:internal/streams/readable:1358:12)
27
+ at processTicksAndRejections (node:internal/process/task_queues:83:21)
28
28
 
29
29
  npm manifest:
30
30
  {
31
31
  "name": "turbo_reflex",
32
- "version": "0.0.14",
32
+ "version": "0.0.16",
33
33
  "description": "Reflexes for Turbo Frames that help you build robust reactive applications",
34
34
  "main": "app/javascript/index.js",
35
35
  "repository": "https://github.com/hopsoft/turbo_reflex",
data/yarn.lock CHANGED
@@ -909,9 +909,9 @@ eslint@^6.8.0:
909
909
  v8-compile-cache "^2.0.3"
910
910
 
911
911
  eslint@^8.19.0:
912
- version "8.26.0"
913
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
914
- integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
912
+ version "8.27.0"
913
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.27.0.tgz#d547e2f7239994ad1faa4bb5d84e5d809db7cf64"
914
+ integrity sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==
915
915
  dependencies:
916
916
  "@eslint/eslintrc" "^1.3.3"
917
917
  "@humanwhocodes/config-array" "^0.11.6"
@@ -963,9 +963,9 @@ espree@^6.1.2:
963
963
  eslint-visitor-keys "^1.1.0"
964
964
 
965
965
  espree@^9.4.0:
966
- version "9.4.0"
967
- resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
968
- integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
966
+ version "9.4.1"
967
+ resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.1.tgz#51d6092615567a2c2cff7833445e37c28c0065bd"
968
+ integrity sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==
969
969
  dependencies:
970
970
  acorn "^8.8.0"
971
971
  acorn-jsx "^5.3.2"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbo_reflex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nate Hopkins (hopsoft)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-05 00:00:00.000000000 Z
11
+ date: 2022-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails