@point3/logto-module 1.1.2 → 1.1.4
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/README.md +2 -2
- package/dist/client/__tests__/m2m-client.spec.d.ts +1 -0
- package/dist/client/__tests__/m2m-client.spec.js +55 -0
- package/dist/client/__tests__/m2m-client.spec.js.map +1 -0
- package/dist/client/__tests__/oauth-client.spec.d.ts +1 -0
- package/dist/client/__tests__/oauth-client.spec.js +40 -0
- package/dist/client/__tests__/oauth-client.spec.js.map +1 -0
- package/dist/client/config.d.ts +44 -0
- package/dist/client/config.js +16 -0
- package/dist/client/config.js.map +1 -0
- package/dist/client/index.d.ts +5 -0
- package/dist/client/index.js +22 -0
- package/dist/client/index.js.map +1 -0
- package/dist/client/logto-login-session.d.ts +27 -0
- package/dist/client/logto-login-session.js +119 -0
- package/dist/client/logto-login-session.js.map +1 -0
- package/dist/client/m2m-client.d.ts +37 -0
- package/dist/client/m2m-client.js +196 -0
- package/dist/client/m2m-client.js.map +1 -0
- package/dist/client/oauth-client.d.ts +25 -0
- package/dist/client/oauth-client.js +129 -0
- package/dist/client/oauth-client.js.map +1 -0
- package/dist/client/types.d.ts +45 -0
- package/dist/client/types.js +37 -0
- package/dist/client/types.js.map +1 -0
- package/dist/errors.d.ts +24 -0
- package/dist/errors.js +62 -0
- package/dist/errors.js.map +1 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +41 -0
- package/dist/index.js.map +1 -0
- package/dist/module.d.ts +27 -0
- package/dist/module.js +171 -0
- package/dist/module.js.map +1 -0
- package/dist/stateless/decorator.d.ts +7 -0
- package/dist/stateless/decorator.js +10 -0
- package/dist/stateless/decorator.js.map +1 -0
- package/dist/stateless/guard.d.ts +10 -0
- package/dist/stateless/guard.js +69 -0
- package/dist/stateless/guard.js.map +1 -0
- package/dist/stateless/guard.spec.d.ts +1 -0
- package/dist/stateless/guard.spec.js +210 -0
- package/dist/stateless/guard.spec.js.map +1 -0
- package/dist/stateless/index.d.ts +2 -0
- package/dist/stateless/index.js +19 -0
- package/dist/stateless/index.js.map +1 -0
- package/dist/token/access-token.d.ts +31 -0
- package/dist/token/access-token.js +19 -0
- package/dist/token/access-token.js.map +1 -0
- package/dist/token/index.d.ts +2 -0
- package/dist/token/index.js +19 -0
- package/dist/token/index.js.map +1 -0
- package/dist/token/verifier.d.ts +13 -0
- package/dist/token/verifier.js +56 -0
- package/dist/token/verifier.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/module.ts +61 -61
- package/package.json +2 -2
- package/.idea/copilot.data.migration.ask2agent.xml +0 -6
- package/.idea/inspectionProfiles/Project_Default.xml +0 -7
- package/.idea/misc.xml +0 -7
- package/.idea/modules.xml +0 -8
- package/.idea/point3-logto-module.iml +0 -9
- package/.idea/vcs.xml +0 -6
- package/.serena/project.yml +0 -87
package/.idea/misc.xml
DELETED
package/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/point3-logto-module.iml" filepath="$PROJECT_DIR$/.idea/point3-logto-module.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="JAVA_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
4
|
-
<exclude-output />
|
|
5
|
-
<content url="file://$MODULE_DIR$" />
|
|
6
|
-
<orderEntry type="inheritedJdk" />
|
|
7
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
8
|
-
</component>
|
|
9
|
-
</module>
|
package/.idea/vcs.xml
DELETED
package/.serena/project.yml
DELETED
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
# list of languages for which language servers are started; choose from:
|
|
2
|
-
# al bash clojure cpp csharp csharp_omnisharp
|
|
3
|
-
# dart elixir elm erlang fortran fsharp
|
|
4
|
-
# go groovy haskell java julia kotlin
|
|
5
|
-
# lua markdown nix pascal perl php
|
|
6
|
-
# powershell python python_jedi r rego ruby
|
|
7
|
-
# ruby_solargraph rust scala swift terraform toml
|
|
8
|
-
# typescript typescript_vts yaml zig
|
|
9
|
-
# Note:
|
|
10
|
-
# - For C, use cpp
|
|
11
|
-
# - For JavaScript, use typescript
|
|
12
|
-
# - For Free Pascal / Lazarus, use pascal
|
|
13
|
-
# Special requirements:
|
|
14
|
-
# - csharp: Requires the presence of a .sln file in the project folder.
|
|
15
|
-
# - pascal: Requires Free Pascal Compiler (fpc) and optionally Lazarus.
|
|
16
|
-
# When using multiple languages, the first language server that supports a given file will be used for that file.
|
|
17
|
-
# The first language is the default language and the respective language server will be used as a fallback.
|
|
18
|
-
# Note that when using the JetBrains backend, language servers are not used and this list is correspondingly ignored.
|
|
19
|
-
languages:
|
|
20
|
-
- typescript
|
|
21
|
-
|
|
22
|
-
# the encoding used by text files in the project
|
|
23
|
-
# For a list of possible encodings, see https://docs.python.org/3.11/library/codecs.html#standard-encodings
|
|
24
|
-
encoding: "utf-8"
|
|
25
|
-
|
|
26
|
-
# whether to use the project's gitignore file to ignore files
|
|
27
|
-
# Added on 2025-04-07
|
|
28
|
-
ignore_all_files_in_gitignore: true
|
|
29
|
-
|
|
30
|
-
# list of additional paths to ignore
|
|
31
|
-
# same syntax as gitignore, so you can use * and **
|
|
32
|
-
# Was previously called `ignored_dirs`, please update your config if you are using that.
|
|
33
|
-
# Added (renamed) on 2025-04-07
|
|
34
|
-
ignored_paths: []
|
|
35
|
-
|
|
36
|
-
# whether the project is in read-only mode
|
|
37
|
-
# If set to true, all editing tools will be disabled and attempts to use them will result in an error
|
|
38
|
-
# Added on 2025-04-18
|
|
39
|
-
read_only: false
|
|
40
|
-
|
|
41
|
-
# list of tool names to exclude. We recommend not excluding any tools, see the readme for more details.
|
|
42
|
-
# Below is the complete list of tools for convenience.
|
|
43
|
-
# To make sure you have the latest list of tools, and to view their descriptions,
|
|
44
|
-
# execute `uv run scripts/print_tool_overview.py`.
|
|
45
|
-
#
|
|
46
|
-
# * `activate_project`: Activates a project by name.
|
|
47
|
-
# * `check_onboarding_performed`: Checks whether project onboarding was already performed.
|
|
48
|
-
# * `create_text_file`: Creates/overwrites a file in the project directory.
|
|
49
|
-
# * `delete_lines`: Deletes a range of lines within a file.
|
|
50
|
-
# * `delete_memory`: Deletes a memory from Serena's project-specific memory store.
|
|
51
|
-
# * `execute_shell_command`: Executes a shell command.
|
|
52
|
-
# * `find_referencing_code_snippets`: Finds code snippets in which the symbol at the given location is referenced.
|
|
53
|
-
# * `find_referencing_symbols`: Finds symbols that reference the symbol at the given location (optionally filtered by type).
|
|
54
|
-
# * `find_symbol`: Performs a global (or local) search for symbols with/containing a given name/substring (optionally filtered by type).
|
|
55
|
-
# * `get_current_config`: Prints the current configuration of the agent, including the active and available projects, tools, contexts, and modes.
|
|
56
|
-
# * `get_symbols_overview`: Gets an overview of the top-level symbols defined in a given file.
|
|
57
|
-
# * `initial_instructions`: Gets the initial instructions for the current project.
|
|
58
|
-
# Should only be used in settings where the system prompt cannot be set,
|
|
59
|
-
# e.g. in clients you have no control over, like Claude Desktop.
|
|
60
|
-
# * `insert_after_symbol`: Inserts content after the end of the definition of a given symbol.
|
|
61
|
-
# * `insert_at_line`: Inserts content at a given line in a file.
|
|
62
|
-
# * `insert_before_symbol`: Inserts content before the beginning of the definition of a given symbol.
|
|
63
|
-
# * `list_dir`: Lists files and directories in the given directory (optionally with recursion).
|
|
64
|
-
# * `list_memories`: Lists memories in Serena's project-specific memory store.
|
|
65
|
-
# * `onboarding`: Performs onboarding (identifying the project structure and essential tasks, e.g. for testing or building).
|
|
66
|
-
# * `prepare_for_new_conversation`: Provides instructions for preparing for a new conversation (in order to continue with the necessary context).
|
|
67
|
-
# * `read_file`: Reads a file within the project directory.
|
|
68
|
-
# * `read_memory`: Reads the memory with the given name from Serena's project-specific memory store.
|
|
69
|
-
# * `remove_project`: Removes a project from the Serena configuration.
|
|
70
|
-
# * `replace_lines`: Replaces a range of lines within a file with new content.
|
|
71
|
-
# * `replace_symbol_body`: Replaces the full definition of a symbol.
|
|
72
|
-
# * `restart_language_server`: Restarts the language server, may be necessary when edits not through Serena happen.
|
|
73
|
-
# * `search_for_pattern`: Performs a search for a pattern in the project.
|
|
74
|
-
# * `summarize_changes`: Provides instructions for summarizing the changes made to the codebase.
|
|
75
|
-
# * `switch_modes`: Activates modes by providing a list of their names
|
|
76
|
-
# * `think_about_collected_information`: Thinking tool for pondering the completeness of collected information.
|
|
77
|
-
# * `think_about_task_adherence`: Thinking tool for determining whether the agent is still on track with the current task.
|
|
78
|
-
# * `think_about_whether_you_are_done`: Thinking tool for determining whether the task is truly completed.
|
|
79
|
-
# * `write_memory`: Writes a named memory (for future reference) to Serena's project-specific memory store.
|
|
80
|
-
excluded_tools: []
|
|
81
|
-
|
|
82
|
-
# initial prompt for the project. It will always be given to the LLM upon activating the project
|
|
83
|
-
# (contrary to the memories, which are loaded on demand).
|
|
84
|
-
initial_prompt: ""
|
|
85
|
-
|
|
86
|
-
project_name: "point3-logto-module"
|
|
87
|
-
included_optional_tools: []
|