@decaf-ts/for-pouch 0.3.9 → 0.3.11

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.
@@ -13,7 +13,7 @@ export * from "./adapter";
13
13
  * @const VERSION
14
14
  * @memberOf module:for-pouch
15
15
  */
16
- export declare const VERSION = "0.3.8";
16
+ export declare const VERSION = "0.3.10";
17
17
  /**
18
18
  * @description Package version identifier
19
19
  * @summary Stores the current version of the for-pouch package
package/lib/esm/index.js CHANGED
@@ -17,7 +17,7 @@ export * from "./adapter.js";
17
17
  * @const VERSION
18
18
  * @memberOf module:for-pouch
19
19
  */
20
- export const VERSION = "0.3.8";
20
+ export const VERSION = "0.3.10";
21
21
  /**
22
22
  * @description Package version identifier
23
23
  * @summary Stores the current version of the for-pouch package
package/lib/index.cjs CHANGED
@@ -34,7 +34,7 @@ __exportStar(require("./adapter.cjs"), exports);
34
34
  * @const VERSION
35
35
  * @memberOf module:for-pouch
36
36
  */
37
- exports.VERSION = "0.3.8";
37
+ exports.VERSION = "0.3.10";
38
38
  /**
39
39
  * @description Package version identifier
40
40
  * @summary Stores the current version of the for-pouch package
package/lib/index.d.ts CHANGED
@@ -13,7 +13,7 @@ export * from "./adapter";
13
13
  * @const VERSION
14
14
  * @memberOf module:for-pouch
15
15
  */
