sporades 0.2.0 โ 0.3.0
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/CHANGES.md +20 -27
- package/bin/sporades.js +2438 -952
- package/dist/bundle-pipeline.d.ts +4 -0
- package/dist/bundle-pipeline.d.ts.map +1 -1
- package/dist/bundle-pipeline.js +1 -1
- package/dist/bundle-pipeline.js.map +1 -1
- package/dist/cli/cli-help.d.ts +3 -2
- package/dist/cli/cli-help.d.ts.map +1 -1
- package/dist/cli/cli-help.js +13 -0
- package/dist/cli/cli-help.js.map +1 -1
- package/dist/cli/doctor.d.ts +23 -0
- package/dist/cli/doctor.d.ts.map +1 -0
- package/dist/cli/doctor.js +1320 -0
- package/dist/cli/doctor.js.map +1 -0
- package/dist/cli/project-config.d.ts +67 -0
- package/dist/cli/project-config.d.ts.map +1 -0
- package/dist/cli/project-config.js +330 -0
- package/dist/cli/project-config.js.map +1 -0
- package/dist/cli/sporades.js +68 -287
- package/dist/cli/sporades.js.map +1 -1
- package/dist/server-runtime-source.d.ts +30 -28
- package/dist/server-runtime-source.d.ts.map +1 -1
- package/dist/server-runtime-source.js +325 -199
- package/dist/server-runtime-source.js.map +1 -1
- package/package.json +1 -1
package/CHANGES.md
CHANGED
|
@@ -2,42 +2,35 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased - 2026-07-07
|
|
4
4
|
|
|
5
|
-
Changes since v0.
|
|
5
|
+
Changes since v0.2.0.
|
|
6
6
|
|
|
7
7
|
### ๐ Features
|
|
8
8
|
|
|
9
|
-
- Add
|
|
10
|
-
- Add
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
- Add
|
|
14
|
-
- Allow dependency install for local repository working (a35db4c).
|
|
15
|
-
- Add requireAuth handler helper as the canonical auth gate (7bb7ee6).
|
|
9
|
+
- Add doctor hosted capsule checks (5eb39af).
|
|
10
|
+
- Add doctor local runtime checks (36d1d66).
|
|
11
|
+
- Add doctor capsule authoring checks (3561a09).
|
|
12
|
+
- Add doctor project security checks (a474750).
|
|
13
|
+
- Add doctor command envelope (3786aa2).
|
|
16
14
|
|
|
17
|
-
###
|
|
15
|
+
### ๐ Bug Fixes
|
|
18
16
|
|
|
19
|
-
-
|
|
20
|
-
- Mark user preferences SDK issue done (9119388).
|
|
21
|
-
- Mark built-in-auth-helper issue 01 done (2d6d470).
|
|
22
|
-
- Rebuild bundle after merging requireAuth helper (160ce44).
|
|
17
|
+
- Fix generated server upload helpers (8d310be).
|
|
23
18
|
|
|
24
19
|
### ๐ Documentation
|
|
25
20
|
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
- Document
|
|
31
|
-
-
|
|
32
|
-
- Update docs (7469398).
|
|
33
|
-
- Update preference table inspection coverage (790e49c).
|
|
34
|
-
- Keep user preferences coherent across sessions (703e826).
|
|
35
|
-
- Plan recommended roadmap features (4975e8d).
|
|
36
|
-
- Tidy up working files (f29fff5).
|
|
37
|
-
- Record service-backed vector path (pgvector) as follow-up (e1dfa7a).
|
|
38
|
-
- Promote auth helper and SQLite vector features to ready (ea1610b).
|
|
21
|
+
- MD formatting (223cd5c).
|
|
22
|
+
- Harden database transaction coverage (a68beb2).
|
|
23
|
+
- Update roadmap for current/next features (6a72e1d).
|
|
24
|
+
- Plan transaction coverage audit (85a3bcc).
|
|
25
|
+
- Document doctor workflow and roadmap status (ff2eb9c).
|
|
26
|
+
- Plan sporades doctor diagnostics (f52f67a).
|
|
39
27
|
- Update documentation files in the working tree: docs/api/functions/client.createHooks.html, docs/api/functions/client.isAuthenticated.html, docs/api/functions/client.onMessage.html, docs/api/functions/client.sendMessage.html, docs/api/functions/server.Boolean.html, docs/api/functions/server.capsule.html, docs/api/functions/server.Date.html, docs/api/functions/server.endpoint.html, docs/api/functions/server.Json.html, docs/api/functions/server.message.html, docs/api/functions/server.mutation.html, docs/api/functions/server.Number.html, docs/api/functions/server.query.html, docs/api/functions/server.Reference.html, docs/api/functions/server.requireAuth.html, docs/api/functions/server.String.html, docs/api/functions/server.table.html, docs/api/types/client.AppMessage.html, docs/api/types/client.AppMessageStream.html, docs/api/types/client.AuthApi.html, docs/api/types/client.AuthProviders.html, docs/api/types/client.AuthState.html, docs/api/types/client.EmailCredentials.html, docs/api/types/client.FileMetadata.html, docs/api/types/client.FileReference.html, docs/api/types/client.FilesApi.html, docs/api/types/client.HookPrimitives.html, docs/api/types/client.JsonObject.html, docs/api/types/client.JsonValue.html, docs/api/types/client.MutationState.html, docs/api/types/client.PreferencesApi.html, docs/api/types/client.PreferencesResult.html, docs/api/types/client.ProviderState.html, docs/api/types/client.PublicFileUrl.html, docs/api/types/client.PublicUrlOptions.html, docs/api/types/client.QueryState.html, docs/api/types/client.SporadesError.html, docs/api/types/client.SporadesHooks.html, docs/api/types/client.SporadesResult.html, docs/api/types/client.Subscription.html, docs/api/types/client.UploadCompleteEvent.html, docs/api/types/client.UploadOptions.html, docs/api/types/client.UploadProgressEvent.html, docs/api/types/client.UseAuthState.html, docs/api/types/server.AclDatabaseHelpers.html, docs/api/types/server.AclHelpers.html, docs/api/types/server.AclStorageFileMetadata.html, docs/api/types/server.AclStorageHelpers.html, docs/api/types/server.AnyFieldDefinition.html, docs/api/types/server.AuthContext.html, docs/api/types/server.AutoFields.html, docs/api/types/server.Capsule.html, docs/api/types/server.CapsuleContext.html, docs/api/types/server.CapsuleDefinition.html, docs/api/types/server.CapsuleHooks.html, docs/api/types/server.ContextKind.html, docs/api/types/server.ContextMiddleware.html, docs/api/types/server.DatabaseFromSchema.html, docs/api/types/server.EndpointContext.html, docs/api/types/server.EndpointDefinition.html, docs/api/types/server.EndpointHandler.html, docs/api/types/server.EndpointOptions.html, docs/api/types/server.EndpointRequest.html, docs/api/types/server.FieldBuilder.html, docs/api/types/server.FieldDefinition.html, docs/api/types/server.FieldKind.html, docs/api/types/server.FieldValue.html, docs/api/types/server.InsertValues.html, docs/api/types/server.JsonValue.html, docs/api/types/server.Logger.html, docs/api/types/server.MaybePromise.html, docs/api/types/server.MessageApi.html, docs/api/types/server.MessageDefinition.html, docs/api/types/server.MessageHandler.html, docs/api/types/server.MessageScope.html, docs/api/types/server.MiddlewareContext.html, docs/api/types/server.MutationDefinition.html, docs/api/types/server.MutationHandler.html, docs/api/types/server.MutationHook.html, docs/api/types/server.MutationHookEvent.html, docs/api/types/server.MutationResult.html, docs/api/types/server.OrderDirection.html, docs/api/types/server.QueryDefinition.html, docs/api/types/server.QueryHandler.html, docs/api/types/server.ReferenceFieldBuilder.html, docs/api/types/server.ReferenceFieldDefinition.html, docs/api/types/server.RequireAuthOptions.html, docs/api/types/server.RowFromFields.html, docs/api/types/server.SchemaDefinition.html, docs/api/types/server.TableAclContext.html, docs/api/types/server.TableAclOperation.html, docs/api/types/server.TableAclRule.html, docs/api/types/server.TableAclRuleInput.html, docs/api/types/server.TableAclRules.html, docs/api/types/server.TableApi.html, docs/api/types/server.TableDefinition.html, docs/api/types/server.UpdateValues.html, docs/api/variables/client.auth.html, docs/api/variables/client.files.html, docs/api/variables/client.preferences.html.
|
|
40
28
|
|
|
29
|
+
### ๐งช Tests
|
|
30
|
+
|
|
31
|
+
- Audit transaction boundary coverage (f6268ef).
|
|
32
|
+
|
|
41
33
|
### ๐ฆ Packaging
|
|
42
34
|
|
|
43
|
-
-
|
|
35
|
+
- Align scaffold version tests with package version (d3dc529).
|
|
36
|
+
- Clean up npm package tarballs (6303628).
|