@orkify/cli 1.0.0-beta.5 → 1.0.0-beta.6

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.
Files changed (90) hide show
  1. package/README.md +10 -5
  2. package/package.json +8 -31
  3. package/packages/cache/README.md +0 -114
  4. package/packages/cache/dist/CacheClient.d.ts +0 -26
  5. package/packages/cache/dist/CacheClient.d.ts.map +0 -1
  6. package/packages/cache/dist/CacheClient.js +0 -174
  7. package/packages/cache/dist/CacheClient.js.map +0 -1
  8. package/packages/cache/dist/CacheFileStore.d.ts +0 -45
  9. package/packages/cache/dist/CacheFileStore.d.ts.map +0 -1
  10. package/packages/cache/dist/CacheFileStore.js +0 -446
  11. package/packages/cache/dist/CacheFileStore.js.map +0 -1
  12. package/packages/cache/dist/CachePersistence.d.ts +0 -9
  13. package/packages/cache/dist/CachePersistence.d.ts.map +0 -1
  14. package/packages/cache/dist/CachePersistence.js +0 -67
  15. package/packages/cache/dist/CachePersistence.js.map +0 -1
  16. package/packages/cache/dist/CachePrimary.d.ts +0 -25
  17. package/packages/cache/dist/CachePrimary.d.ts.map +0 -1
  18. package/packages/cache/dist/CachePrimary.js +0 -155
  19. package/packages/cache/dist/CachePrimary.js.map +0 -1
  20. package/packages/cache/dist/CacheStore.d.ts +0 -50
  21. package/packages/cache/dist/CacheStore.d.ts.map +0 -1
  22. package/packages/cache/dist/CacheStore.js +0 -271
  23. package/packages/cache/dist/CacheStore.js.map +0 -1
  24. package/packages/cache/dist/constants.d.ts +0 -6
  25. package/packages/cache/dist/constants.d.ts.map +0 -1
  26. package/packages/cache/dist/constants.js +0 -9
  27. package/packages/cache/dist/constants.js.map +0 -1
  28. package/packages/cache/dist/index.d.ts +0 -16
  29. package/packages/cache/dist/index.d.ts.map +0 -1
  30. package/packages/cache/dist/index.js +0 -86
  31. package/packages/cache/dist/index.js.map +0 -1
  32. package/packages/cache/dist/serialize.d.ts +0 -9
  33. package/packages/cache/dist/serialize.d.ts.map +0 -1
  34. package/packages/cache/dist/serialize.js +0 -40
  35. package/packages/cache/dist/serialize.js.map +0 -1
  36. package/packages/cache/dist/types.d.ts +0 -123
  37. package/packages/cache/dist/types.d.ts.map +0 -1
  38. package/packages/cache/dist/types.js +0 -2
  39. package/packages/cache/dist/types.js.map +0 -1
  40. package/packages/cache/package.json +0 -27
  41. package/packages/cache/src/CacheClient.ts +0 -227
  42. package/packages/cache/src/CacheFileStore.ts +0 -528
  43. package/packages/cache/src/CachePersistence.ts +0 -89
  44. package/packages/cache/src/CachePrimary.ts +0 -172
  45. package/packages/cache/src/CacheStore.ts +0 -308
  46. package/packages/cache/src/constants.ts +0 -10
  47. package/packages/cache/src/index.ts +0 -100
  48. package/packages/cache/src/serialize.ts +0 -49
  49. package/packages/cache/src/types.ts +0 -156
  50. package/packages/cache/tsconfig.json +0 -18
  51. package/packages/cache/tsconfig.tsbuildinfo +0 -1
  52. package/packages/next/README.md +0 -166
  53. package/packages/next/dist/error-capture.d.ts +0 -34
  54. package/packages/next/dist/error-capture.d.ts.map +0 -1
  55. package/packages/next/dist/error-capture.js +0 -130
  56. package/packages/next/dist/error-capture.js.map +0 -1
  57. package/packages/next/dist/error-handler.d.ts +0 -10
  58. package/packages/next/dist/error-handler.d.ts.map +0 -1
  59. package/packages/next/dist/error-handler.js +0 -186
  60. package/packages/next/dist/error-handler.js.map +0 -1
  61. package/packages/next/dist/isr-cache.d.ts +0 -9
  62. package/packages/next/dist/isr-cache.d.ts.map +0 -1
  63. package/packages/next/dist/isr-cache.js +0 -86
  64. package/packages/next/dist/isr-cache.js.map +0 -1
  65. package/packages/next/dist/stream.d.ts +0 -5
  66. package/packages/next/dist/stream.d.ts.map +0 -1
  67. package/packages/next/dist/stream.js +0 -22
  68. package/packages/next/dist/stream.js.map +0 -1
  69. package/packages/next/dist/types.d.ts +0 -33
  70. package/packages/next/dist/types.d.ts.map +0 -1
  71. package/packages/next/dist/types.js +0 -6
  72. package/packages/next/dist/types.js.map +0 -1
  73. package/packages/next/dist/use-cache.d.ts +0 -4
  74. package/packages/next/dist/use-cache.d.ts.map +0 -1
  75. package/packages/next/dist/use-cache.js +0 -86
  76. package/packages/next/dist/use-cache.js.map +0 -1
  77. package/packages/next/dist/utils.d.ts +0 -32
  78. package/packages/next/dist/utils.d.ts.map +0 -1
  79. package/packages/next/dist/utils.js +0 -88
  80. package/packages/next/dist/utils.js.map +0 -1
  81. package/packages/next/package.json +0 -52
  82. package/packages/next/src/error-capture.ts +0 -177
  83. package/packages/next/src/error-handler.ts +0 -221
  84. package/packages/next/src/isr-cache.ts +0 -100
  85. package/packages/next/src/stream.ts +0 -23
  86. package/packages/next/src/types.ts +0 -33
  87. package/packages/next/src/use-cache.ts +0 -99
  88. package/packages/next/src/utils.ts +0 -102
  89. package/packages/next/tsconfig.json +0 -19
  90. package/packages/next/tsconfig.tsbuildinfo +0 -1
