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.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -5
- data/README.md +1 -1
- data/app/assets/builds/turbo_reflex.js +1 -1
- data/app/assets/builds/turbo_reflex.js.map +3 -3
- data/app/javascript/index.js +3 -3
- data/app/javascript/logger.js +1 -1
- data/lib/turbo_reflex/runner.rb +8 -2
- data/lib/turbo_reflex/state_manager.rb +8 -2
- data/lib/turbo_reflex/version.rb +1 -1
- data/package.json +1 -1
- data/tags +639 -596
- data/yarn-error.log +12 -12
- data/yarn.lock +6 -6
- metadata +2 -2
data/yarn-error.log
CHANGED
@@ -14,22 +14,22 @@ Platform:
|
|
14
14
|
darwin arm64
|
15
15
|
|
16
16
|
Trace:
|
17
|
-
Error:
|
18
|
-
at
|
19
|
-
at
|
20
|
-
at
|
21
|
-
at
|
22
|
-
at
|
23
|
-
at
|
24
|
-
at
|
25
|
-
at
|
26
|
-
at
|
27
|
-
at
|
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.
|
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.
|
913
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
914
|
-
integrity sha512-
|
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.
|
967
|
-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.
|
968
|
-
integrity sha512-
|
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.
|
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-
|
11
|
+
date: 2022-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|