16
- export declare const VERSION = "0.3.8";
16
+ export declare const VERSION = "0.3.10";
17
17
  /**
18
18
  * @description Package version identifier
19
19
  * @summary Stores the current version of the for-pouch package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/for-pouch",
3
- "version": "0.3.9",
3
+ "version": "0.3.11",
4
4
  "description": "decaf-ts persistence adapter for PouchDB",
5
5
  "type": "module",
6
6
  "exports": {
@@ -55,7 +55,8 @@
55
55
  },
56
56
  "files": [
57
57
  "lib",
58
- "dist"
58
+ "dist",
59
+ "workdocs/assets/slogans.json"
59
60
  ],
60
61
  "keywords": [
61
62
  "pouchdb",
@@ -0,0 +1,186 @@
1
+ [
2
+ {
3
+ "Slogan": "Decaf‑TS for Pouch: Your local DB, minus the caffeine crash.",
4
+ "Tags": "PouchDB, Coffee‑themed, LocalStorage"
5
+ },
6
+ {
7
+ "Slogan": "Store it offline, sync it later, keep your heart rate steady.",
8
+ "Tags": "Offline, Sync, Calm"
9
+ },
10
+ {
11
+ "Slogan": "PouchDB adapter: the decaf version of local data hustle.",
12
+ "Tags": "Adapter, Coffee‑themed, LocalDB"
13
+ },
14
+ {
15
+ "Slogan": "Cache, query, relax—your Pouch just kicked back.",
16
+ "Tags": "Cache, Chill, Developer"
17
+ },
18
+ {
19
+ "Slogan": "When the network naps, your data doesn’t skip a beat.",
20
+ "Tags": "Network, OfflineFirst, Calm"
21
+ },
22
+ {
23
+ "Slogan": "Local storage with latte vibes.",
24
+ "Tags": "LocalDB, Coffee‑themed, Fun"
25
+ },
26
+ {
27
+ "Slogan": "No caffeine spikes, just smooth data flow between client and server.",
28
+ "Tags": "Sync, Calm, FullStack"
29
+ },
30
+ {
31
+ "Slogan": "Your browser’s little recliner for data—Pouch style.",
32
+ "Tags": "Browser, Metaphor, Chill"
33
+ },
34
+ {
35
+ "Slogan": "From offline mode to online glory without the jitters.",
36
+ "Tags": "OfflineFirst, Calm, Tech"
37
+ },
38
+ {
39
+ "Slogan": "Your PouchDB adapter: where your data lounges while you build features.",
40
+ "Tags": "PouchDB, Developer, Calm"
41
+ },
42
+ {
43
+ "Slogan": "Store less stress, more state.",
44
+ "Tags": "StateManagement, Chill, Humor"
45
+ },
46
+ {
47
+ "Slogan": "Syncs in the background while you sip your decaf.",
48
+ "Tags": "Sync, Coffee‑themed, Developer"
49
+ },
50
+ {
51
+ "Slogan": "Your app’s local DB shouldn’t cause local panic.",
52
+ "Tags": "LocalDB, Calm, Developer"
53
+ },
54
+ {
55
+ "Slogan": "Say goodbye to network‑anxiety; Pouch has your back.",
56
+ "Tags": "Network, Calm, PouchDB"
57
+ },
58
+ {
59
+ "Slogan": "Install adapter. Sit back. Let your data relax.",
60
+ "Tags": "Setup, Chill, Developer"
61
+ },
62
+ {
63
+ "Slogan": "Cache first, worry never.",
64
+ "Tags": "Cache, Calm, Tech"
65
+ },
66
+ {
67
+ "Slogan": "When your data’s decaf‑chilled, your UX stays smooth.",
68
+ "Tags": "UX, Coffee‑themed, Technical"
69
+ },
70
+ {
71
+ "Slogan": "Local DB that won’t keep you up at night.",
72
+ "Tags": "LocalDB, Calm, Humor"
73
+ },
74
+ {
75
+ "Slogan": "Your Pouch: the sofa of your storage stack.",
76
+ "Tags": "Metaphor, Furniture, Developer"
77
+ },
78
+ {
79
+ "Slogan": "Offline‑ready, worry‑free, heart‑rate free.",
80
+ "Tags": "OfflineFirst, Calm, Developer"
81
+ },
82
+ {
83
+ "Slogan": "Data on the go, calm in the code.",
84
+ "Tags": "Mobile, Calm, Developer"
85
+ },
86
+ {
87
+ "Slogan": "Pouch adapter: full flavour of features, none of the crash.",
88
+ "Tags": "Adapter, Coffee‑themed, LocalDB"
89
+ },
90
+ {
91
+ "Slogan": "Store once, sync everywhere. Then take a coffee break.",
92
+ "Tags": "Sync, Coffee‑themed, Productivity"
93
+ },
94
+ {
95
+ "Slogan": "Local DB so smooth you’ll feel like writing features in a hammock.",
96
+ "Tags": "Metaphor, Chill, Developer"
97
+ },
98
+ {
99
+ "Slogan": "Cache it, query it, relax while it handles the rest.",
100
+ "Tags": "Cache, Chill, Tech"
101
+ },
102
+ {
103
+ "Slogan": "Never let network downtime ruin your morning brew.",
104
+ "Tags": "Network, Coffee‑themed, Humor"
105
+ },
106
+ {
107
+ "Slogan": "Pouch‑powered persistence: because your code deserves a coffee break too.",
108
+ "Tags": "Persistence, Coffee‑themed, Developer"
109
+ },
110
+ {
111
+ "Slogan": "Your local storage without the local meltdown.",
112
+ "Tags": "LocalDB, Calm, Tech"
113
+ },
114
+ {
115
+ "Slogan": "Sync‑queue whisperer: handled quietly while you code loudly.",
116
+ "Tags": "Sync, Humor, Developer"
117
+ },
118
+ {
119
+ "Slogan": "When your data sleeps locally, your code wakes up productive.",
120
+ "Tags": "LocalDB, Productivity, Calm"
121
+ },
122
+ {
123
+ "Slogan": "Browser crash? Not on my watch. Pouch is decaf‑steady.",
124
+ "Tags": "Browser, Stability, Coffee‑themed"
125
+ },
126
+ {
127
+ "Slogan": "Offline? Sure. Panic? Never.",
128
+ "Tags": "OfflineFirst, Calm, Developer"
129
+ },
130
+ {
131
+ "Slogan": "Let your users go offline without going off the rails.",
132
+ "Tags": "UX, OfflineFirst, Calm"
133
+ },
134
+ {
135
+ "Slogan": "Write your features while your storage takes a nap.",
136
+ "Tags": "Developer, Chill, Humor"
137
+ },
138
+ {
139
+ "Slogan": "Pouch adapter: the reclining chair of your persistence layer.",
140
+ "Tags": "Persistence, Metaphor, Chill"
141
+ },
142
+ {
143
+ "Slogan": "From local insert to remote replication—served slow, smooth, decaf.",
144
+ "Tags": "Replication, Coffee‑themed, Tech"
145
+ },
146
+ {
147
+ "Slogan": "Your data deserves a break—and so does your code.",
148
+ "Tags": "Developer, Coffee‑themed, Calm"
149
+ },
150
+ {
151
+ "Slogan": "Cache the chaos, replicate the calm.",
152
+ "Tags": "Cache, Sync, Calm"
153
+ },
154
+ {
155
+ "Slogan": "Local DB done right. Heart rate done low.",
156
+ "Tags": "LocalDB, Calm, Productivity"
157
+ },
158
+ {
159
+ "Slogan": "When your adapter handles hiccups, you handle creativity.",
160
+ "Tags": "Adapter, Developer, Chill"
161
+ },
162
+ {
163
+ "Slogan": "Installation takes seconds. Relaxation takes minutes.",
164
+ "Tags": "Setup, Humor, Developer"
165
+ },
166
+ {
167
+ "Slogan": "Your offline mode’s best friend.",
168
+ "Tags": "OfflineFirst, Chill, Tech"
169
+ },
170
+ {
171
+ "Slogan": "Data synchronization while you sip your latte (decaf, of course).",
172
+ "Tags": "Sync, Coffee‑themed, Fun"
173
+ },
174
+ {
175
+ "Slogan": "Full‑stack local‑first. Half the jitters.",
176
+ "Tags": "Fullstack, LocalDB, Coffee‑themed"
177
+ },
178
+ {
179
+ "Slogan": "Your PouchDB adapter: because local data doesn’t need to be high‑octane.",
180
+ "Tags": "PouchDB, Calm, Developer"
181
+ },
182
+ {
183
+ "Slogan": "Let your data lounge in Pouch while you ship features on repeat.",
184
+ "Tags": "Features, Chill, Developer"
185
+ }
186
+ ]