@@ -1,156 +0,0 @@
1
- export interface CacheConfig {
2
- defaultTtl?: number; // seconds, undefined = no expiry
3
- fileBacked?: boolean; // file-backed cold layer (default: true)
4
- maxEntries?: number;
5
- maxMemorySize?: number; // bytes — triggers byte-based LRU when set
6
- maxValueSize?: number; // bytes
7
- }
8
-
9
- export interface CacheSetOptions {
10
- tags?: string[];
11
- ttl?: number; // seconds
12
- }
13
-
14
- export interface CacheStats {
15
- diskSize?: number;
16
- hitRate: number;
17
- hits: number;
18
- misses: number;
19
- size: number;
20
- totalBytes: number;
21
- }
22
-
23
- export interface CacheEntry {
24
- byteSize: number;
25
- expiresAt?: number; // epoch ms
26
- lastAccessedAt: number;
27
- tags?: string[];
28
- value: unknown;
29
- }
30
-
31
- export interface SerializedCacheEntry {
32
- expiresAt?: number;
33
- tags?: string[];
34
- value: unknown;
35
- }
36
-
37
- export interface CacheSnapshot {
38
- entries: Array<[string, SerializedCacheEntry]>;
39
- tagTimestamps: Array<[string, number]>;
40
- }
41
-
42
- export type EvictReason = 'expired' | 'lru';
43
-
44
- export interface ICacheStore {
45
- applyDelete(key: string): void;
46
- applySet(key: string, value: unknown, expiresAt?: number, tags?: string[]): void;
47
- applySnapshot(snapshot: CacheSnapshot): void;
48
- applyTagTimestamp(tag: string, timestamp: number): void;
49
- clear(): void;
50
- delete(key: string): boolean;
51
- destroy(): void;
52
- get<T>(key: string): T | undefined;
53
- getAsync<T>(key: string): Promise<T | undefined>;
54
- getTagExpiration(tags: string[]): number;
55
- has(key: string): boolean;
56
- invalidateTag(tag: string): string[];
57
- serialize(): CacheSnapshot;
58
- set(
59
- key: string,
60
- value: unknown,
61
- expiresAt?: number,
62
- tags?: string[],
63
- precomputedByteSize?: number
64
- ): void;
65
- stats(): CacheStats;
66
- }
67
-
68
- // IPC messages: Worker → Primary
69
- export interface CacheSetMessage {
70
- __orkify: true;
71
- key: string;
72
- tags?: string[];
73
- ttl?: number;
74
- type: 'cache:set';
75
- value: unknown;
76
- }
77
-
78
- export interface CacheDeleteMessage {
79
- __orkify: true;
80
- key: string;
81
- type: 'cache:delete';
82
- }
83
-
84
- export interface CacheClearMessage {
85
- __orkify: true;
86
- type: 'cache:clear';
87
- }
88
-
89
- export interface CacheInvalidateTagMessage {
90
- __orkify: true;
91
- tag: string;
92
- type: 'cache:invalidate-tag';
93
- }
94
-
95
- export interface CacheUpdateTagTimestampMessage {
96
- __orkify: true;
97
- tag: string;
98
- tagTimestamp: number;
99
- type: 'cache:update-tag-timestamp';
100
- }
101
-
102
- export interface CacheConfigureMessage {
103
- __orkify: true;
104
- config: CacheConfig;
105
- type: 'cache:configure';
106
- }
107
-
108
- export type CacheWorkerMessage =
109
- | CacheClearMessage
110
- | CacheConfigureMessage
111
- | CacheDeleteMessage
112
- | CacheInvalidateTagMessage
113
- | CacheSetMessage
114
- | CacheUpdateTagTimestampMessage;
115
-
116
- // IPC messages: Primary → Workers
117
- export interface CacheBroadcastSetMessage {
118
- __orkify: true;
119
- expiresAt?: number;
120
- key: string;
121
- tags?: string[];
122
- type: 'cache:set';
123
- value: unknown;
124
- }
125
-
126
- export interface CacheBroadcastDeleteMessage {
127
- __orkify: true;
128
- key: string;
129
- type: 'cache:delete';
130
- }
131
-
132
- export interface CacheBroadcastClearMessage {
133
- __orkify: true;
134
- type: 'cache:clear';
135
- }
136
-
137
- export interface CacheBroadcastInvalidateTagMessage {
138
- __orkify: true;
139
- tag: string;
140
- tagTimestamp: number;
141
- type: 'cache:invalidate-tag';
142
- }
143
-
144
- export interface CacheBroadcastUpdateTagTimestampMessage {
145
- __orkify: true;
146
- tag: string;
147
- tagTimestamp: number;
148
- type: 'cache:update-tag-timestamp';
149
- }
150
-
151
- export interface CacheSnapshotMessage {
152
- __orkify: true;
153
- entries: Array<[string, SerializedCacheEntry]>;
154
- tagTimestamps: Array<[string, number]>;
155
- type: 'cache:snapshot';
156
- }
@@ -1,18 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "ES2022",
4
- "module": "NodeNext",
5
- "moduleResolution": "NodeNext",
6
- "lib": ["ES2022"],
7
- "outDir": "./dist",
8
- "rootDir": "./src",
9
- "strict": true,
10
- "skipLibCheck": true,
11
- "declaration": true,
12
- "declarationMap": true,
13
- "sourceMap": true,
14
- "isolatedModules": true,
15
- "resolveJsonModule": true
16
- },
17
- "include": ["src/**/*"]
18
- }
@@ -1 +0,0 @@
1
- {"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","./src/types.ts","./src/constants.ts","./src/serialize.ts","./src/cachestore.ts","./src/cachefilestore.ts","./src/cacheclient.ts","./src/cachepersistence.ts","./src/cacheprimary.ts","./src/index.ts","../../node_modules/@types/node/compatibility/disposable.d.ts","../../node_modules/@types/node/compatibility/indexable.d.ts","../../node_modules/@types/node/compatibility/iterators.d.ts","../../node_modules/@types/node/compatibility/index.d.ts","../../node_modules/@types/node/globals.typedarray.d.ts","../../node_modules/@types/node/buffer.buffer.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../node_modules/@types/node/web-globals/domexception.d.ts","../../node_modules/@types/node/web-globals/events.d.ts","../../node_modules/undici-types/header.d.ts","../../node_modules/undici-types/readable.d.ts","../../node_modules/undici-types/file.d.ts","../../node_modules/undici-types/fetch.d.ts","../../node_modules/undici-types/formdata.d.ts","../../node_modules/undici-types/connector.d.ts","../../node_modules/undici-types/client.d.ts","../../node_modules/undici-types/errors.d.ts","../../node_modules/undici-types/dispatcher.d.ts","../../node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/undici-types/global-origin.d.ts","../../node_modules/undici-types/pool-stats.d.ts","../../node_modules/undici-types/pool.d.ts","../../node_modules/undici-types/handlers.d.ts","../../node_modules/undici-types/balanced-pool.d.ts","../../node_modules/undici-types/agent.d.ts","../../node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/undici-types/mock-agent.d.ts","../../node_modules/undici-types/mock-client.d.ts","../../node_modules/undici-types/mock-pool.d.ts","../../node_modules/undici-types/mock-errors.d.ts","../../node_modules/undici-types/proxy-agent.d.ts","../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../node_modules/undici-types/retry-handler.d.ts","../../node_modules/undici-types/retry-agent.d.ts","../../node_modules/undici-types/api.d.ts","../../node_modules/undici-types/interceptors.d.ts","../../node_modules/undici-types/util.d.ts","../../node_modules/undici-types/cookies.d.ts","../../node_modules/undici-types/patch.d.ts","../../node_modules/undici-types/websocket.d.ts","../../node_modules/undici-types/eventsource.d.ts","../../node_modules/undici-types/filereader.d.ts","../../node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/undici-types/content-type.d.ts","../../node_modules/undici-types/cache.d.ts","../../node_modules/undici-types/index.d.ts","../../node_modules/@types/node/web-globals/fetch.d.ts","../../node_modules/@types/node/web-globals/navigator.d.ts","../../node_modules/@types/node/web-globals/storage.d.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.d.ts","../../node_modules/@types/node/async_hooks.d.ts","../../node_modules/@types/node/buffer.d.ts","../../node_modules/@types/node/child_process.d.ts","../../node_modules/@types/node/cluster.d.ts","../../node_modules/@types/node/console.d.ts","../../node_modules/@types/node/constants.d.ts","../../node_modules/@types/node/crypto.d.ts","../../node_modules/@types/node/dgram.d.ts","../../node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/@types/node/dns.d.ts","../../node_modules/@types/node/dns/promises.d.ts","../../node_modules/@types/node/domain.d.ts","../../node_modules/@types/node/events.d.ts","../../node_modules/@types/node/fs.d.ts","../../node_modules/@types/node/fs/promises.d.ts","../../node_modules/@types/node/http.d.ts","../../node_modules/@types/node/http2.d.ts","../../node_modules/@types/node/https.d.ts","../../node_modules/@types/node/inspector.d.ts","../../node_modules/@types/node/inspector.generated.d.ts","../../node_modules/@types/node/module.d.ts","../../node_modules/@types/node/net.d.ts","../../node_modules/@types/node/os.d.ts","../../node_modules/@types/node/path.d.ts","../../node_modules/@types/node/perf_hooks.d.ts","../../node_modules/@types/node/process.d.ts","../../node_modules/@types/node/punycode.d.ts","../../node_modules/@types/node/querystring.d.ts","../../node_modules/@types/node/readline.d.ts","../../node_modules/@types/node/readline/promises.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/sea.d.ts","../../node_modules/@types/node/sqlite.d.ts","../../node_modules/@types/node/stream.d.ts","../../node_modules/@types/node/stream/promises.d.ts","../../node_modules/@types/node/stream/consumers.d.ts","../../node_modules/@types/node/stream/web.d.ts","../../node_modules/@types/node/string_decoder.d.ts","../../node_modules/@types/node/test.d.ts","../../node_modules/@types/node/timers.d.ts","../../node_modules/@types/node/timers/promises.d.ts","../../node_modules/@types/node/tls.d.ts","../../node_modules/@types/node/trace_events.d.ts","../../node_modules/@types/node/tty.d.ts","../../node_modules/@types/node/url.d.ts","../../node_modules/@types/node/util.d.ts","../../node_modules/@types/node/v8.d.ts","../../node_modules/@types/node/vm.d.ts","../../node_modules/@types/node/wasi.d.ts","../../node_modules/@types/node/worker_threads.d.ts","../../node_modules/@types/node/zlib.d.ts","../../node_modules/@types/node/index.d.ts","../../node_modules/@types/connect/index.d.ts","../../node_modules/@types/body-parser/index.d.ts","../../node_modules/@types/deep-eql/index.d.ts","../../node_modules/assertion-error/index.d.ts","../../node_modules/@types/chai/index.d.ts","../../node_modules/@types/cors/index.d.ts","../../node_modules/@types/esrecurse/index.d.ts","../../node_modules/@types/estree/index.d.ts","../../node_modules/@types/send/index.d.ts","../../node_modules/@types/qs/index.d.ts","../../node_modules/@types/range-parser/index.d.ts","../../node_modules/@types/express-serve-static-core/index.d.ts","../../node_modules/@types/http-errors/index.d.ts","../../node_modules/@types/serve-static/index.d.ts","../../node_modules/@types/express/index.d.ts","../../node_modules/@types/json-schema/index.d.ts","../../node_modules/@types/pidusage/index.d.ts","../../node_modules/@types/tar-stream/index.d.ts"],"fileIdsList":[[72,120,134,137,138,170,171],[72,120,137,138,173,174],[72,120,134,137,138,170],[72,120,137,138],[72,120,131,134,137,138,170,179,180,181],[72,120,137,138,172,182,184],[72,117,118,120,137,138],[72,119,120,137,138],[120,137,138],[72,120,125,137,138,155],[72,120,121,126,131,137,138,140,152,163],[72,120,121,122,131,137,138,140],[67,68,69,72,120,137,138],[72,120,123,137,138,164],[72,120,124,125,132,137,138,141],[72,120,125,137,138,152,160],[72,120,126,128,131,137,138,140],[72,119,120,127,137,138],[72,120,128,129,137,138],[72,120,130,131,137,138],[72,119,120,131,137,138],[72,120,131,132,133,137,138,152,163],[72,120,131,132,133,137,138,147,152,155],[72,113,120,128,131,134,137,138,140,152,163],[72,120,131,132,134,135,137,138,140,152,160,163],[72,120,134,136,137,138,152,160,163],[70,71,72,73,74,75,76,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169],[72,120,131,137,138],[72,120,137,138,139,163],[72,120,128,131,137,138,140,152],[72,120,137,138,141],[72,120,137,138,142],[72,119,120,137,138,143],[72,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169],[72,120,137,138,145],[72,120,137,138,146],[72,120,131,137,138,147,148],[72,120,137,138,147,149,164,166],[72,120,132,137,138],[72,120,131,137,138,152,153,155],[72,120,137,138,154,155],[72,120,137,138,152,153],[72,120,137,138,155],[72,120,137,138,156],[72,117,120,137,138,152,157,163],[72,120,131,137,138,158,159],[72,120,137,138,158,159],[72,120,125,137,138,140,152,160],[72,120,137,138,161],[72,120,137,138,140,162],[72,120,134,137,138,146,163],[72,120,125,137,138,164],[72,120,137,138,152,165],[72,120,137,138,139,166],[72,120,137,138,167],[72,113,120,137,138],[72,113,120,131,133,137,138,143,152,155,163,165,166,168],[72,120,137,138,152,169],[72,120,132,137,138,152,170],[72,120,134,137,138,170,183],[72,120,137,138,152,170],[72,85,89,120,137,138,163],[72,85,120,137,138,152,163],[72,80,120,137,138],[72,82,85,120,137,138,160,163],[72,120,137,138,140,160],[72,120,137,138,170],[72,80,120,137,138,170],[72,82,85,120,137,138,140,163],[72,77,78,81,84,120,131,137,138,152,163],[72,85,92,120,137,138],[72,77,83,120,137,138],[72,85,106,107,120,137,138],[72,81,85,120,137,138,155,163,170],[72,106,120,137,138,170],[72,79,80,120,137,138,170],[72,85,120,137,138],[72,79,80,81,82,83,84,85,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,120,137,138],[72,85,100,120,137,138],[72,85,92,93,120,137,138],[72,83,85,93,94,120,137,138],[72,84,120,137,138],[72,77,80,85,120,137,138],[72,85,89,93,94,120,137,138],[72,89,120,137,138],[72,83,85,88,120,137,138,163],[72,77,82,85,92,120,137,138],[72,120,137,138,152],[72,80,85,106,120,137,138,168,170],[58,59,60,61,62,72,120,137,138],[58,59,60,61,72,120,125,132,133,137,138,142],[58,59,60,72,120,132,133,137,138,142],[58,61,62,64,72,120,122,137,138],[58,59,60,72,120,137,138],[72,120,137,138,141,142],[58,63,72,120,137,138],[72,120,137,138,165]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"4e63ccee8477841ef2428d784e9070b3f7ab3d84b6d4f59409659824466cd24f","signature":"55c8e7fe1f41e6e0e97de6e91825947713f4cd49bb7dbc353d1c423d59e80000"},{"version":"71cd69bf9e23635fbad07e2d37dd92e1bae491427c9434bcebba15f6d563e9f0","signature":"80dcb265e9fbdef41e735d3e78d21537d77b0007caaa39fbf121006000e4e565"},{"version":"b274d4536c019ffa080ad4bfbf53e37dad9dc9f3db1ce906ae34ea2818ebf4e4","signature":"a3cb20463a16aab67a6299330970760a4baf796db1d1c87a5b7a481ff96a638d"},{"version":"4d7065b51a78b3704f510db38498af0a7bf7cc2f0475e5310fa87818a1d7e026","signature":"c8abc5a9d3f432838881a799273821f5dfbe90e9c083a8ba5104484478b829d8"},{"version":"1353699e9e9c9ee69a741fb8baa0dbac3b0c80d564c4a2d7bcdb88776ed4528d","signature":"fc655e2eb271bec6a9abff8734ce194680f6a542b61f045ec23e85907dabe9e9"},{"version":"1806f18e5212afe7c1be366e3d4830c0cc1d9fc5d1ffd925109c0232ab8abfc8","signature":"df1986155a5e65481a6e7db4ea5f4767a16f961dc13e1bbddff00e8db05a1223"},{"version":"40e667f44fe7b737ed356606f40d313a39dc11eaa72fa15917253070e38a8d85","signature":"9e5020c58c73c46be88b1c46be729bfbb85dcddc20f80c6eee76b6614dec8430"},{"version":"cc897cc711d31ab0d9b3bec7d3c7427bfb80cdd9e1eafa6b1724847acdc89d25","signature":"8289aaf98ce0ca5dfdfc777d39dbb7a6ede4537a0aa6cc0a36e1b0a06a429693"},{"version":"7e6c9ae99fe113ff2cc5c42dac3d599e87adb9538fe0929fd283d32b3112ef56","signature":"147efa92b7c3a0edeba1b9fe29799cf63ca8ab9ffeb6c8741ed60425a142bc12"},{"version":"6c7176368037af28cb72f2392010fa1cef295d6d6744bca8cfb54985f3a18c3e","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"437e20f2ba32abaeb7985e0afe0002de1917bc74e949ba585e49feba65da6ca1","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","affectsGlobalScope":true,"impliedFormat":1},{"version":"3af97acf03cc97de58a3a4bc91f8f616408099bc4233f6d0852e72a8ffb91ac9","affectsGlobalScope":true,"impliedFormat":1},{"version":"808069bba06b6768b62fd22429b53362e7af342da4a236ed2d2e1c89fcca3b4a","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"b52476feb4a0cbcb25e5931b930fc73cb6643fb1a5060bf8a3dda0eeae5b4b68","affectsGlobalScope":true,"impliedFormat":1},{"version":"f9501cc13ce624c72b61f12b3963e84fad210fbdf0ffbc4590e08460a3f04eba","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0fa06ada475b910e2106c98c68b10483dc8811d0c14a8a8dd36efb2672485b29","impliedFormat":1},{"version":"33e5e9aba62c3193d10d1d33ae1fa75c46a1171cf76fef750777377d53b0303f","impliedFormat":1},{"version":"2b06b93fd01bcd49d1a6bd1f9b65ddcae6480b9a86e9061634d6f8e354c1468f","impliedFormat":1},{"version":"6a0cd27e5dc2cfbe039e731cf879d12b0e2dded06d1b1dedad07f7712de0d7f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"13f5c844119c43e51ce777c509267f14d6aaf31eafb2c2b002ca35584cd13b29","impliedFormat":1},{"version":"e60477649d6ad21542bd2dc7e3d9ff6853d0797ba9f689ba2f6653818999c264","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"4c829ab315f57c5442c6667b53769975acbf92003a66aef19bce151987675bd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"b2ade7657e2db96d18315694789eff2ddd3d8aea7215b181f8a0b303277cc579","impliedFormat":1},{"version":"9855e02d837744303391e5623a531734443a5f8e6e8755e018c41d63ad797db2","impliedFormat":1},{"version":"4d631b81fa2f07a0e63a9a143d6a82c25c5f051298651a9b69176ba28930756d","impliedFormat":1},{"version":"836a356aae992ff3c28a0212e3eabcb76dd4b0cc06bcb9607aeef560661b860d","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"41670ee38943d9cbb4924e436f56fc19ee94232bc96108562de1a734af20dc2c","affectsGlobalScope":true,"impliedFormat":1},{"version":"c906fb15bd2aabc9ed1e3f44eb6a8661199d6c320b3aa196b826121552cb3695","impliedFormat":1},{"version":"22295e8103f1d6d8ea4b5d6211e43421fe4564e34d0dd8e09e520e452d89e659","impliedFormat":1},{"version":"f949f7f6c7802a338039cfc2156d1fe285cdd1e092c64437ebe15ae8edc854e0","impliedFormat":1},{"version":"6b4e081d55ac24fc8a4631d5dd77fe249fa25900abd7d046abb87d90e3b45645","impliedFormat":1},{"version":"a10f0e1854f3316d7ee437b79649e5a6ae3ae14ffe6322b02d4987071a95362e","impliedFormat":1},{"version":"e208f73ef6a980104304b0d2ca5f6bf1b85de6009d2c7e404028b875020fa8f2","impliedFormat":1},{"version":"d163b6bc2372b4f07260747cbc6c0a6405ab3fbcea3852305e98ac43ca59f5bc","impliedFormat":1},{"version":"e6fa9ad47c5f71ff733744a029d1dc472c618de53804eae08ffc243b936f87ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"83e63d6ccf8ec004a3bb6d58b9bb0104f60e002754b1e968024b320730cc5311","impliedFormat":1},{"version":"24826ed94a78d5c64bd857570fdbd96229ad41b5cb654c08d75a9845e3ab7dde","impliedFormat":1},{"version":"8b479a130ccb62e98f11f136d3ac80f2984fdc07616516d29881f3061f2dd472","impliedFormat":1},{"version":"928af3d90454bf656a52a48679f199f64c1435247d6189d1caf4c68f2eaf921f","affectsGlobalScope":true,"impliedFormat":1},{"version":"d2bc7425ef40526650d6db7e072c1ff4a51101c3ac2cc4b666623b19496a6e27","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"933921f0bb0ec12ef45d1062a1fc0f27635318f4d294e4d99de9a5493e618ca2","impliedFormat":1},{"version":"71a0f3ad612c123b57239a7749770017ecfe6b66411488000aba83e4546fde25","impliedFormat":1},{"version":"77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","impliedFormat":1},{"version":"4f9d8ca0c417b67b69eeb54c7ca1bedd7b56034bb9bfd27c5d4f3bc4692daca7","impliedFormat":1},{"version":"814118df420c4e38fe5ae1b9a3bafb6e9c2aa40838e528cde908381867be6466","impliedFormat":1},{"version":"a3fc63c0d7b031693f665f5494412ba4b551fe644ededccc0ab5922401079c95","impliedFormat":1},{"version":"f27524f4bef4b6519c604bdb23bf4465bddcccbf3f003abb901acbd0d7404d99","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"6b039f55681caaf111d5eb84d292b9bee9e0131d0db1ad0871eef0964f533c73","affectsGlobalScope":true,"impliedFormat":1},{"version":"18fd40412d102c5564136f29735e5d1c3b455b8a37f920da79561f1fde068208","impliedFormat":1},{"version":"c8d3e5a18ba35629954e48c4cc8f11dc88224650067a172685c736b27a34a4dc","impliedFormat":1},{"version":"f0be1b8078cd549d91f37c30c222c2a187ac1cf981d994fb476a1adc61387b14","affectsGlobalScope":true,"impliedFormat":1},{"version":"0aaed1d72199b01234152f7a60046bc947f1f37d78d182e9ae09c4289e06a592","impliedFormat":1},{"version":"0dba70b3fb0dcd713fda33c2df64fa6751fff6460e536971cee917260fb17882","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"5b7aa3c4c1a5d81b411e8cb302b45507fea9358d3569196b27eb1a27ae3a90ef","affectsGlobalScope":true,"impliedFormat":1},{"version":"5987a903da92c7462e0b35704ce7da94d7fdc4b89a984871c0e2b87a8aae9e69","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea08a0345023ade2b47fbff5a76d0d0ed8bff10bc9d22b83f40858a8e941501c","impliedFormat":1},{"version":"47613031a5a31510831304405af561b0ffaedb734437c595256bb61a90f9311b","impliedFormat":1},{"version":"ae062ce7d9510060c5d7e7952ae379224fb3f8f2dd74e88959878af2057c143b","impliedFormat":1},{"version":"8a1a0d0a4a06a8d278947fcb66bf684f117bf147f89b06e50662d79a53be3e9f","affectsGlobalScope":true,"impliedFormat":1},{"version":"9f663c2f91127ef7024e8ca4b3b4383ff2770e5f826696005de382282794b127","impliedFormat":1},{"version":"9f55299850d4f0921e79b6bf344b47c420ce0f507b9dcf593e532b09ea7eeea1","impliedFormat":1},{"version":"104c67f0da1bdf0d94865419247e20eded83ce7f9911a1aa75fc675c077ca66e","impliedFormat":1},{"version":"cc0d0b339f31ce0ab3b7a5b714d8e578ce698f1e13d7f8c60bfb766baeb1d35c","impliedFormat":1},{"version":"427fe2004642504828c1476d0af4270e6ad4db6de78c0b5da3e4c5ca95052a99","impliedFormat":1},{"version":"2eeffcee5c1661ddca53353929558037b8cf305ffb86a803512982f99bcab50d","impliedFormat":99},{"version":"9afb4cb864d297e4092a79ee2871b5d3143ea14153f62ef0bb04ede25f432030","affectsGlobalScope":true,"impliedFormat":99},{"version":"25be1eb939c9c63242c7a45446edb20c40541da967f43f1aa6a00ed53c0552db","impliedFormat":1},{"version":"d5799bcf7fe4e6de3063abf4e321c14b051706f03cf5716d8a19f22fe1f69519","impliedFormat":1},{"version":"151ff381ef9ff8da2da9b9663ebf657eac35c4c9a19183420c05728f31a6761d","impliedFormat":1},{"version":"d34aa8df2d0b18fb56b1d772ff9b3c7aea7256cf0d692f969be6e1d27b74d660","impliedFormat":1},{"version":"baac9896d29bcc55391d769e408ff400d61273d832dd500f21de766205255acb","impliedFormat":1},{"version":"2f5747b1508ccf83fad0c251ba1e5da2f5a30b78b09ffa1cfaf633045160afed","impliedFormat":1},{"version":"6823ccc7b5b77bbf898d878dbcad18aa45e0fa96bdd0abd0de98d514845d9ed9","affectsGlobalScope":true,"impliedFormat":1},{"version":"b71c603a539078a5e3a039b20f2b0a0d1708967530cf97dec8850a9ca45baa2b","impliedFormat":1},{"version":"168d88e14e0d81fe170e0dadd38ae9d217476c11435ea640ddb9b7382bdb6c1f","impliedFormat":1},{"version":"8e04cf0688e0d921111659c2b55851957017148fa7b977b02727477d155b3c47","impliedFormat":1},{"version":"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","impliedFormat":1},{"version":"327fddc7dd391f1e62262dafe41fc9cabedb4a5758a5cfce979cebab1456abb8","impliedFormat":1},{"version":"24af1742f907d8311b928821ee9770c45c3711ae4e505a00d5e8e9d1322162f3","affectsGlobalScope":true,"impliedFormat":1}],"root":[[58,66]],"options":{"composite":true,"declaration":true,"declarationMap":true,"module":99,"outDir":"./dist","rootDir":"./src","skipLibCheck":true,"strict":true,"target":9},"referencedMap":[[172,1],[175,2],[171,3],[176,3],[173,4],[177,4],[178,4],[182,5],[185,6],[183,4],[186,4],[117,7],[118,7],[119,8],[72,9],[120,10],[121,11],[122,12],[67,4],[70,13],[68,4],[69,4],[123,14],[124,15],[125,16],[126,17],[127,18],[128,19],[129,19],[130,20],[131,21],[132,22],[133,23],[73,4],[71,4],[134,24],[135,25],[136,26],[170,27],[137,28],[138,4],[139,29],[140,30],[141,31],[142,32],[143,33],[144,34],[145,35],[146,36],[147,37],[148,37],[149,38],[150,4],[151,39],[152,40],[154,41],[153,42],[155,43],[156,44],[157,45],[158,46],[159,47],[160,48],[161,49],[162,50],[163,51],[164,52],[165,53],[166,54],[167,55],[74,4],[75,4],[76,4],[114,56],[115,4],[116,4],[168,57],[169,58],[187,4],[180,4],[181,4],[179,59],[184,60],[188,61],[174,4],[56,4],[57,4],[11,4],[10,4],[2,4],[12,4],[13,4],[14,4],[15,4],[16,4],[17,4],[18,4],[19,4],[3,4],[20,4],[21,4],[4,4],[22,4],[26,4],[23,4],[24,4],[25,4],[27,4],[28,4],[29,4],[5,4],[30,4],[31,4],[32,4],[33,4],[6,4],[37,4],[34,4],[35,4],[36,4],[38,4],[7,4],[39,4],[44,4],[45,4],[40,4],[41,4],[42,4],[43,4],[8,4],[49,4],[46,4],[47,4],[48,4],[50,4],[9,4],[51,4],[52,4],[53,4],[55,4],[54,4],[1,4],[92,62],[102,63],[91,62],[112,64],[83,65],[82,66],[111,67],[105,68],[110,69],[85,70],[99,71],[84,72],[108,73],[80,74],[79,67],[109,75],[81,76],[86,77],[87,4],[90,77],[77,4],[113,78],[103,79],[94,80],[95,81],[97,82],[93,83],[96,84],[106,67],[88,85],[89,86],[98,87],[78,88],[101,79],[100,77],[104,4],[107,89],[63,90],[62,91],[64,92],[65,93],[61,94],[59,95],[66,96],[60,97],[58,4]],"latestChangedDtsFile":"./dist/types.d.ts","version":"5.9.3"}
@@ -1,166 +0,0 @@
1
- # @orkify/next
2
-
3
- [![npm](https://img.shields.io/npm/v/@orkify/next)](https://www.npmjs.com/package/@orkify/next)
4
- [![Node](https://img.shields.io/node/v/orkify)](https://nodejs.org/)
5
- [![License](https://img.shields.io/npm/l/orkify)](https://github.com/orkify/orkify/blob/main/LICENSE)
6
- [![TypeScript](https://img.shields.io/badge/TypeScript-%E2%89%A55.9-blue?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
7
-
8
- Next.js integration for [orkify](https://orkify.com) — cache handlers and browser error tracking.
9
-
10
- ## Installation
11
-
12
- ```bash
13
- npm install @orkify/next @orkify/cache
14
- ```
15
-
16
- ## Cache Handlers
17
-
18
- orkify replaces Next.js's default cache with a shared in-memory cache that works across cluster workers. Both handlers use `@orkify/cache` under the hood — tag invalidation (`revalidateTag()`) propagates across all workers automatically.
19
-
20
- ### Setup
21
-
22
- ```typescript
23
- // next.config.ts
24
- import type { NextConfig } from 'next';
25
-
26
- const nextConfig: NextConfig = {
27
- // Enable 'use cache' directives (required for Next.js 16)
28
- cacheComponents: true,
29
-
30
- // Next.js 16 'use cache' directives — backed by @orkify/cache
31
- cacheHandlers: {
32
- default: require.resolve('@orkify/next/use-cache'),
33
- },
34
-
35
- // ISR / route cache — backed by @orkify/cache
36
- cacheHandler: require.resolve('@orkify/next/isr-cache'),
37
-
38
- // Disable Next.js's built-in in-memory cache (orkify handles it)
39
- cacheMaxMemorySize: 0,
40
-
41
- // Version skew protection — auto-set by `orkify deploy`, optional for `orkify up/run`
42
- deploymentId: process.env.NEXT_DEPLOYMENT_ID || undefined,
43
- };
44
-
45
- export default nextConfig;
46
- ```
47
-
48
- ### Handler Details
49
-
50
- - **`@orkify/next/use-cache`** — handles `'use cache'` directives. Converts between Next.js's stream-based interface and orkify's synchronous cache. Implements staleness checks (hard expiry, revalidation window, soft tags).
51
- - **`@orkify/next/isr-cache`** — handles ISR / route cache. Simpler adapter: get, set, tag-based revalidation.
52
-
53
- Both work standalone (`npm run dev`) and in cluster mode — the cache detects the mode automatically.
54
-
55
- ### ISR Request Coalescing
56
-
57
- In cluster mode, multiple workers may detect the same stale entry simultaneously. orkify coalesces these using a `__revalidating:{key}` flag so only one worker triggers the revalidation. The flag auto-expires after 30 seconds.
58
-
59
- ## Browser Error Tracking
60
-
61
- Capture browser errors and route them through orkify's error pipeline. Errors appear on the dashboard alongside server errors — no additional services needed. Errors bundle with the regular telemetry flush — zero additional API calls.
62
-
63
- ### Setup
64
-
65
- **1. Add the capture component** to your root layout:
66
-
67
- ```tsx
68
- // app/layout.tsx
69
- import { OrkifyErrorCapture } from '@orkify/next/error-capture';
70
-
71
- export default function RootLayout({ children }: { children: React.ReactNode }) {
72
- return (
73
- <html>
74
- <body>
75
- {children}
76
- <OrkifyErrorCapture />
77
- </body>
78
- </html>
79
- );
80
- }
81
- ```
82
-
83
- **2. Create the API route** at `app/orkify/errors/route.ts`:
84
-
85
- ```typescript
86
- export { POST } from '@orkify/next/error-handler';
87
- ```
88
-
89
- **3. Enable source maps** for source-mapped stacks on the dashboard:
90
-
91
- ```typescript
92
- // next.config.ts — add to the config above
93
- const nextConfig: NextConfig = {
94
- // ... cache handler config from above
95
-
96
- experimental: {
97
- serverSourceMaps: true,
98
- },
99
- webpack: (config, { isServer }) => {
100
- if (!isServer) {
101
- config.devtool = 'hidden-source-map';
102
- }
103
- return config;
104
- },
105
- };
106
- ```
107
-
108
- `hidden-source-map` produces `.map` files on disk without exposing them to browsers. orkify reads these files server-side to resolve minified stacks.
109
-
110
- ### Error Boundaries
111
-
112
- Errors caught by React Error Boundaries (including Next.js `error.tsx`) don't bubble to `window.onerror`. Use `reportError()` to capture them:
113
-
114
- ```tsx
115
- // app/error.tsx
116
- 'use client';
117
- import { reportError } from '@orkify/next/error-capture';
118
- import { useEffect } from 'react';
119
-
120
- export default function ErrorPage({ error }: { error: Error }) {
121
- useEffect(() => {
122
- reportError(error);
123
- }, [error]);
124
-
125
- return <p>Something went wrong.</p>;
126
- }
127
- ```
128
-
129
- ### What's Captured
130
-
131
- - `window.onerror` — uncaught exceptions
132
- - `unhandledrejection` — unhandled promise rejections
133
- - Manual `reportError()` calls from error boundaries
134
-
135
- Each error includes: name, message, stack trace, page URL, and browser info.
136
-
137
- ### Security
138
-
139
- - **Origin validation**: Rejects cross-origin requests. Supports `X-Forwarded-Host` for reverse proxy setups.
140
- - **Rate limiting**: Max 10 errors per 10 seconds per IP
141
- - **Payload validation**: Zod schema, 64 KB body limit, 100 stack line cap
142
- - **No data reflection**: Response is always `{ ok: true }` — never echoes input
143
-
144
- ### Stack Normalization
145
-
146
- Firefox and Safari stacks are automatically normalized to V8 format (`at fn (file:line:col)`) before sending, so the entire downstream pipeline handles one format.
147
-
148
- ### How It Works
149
-
150
- ```
151
- Browser → POST /orkify/errors → API route handler → process.send() → orkify daemon → dashboard
152
- ```
153
-
154
- Errors flow through the same IPC path as server errors and bundle with the regular telemetry flush. Zero additional API calls.
155
-
156
- For full details on security headers, version skew protection, and the server actions encryption key, see the [main orkify README](https://github.com/orkify/orkify#nextjs-support).
157
-
158
- ## Requirements
159
-
160
- - Node.js 22+
161
- - Next.js 15+ (16+ for `use cache`)
162
- - Must run under [orkify](https://github.com/orkify/orkify) for error tracking to reach the dashboard
163
-
164
- ## License
165
-
166
- Apache-2.0
@@ -1,34 +0,0 @@
1
- interface OrkifyErrorCaptureProps {
2
- /** API route endpoint. Default: `/orkify/errors` */
3
- endpoint?: string;
4
- /** Max errors to report per page load. Default: 10 */
5
- maxErrors?: number;
6
- }
7
- /**
8
- * Normalize a Firefox/Safari `fn@file:line:col` stack to V8 `at fn (file:line:col)` format.
9
- * Chrome/Edge stacks (already V8 format) pass through unchanged.
10
- */
11
- export declare function normalizeStack(stack: string): string;
12
- /**
13
- * Report an error manually. Use this from React Error Boundaries
14
- * (including Next.js `error.tsx`) where errors don't bubble to `window.onerror`.
15
- *
16
- * ```tsx
17
- * import { reportError } from '@orkify/next/error-capture';
18
- * useEffect(() => { reportError(error); }, [error]);
19
- * ```
20
- */
21
- export declare function reportError(error: unknown): void;
22
- /**
23
- * Drop-in component that captures browser errors and reports them to orkify.
24
- * Add to your root layout:
25
- *
26
- * ```tsx
27
- * import { OrkifyErrorCapture } from '@orkify/next/error-capture';
28
- *
29
- * <OrkifyErrorCapture />
30
- * ```
31
- */
32
- export declare function OrkifyErrorCapture({ endpoint, maxErrors, }: OrkifyErrorCaptureProps): null;
33
- export {};
34
- //# sourceMappingURL=error-capture.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error-capture.d.ts","sourceRoot":"","sources":["../src/error-capture.ts"],"names":[],"mappings":"AAqBA,UAAU,uBAAuB;IAC/B,oDAAoD;IACpD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,sDAAsD;IACtD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAWD;;;GAGG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAkBpD;AAoDD;;;;;;;;GAQG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAGhD;AAED;;;;;;;;;GASG;AACH,wBAAgB,kBAAkB,CAAC,EACjC,QAA2B,EAC3B,SAAc,GACf,EAAE,uBAAuB,GAAG,IAAI,CAsChC"}
@@ -1,130 +0,0 @@
1
- 'use client';
2
- import { useEffect } from 'react';
3
- /** Simple hash for client-side dedup (not cryptographic). */
4
- function simpleHash(str) {
5
- let h = 0;
6
- for (let i = 0; i < str.length; i++) {
7
- h = ((h << 5) - h + str.charCodeAt(i)) | 0;
8
- }
9
- return h.toString(36);
10
- }
11
- /**
12
- * Normalize a Firefox/Safari `fn@file:line:col` stack to V8 `at fn (file:line:col)` format.
13
- * Chrome/Edge stacks (already V8 format) pass through unchanged.
14
- */
15
- export function normalizeStack(stack) {
16
- return stack
17
- .split('\n')
18
- .map((line) => {
19
- // Already V8 format: " at fn (...)" or " at ..."
20
- if (/^\s*at\s+/.test(line))
21
- return line;
22
- // Firefox/Safari: "fn@file:line:col" or "@file:line:col"
23
- const m = line.match(/^([^@]*)@(.+):(\d+):(\d+)$/);
24
- if (m) {
25
- const fn = m[1];
26
- const loc = `${m[2]}:${m[3]}:${m[4]}`;
27
- return fn ? ` at ${fn} (${loc})` : ` at ${loc}`;
28
- }
29
- return line;
30
- })
31
- .join('\n');
32
- }
33
- // Module-level state for dedup and rate limiting
34
- const recentHashes = new Map();
35
- let errorCount = 0;
36
- let configuredEndpoint = '/orkify/errors';
37
- let configuredMax = 10;
38
- /** Flush expired dedup entries (older than 5 seconds). */
39
- function flushExpired() {
40
- const cutoff = Date.now() - 5_000;
41
- for (const [hash, ts] of recentHashes) {
42
- if (ts < cutoff)
43
- recentHashes.delete(hash);
44
- }
45
- }
46
- /** Send an error report to the server endpoint. */
47
- function sendError(name, message, stack, errorType) {
48
- if (errorCount >= configuredMax)
49
- return;
50
- const normalizedStack = normalizeStack(stack);
51
- const hash = simpleHash(normalizedStack);
52
- // Dedup: skip if same stack seen in last 5 seconds
53
- flushExpired();
54
- if (recentHashes.has(hash))
55
- return;
56
- recentHashes.set(hash, Date.now());
57
- errorCount++;
58
- void fetch(configuredEndpoint, {
59
- method: 'POST',
60
- headers: { 'Content-Type': 'application/json' },
61
- body: JSON.stringify({
62
- name,
63
- message,
64
- stack: normalizedStack,
65
- errorType,
66
- url: typeof location !== 'undefined' ? location.href : '',
67
- userAgent: typeof navigator !== 'undefined' ? navigator.userAgent : '',
68
- timestamp: Date.now(),
69
- }),
70
- keepalive: true,
71
- }).catch(() => {
72
- // Silently ignore — never crash the app for error reporting
73
- });
74
- }
75
- /**
76
- * Report an error manually. Use this from React Error Boundaries
77
- * (including Next.js `error.tsx`) where errors don't bubble to `window.onerror`.
78
- *
79
- * ```tsx
80
- * import { reportError } from '@orkify/next/error-capture';
81
- * useEffect(() => { reportError(error); }, [error]);
82
- * ```
83
- */
84
- export function reportError(error) {
85
- if (!(error instanceof Error))
86
- return;
87
- sendError(error.name || 'Error', error.message || '', error.stack || '', 'browser:error');
88
- }
89
- /**
90
- * Drop-in component that captures browser errors and reports them to orkify.
91
- * Add to your root layout:
92
- *
93
- * ```tsx
94
- * import { OrkifyErrorCapture } from '@orkify/next/error-capture';
95
- *
96
- * <OrkifyErrorCapture />
97
- * ```
98
- */
99
- export function OrkifyErrorCapture({ endpoint = '/orkify/errors', maxErrors = 10, }) {
100
- useEffect(() => {
101
- configuredEndpoint = endpoint;
102
- configuredMax = maxErrors;
103
- const onError = (event) => {
104
- const err = event.error;
105
- if (err instanceof Error) {
106
- sendError(err.name || 'Error', err.message || '', err.stack || '', 'browser:error');
107
- }
108
- else {
109
- sendError('Error', String(event.message || err), '', 'browser:error');
110
- }
111
- };
112
- const onRejection = (event) => {
113
- const reason = event.reason;
114
- if (reason instanceof Error) {
115
- sendError(reason.name || 'UnhandledRejection', reason.message || '', reason.stack || '', 'browser:unhandledRejection');
116
- }
117
- else {
118
- sendError('UnhandledRejection', String(reason), '', 'browser:unhandledRejection');
119
- }
120
- };
121
- window.addEventListener('error', onError);
122
- window.addEventListener('unhandledrejection', onRejection);
123
- return () => {
124
- window.removeEventListener('error', onError);
125
- window.removeEventListener('unhandledrejection', onRejection);
126
- };
127
- }, [endpoint, maxErrors]);
128
- return null;
129
- }
130
- //# sourceMappingURL=error-capture.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error-capture.js","sourceRoot":"","sources":["../src/error-capture.ts"],"names":[],"mappings":"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"}
@@ -1,10 +0,0 @@
1
- /**
2
- * Next.js API route handler for browser error reporting.
3
- *
4
- * Create `app/orkify/errors/route.ts`:
5
- * ```ts
6
- * export { POST } from '@orkify/next/error-handler';
7
- * ```
8
- */
9
- export declare function POST(request: Request): Promise<Response>;
10
- //# sourceMappingURL=error-handler.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error-handler.d.ts","sourceRoot":"","sources":["../src/error-handler.ts"],"names":[],"mappings":"AAmHA;;;;;;;GAOG;AACH,wBAAsB,IAAI,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,QAAQ,CAAC,CAiG9D"}