funkophile 0.2.0 → 0.2.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.
- package/dist/esm/index.js +1 -0
- package/index.ts +2 -1
- package/package.json +2 -1
- package/tsconfig.json +2 -1
- package/yarn-error.log +107 -0
package/dist/esm/index.js
CHANGED
package/index.ts
CHANGED
|
@@ -121,7 +121,7 @@ export default (funkophileConfig: {
|
|
|
121
121
|
...funkophileConfig.initialState,
|
|
122
122
|
timestamp: Date.now(),
|
|
123
123
|
},
|
|
124
|
-
action
|
|
124
|
+
action,
|
|
125
125
|
) => {
|
|
126
126
|
// console.log("\u001b[7m\u001b[35m ||| Redux recieved action \u001b[0m", action.type)
|
|
127
127
|
if (!action.type.includes("@@redux")) {
|
|
@@ -135,6 +135,7 @@ export default (funkophileConfig: {
|
|
|
135
135
|
return {
|
|
136
136
|
...state,
|
|
137
137
|
[action["payload"].key]: {
|
|
138
|
+
// @ts-ignore
|
|
138
139
|
...state[action.payload.key],
|
|
139
140
|
...{
|
|
140
141
|
[action["payload"].src]: action["payload"].contents,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "funkophile",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"repository": "git@github.com:adamwong246/funkophile.git",
|
|
5
5
|
"author": "adam wong <adamwong246@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"@types/redux": "^3.6.0",
|
|
23
23
|
"@types/reselect": "^2.2.0",
|
|
24
24
|
"bluebird": "3.7.2",
|
|
25
|
+
"chokidar": "^4.0.3",
|
|
25
26
|
"fs-extra": "^11.3.0",
|
|
26
27
|
"glob": "11.0.1",
|
|
27
28
|
"tsc": "^2.0.4",
|
package/tsconfig.json
CHANGED
package/yarn-error.log
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
Arguments:
|
|
2
|
+
/Users/adam/.nvm/versions/node/v20.4.0/bin/node /opt/local/libexec/yarn/bin/yarn.js add @types/chokidar @types/glob-promise @types/bluebird
|
|
3
|
+
|
|
4
|
+
PATH:
|
|
5
|
+
/Users/adam/.wasmtime/bin:/Users/adam/Code/google-cloud-sdk/bin:/Users/adam/.yarn/bin:/Users/adam/.config/yarn/global/node_modules/.bin:/Users/adam/.nvm/versions/node/v20.4.0/bin:/opt/local/bin:/opt/local/sbin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Library/Apple/usr/bin:/Users/adam/.local/bin:/Users/adam/.cargo/bin:/Applications/iTerm.app/Contents/Resources/utilities:/opt/local/bin:/Users/adam/go/bin:/opt/homebrew/bin/go:/Users/adam/.rvm/bin
|
|
6
|
+
|
|
7
|
+
Yarn version:
|
|
8
|
+
1.22.19
|
|
9
|
+
|
|
10
|
+
Node version:
|
|
11
|
+
20.4.0
|
|
12
|
+
|
|
13
|
+
Platform:
|
|
14
|
+
darwin arm64
|
|
15
|
+
|
|
16
|
+
Trace:
|
|
17
|
+
Error: https://registry.yarnpkg.com/@types%2fglob-promise: Not found
|
|
18
|
+
at params.callback [as _callback] (/opt/local/libexec/yarn/lib/cli.js:66145:18)
|
|
19
|
+
at self.callback (/opt/local/libexec/yarn/lib/cli.js:140890:22)
|
|
20
|
+
at Request.emit (node:events:512:28)
|
|
21
|
+
at Request.<anonymous> (/opt/local/libexec/yarn/lib/cli.js:141862:10)
|
|
22
|
+
at Request.emit (node:events:512:28)
|
|
23
|
+
at IncomingMessage.<anonymous> (/opt/local/libexec/yarn/lib/cli.js:141784:12)
|
|
24
|
+
at Object.onceWrapper (node:events:626:28)
|
|
25
|
+
at IncomingMessage.emit (node:events:524:35)
|
|
26
|
+
at endReadableNT (node:internal/streams/readable:1378:12)
|
|
27
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
|
|
28
|
+
|
|
29
|
+
npm manifest:
|
|
30
|
+
{
|
|
31
|
+
"name": "funkophile",
|
|
32
|
+
"version": "0.0.3",
|
|
33
|
+
"main": "index.js",
|
|
34
|
+
"repository": "git@github.com:adamwong246/funkophile.git",
|
|
35
|
+
"author": "adam wong <adamwong246@gmail.com>",
|
|
36
|
+
"license": "MIT",
|
|
37
|
+
"type": "module",
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"@types/fs-extra": "^11.0.4",
|
|
40
|
+
"@types/redux": "^3.6.0",
|
|
41
|
+
"@types/reselect": "^2.2.0"
|
|
42
|
+
},
|
|
43
|
+
"exports": {
|
|
44
|
+
"./funkophileHelpers": {
|
|
45
|
+
"import": "./funkophileHelpers.ts"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
yarn manifest:
|
|
51
|
+
No manifest
|
|
52
|
+
|
|
53
|
+
Lockfile:
|
|
54
|
+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
55
|
+
# yarn lockfile v1
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
"@types/fs-extra@^11.0.4":
|
|
59
|
+
version "11.0.4"
|
|
60
|
+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.4.tgz#e16a863bb8843fba8c5004362b5a73e17becca45"
|
|
61
|
+
integrity sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==
|
|
62
|
+
dependencies:
|
|
63
|
+
"@types/jsonfile" "*"
|
|
64
|
+
"@types/node" "*"
|
|
65
|
+
|
|
66
|
+
"@types/jsonfile@*":
|
|
67
|
+
version "6.1.4"
|
|
68
|
+
resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.4.tgz#614afec1a1164e7d670b4a7ad64df3e7beb7b702"
|
|
69
|
+
integrity sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==
|
|
70
|
+
dependencies:
|
|
71
|
+
"@types/node" "*"
|
|
72
|
+
|
|
73
|
+
"@types/node@*":
|
|
74
|
+
version "22.13.10"
|
|
75
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.10.tgz#df9ea358c5ed991266becc3109dc2dc9125d77e4"
|
|
76
|
+
integrity sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==
|
|
77
|
+
dependencies:
|
|
78
|
+
undici-types "~6.20.0"
|
|
79
|
+
|
|
80
|
+
"@types/redux@^3.6.0":
|
|
81
|
+
version "3.6.0"
|
|
82
|
+
resolved "https://registry.yarnpkg.com/@types/redux/-/redux-3.6.0.tgz#f1ebe1e5411518072e4fdfca5c76e16e74c1399a"
|
|
83
|
+
integrity sha512-ic+60DXHW5seNyqFvfr7Sk5cnXs+HsF9tIeIaxjOuSP5kzgDXC+AzKTYmjAfuLx4Sccm/0vjwBQj3OOkUkwOqg==
|
|
84
|
+
dependencies:
|
|
85
|
+
redux "*"
|
|
86
|
+
|
|
87
|
+
"@types/reselect@^2.2.0":
|
|
88
|
+
version "2.2.0"
|
|
89
|
+
resolved "https://registry.yarnpkg.com/@types/reselect/-/reselect-2.2.0.tgz#c667206cfdc38190e1d379babe08865b2288575f"
|
|
90
|
+
integrity sha512-wRzxD+878qxC1h3ZMkEl/smBluwVeuVxhjhwM1/ZLQ6+hgl5gPQp2mZQSjRppwAyyR+Ul3JIaiObAd7mD4QT3w==
|
|
91
|
+
dependencies:
|
|
92
|
+
reselect "*"
|
|
93
|
+
|
|
94
|
+
redux@*:
|
|
95
|
+
version "5.0.1"
|
|
96
|
+
resolved "https://registry.yarnpkg.com/redux/-/redux-5.0.1.tgz#97fa26881ce5746500125585d5642c77b6e9447b"
|
|
97
|
+
integrity sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==
|
|
98
|
+
|
|
99
|
+
reselect@*:
|
|
100
|
+
version "5.1.1"
|
|
101
|
+
resolved "https://registry.yarnpkg.com/reselect/-/reselect-5.1.1.tgz#c766b1eb5d558291e5e550298adb0becc24bb72e"
|
|
102
|
+
integrity sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==
|
|
103
|
+
|
|
104
|
+
undici-types@~6.20.0:
|
|
105
|
+
version "6.20.0"
|
|
106
|
+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
|
|
107
|
+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
|