@pqpo/pragma 0.1.0-next.1
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/LICENSE +322 -0
- package/README.md +65 -0
- package/THIRD_PARTY_NOTICES.txt +8 -0
- package/dist/cli.js +422860 -0
- package/dist/code-service-worker.js +3885 -0
- package/dist/pragma.js +24 -0
- package/package.json +45 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,322 @@
|
|
|
1
|
+
# Pragma Source Available License 1.0
|
|
2
|
+
|
|
3
|
+
Copyright 2026 The Pragma Authors
|
|
4
|
+
|
|
5
|
+
This license consists of the Pragma Additional Conditions below and the Apache License, Version 2.0,
|
|
6
|
+
which is incorporated in full after those conditions.
|
|
7
|
+
|
|
8
|
+
This is a custom source-available license. It is not the standard Apache License 2.0 and is not an
|
|
9
|
+
OSI-approved open-source license.
|
|
10
|
+
|
|
11
|
+
By using, copying, modifying, or distributing the Software, You accept this license. If You do not
|
|
12
|
+
accept it, You receive no permission under this license.
|
|
13
|
+
|
|
14
|
+
## 1. Definitions
|
|
15
|
+
|
|
16
|
+
**Software** means the Pragma source code, object code, documentation, user interfaces, and assets
|
|
17
|
+
made available in this repository, except for components that carry a separate license notice.
|
|
18
|
+
|
|
19
|
+
**Project Steward** means the owner of the canonical Pragma repository at
|
|
20
|
+
`https://github.com/pqpo/pragma`, or a successor explicitly designated in that repository.
|
|
21
|
+
|
|
22
|
+
**Your Organization** means the legal entity exercising rights under this license and all entities
|
|
23
|
+
that control, are controlled by, or are under common control with it.
|
|
24
|
+
|
|
25
|
+
**Third Party** means any individual or legal entity outside Your Organization.
|
|
26
|
+
|
|
27
|
+
**Hosted or Managed Service** means operating the Software for the benefit of a Third Party,
|
|
28
|
+
including SaaS, hosting, managed services, service bureau offerings, or any arrangement through
|
|
29
|
+
which a Third Party receives access to the Software or functionality provided by the Software.
|
|
30
|
+
|
|
31
|
+
**Commercial Offering** means a product or service that is sold, licensed, subscribed, rented,
|
|
32
|
+
monetized, or otherwise provided for direct or indirect commercial advantage.
|
|
33
|
+
|
|
34
|
+
**Official User Interface** means any Pragma-branded user interface distributed from this
|
|
35
|
+
repository, including user interface components under `apps/web/` and `apps/desktop/`.
|
|
36
|
+
|
|
37
|
+
## 2. Additional License Conditions
|
|
38
|
+
|
|
39
|
+
The permissions in the Apache License 2.0 are granted subject to all of the following additional
|
|
40
|
+
conditions.
|
|
41
|
+
|
|
42
|
+
### 2.1 No Third-Party Hosted or Managed Service
|
|
43
|
+
|
|
44
|
+
Without prior written authorization from the Project Steward, You may not provide the Software to
|
|
45
|
+
any Third Party as a Hosted or Managed Service.
|
|
46
|
+
|
|
47
|
+
This restriction applies whether the service is paid or free and whether Third Parties access the
|
|
48
|
+
Software directly, indirectly, through an API, through a user interface, or through another
|
|
49
|
+
software layer.
|
|
50
|
+
|
|
51
|
+
### 2.2 No Commercial Embedding
|
|
52
|
+
|
|
53
|
+
Without prior written authorization from the Project Steward, You may not embed, incorporate,
|
|
54
|
+
integrate, bundle, or otherwise use the Software as, or as a component of, a Commercial Offering
|
|
55
|
+
provided to any Third Party.
|
|
56
|
+
|
|
57
|
+
This restriction includes white-label products, OEM distribution, commercial SaaS, managed
|
|
58
|
+
services, and products or services that use the Software as a visible or invisible backend
|
|
59
|
+
component.
|
|
60
|
+
|
|
61
|
+
### 2.3 Internal Use
|
|
62
|
+
|
|
63
|
+
You may use and modify the Software within Your Organization, including in production and across
|
|
64
|
+
multiple internal workspaces, provided that You do not use it to provide a Hosted or Managed
|
|
65
|
+
Service or Commercial Offering to a Third Party.
|
|
66
|
+
|
|
67
|
+
### 2.4 Notices and Modifications
|
|
68
|
+
|
|
69
|
+
You may not remove, alter, or obscure licensing, copyright, attribution, or other legal notices
|
|
70
|
+
included with the Software.
|
|
71
|
+
|
|
72
|
+
If You modify the Software, every copy You distribute must carry a prominent notice stating that
|
|
73
|
+
You modified it and must include a copy of this license.
|
|
74
|
+
|
|
75
|
+
### 2.5 Pragma Branding
|
|
76
|
+
|
|
77
|
+
When using or distributing an Official User Interface, You may not remove, obscure, or modify the
|
|
78
|
+
Pragma name, official Logo, or copyright information displayed by that interface.
|
|
79
|
+
|
|
80
|
+
This license grants only the limited permission necessary to display the unmodified Pragma name and
|
|
81
|
+
Logo already included in an Official User Interface as required by this section. It does not grant
|
|
82
|
+
permission to use those marks to market, name, or imply official endorsement of a modified
|
|
83
|
+
distribution, product, or service. All other uses of the Pragma name, Logo, and project marks remain
|
|
84
|
+
subject to `TRADEMARKS.md` and applicable trademark law.
|
|
85
|
+
|
|
86
|
+
### 2.6 Written Authorization
|
|
87
|
+
|
|
88
|
+
The Project Steward may grant a written exception to one or more Additional License Conditions.
|
|
89
|
+
An exception applies only to the recipient, scope, version, and period expressly stated in that
|
|
90
|
+
authorization.
|
|
91
|
+
|
|
92
|
+
### 2.7 Contributions
|
|
93
|
+
|
|
94
|
+
Unless You explicitly state otherwise in writing before submission, any contribution intentionally
|
|
95
|
+
submitted for inclusion in the Software grants the Project Steward a perpetual, worldwide,
|
|
96
|
+
non-exclusive, irrevocable, royalty-free right to use, reproduce, modify, prepare derivative works
|
|
97
|
+
of, publicly display, publicly perform, distribute, sublicense, and relicense that contribution,
|
|
98
|
+
including as part of the Software under this license or other terms.
|
|
99
|
+
|
|
100
|
+
You represent that You have the right to grant these permissions for Your contribution.
|
|
101
|
+
|
|
102
|
+
### 2.8 Termination
|
|
103
|
+
|
|
104
|
+
Any use of the Software in violation of this license is unlicensed and automatically terminates the
|
|
105
|
+
permissions granted to You under this license.
|
|
106
|
+
|
|
107
|
+
If the Project Steward notifies You of a first violation and You fully cure that violation within
|
|
108
|
+
30 days after receiving notice, Your permissions are reinstated retroactively. Any later violation
|
|
109
|
+
after reinstatement terminates Your permissions automatically and permanently.
|
|
110
|
+
|
|
111
|
+
## 3. Relationship to Apache License 2.0
|
|
112
|
+
|
|
113
|
+
The Apache License 2.0 applies except where these Pragma Additional Conditions impose an additional
|
|
114
|
+
requirement or restriction. If there is a conflict, the Pragma Additional Conditions control.
|
|
115
|
+
|
|
116
|
+
References to the "License" in the Apache License 2.0 mean the Apache License 2.0 as supplemented by
|
|
117
|
+
these Pragma Additional Conditions. References to the "Licensor" include the applicable copyright
|
|
118
|
+
holder and, for permissions expressly assigned to it above, the Project Steward.
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
Apache License
|
|
123
|
+
Version 2.0, January 2004
|
|
124
|
+
http://www.apache.org/licenses/
|
|
125
|
+
|
|
126
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
127
|
+
|
|
128
|
+
1. Definitions.
|
|
129
|
+
|
|
130
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
131
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
132
|
+
|
|
133
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
134
|
+
the copyright owner that is granting the License.
|
|
135
|
+
|
|
136
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
137
|
+
other entities that control, are controlled by, or are under common
|
|
138
|
+
control with that entity. For the purposes of this definition,
|
|
139
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
140
|
+
direction or management of such entity, whether by contract or
|
|
141
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
142
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
143
|
+
|
|
144
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
145
|
+
exercising permissions granted by this License.
|
|
146
|
+
|
|
147
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
148
|
+
including but not limited to software source code, documentation
|
|
149
|
+
source, and configuration files.
|
|
150
|
+
|
|
151
|
+
"Object" form shall mean any form resulting from mechanical
|
|
152
|
+
transformation or translation of a Source form, including but
|
|
153
|
+
not limited to compiled object code, generated documentation,
|
|
154
|
+
and conversions to other media types.
|
|
155
|
+
|
|
156
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
157
|
+
Object form, made available under the License, as indicated by a
|
|
158
|
+
copyright notice that is included in or attached to the work
|
|
159
|
+
(an example is provided in the Appendix below).
|
|
160
|
+
|
|
161
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
162
|
+
form, that is based on (or derived from) the Work and for which the
|
|
163
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
164
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
165
|
+
of this License, Derivative Works shall not include works that remain
|
|
166
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
167
|
+
the Work and Derivative Works thereof.
|
|
168
|
+
|
|
169
|
+
"Contribution" shall mean any work of authorship, including
|
|
170
|
+
the original version of the Work and any modifications or additions
|
|
171
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
172
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
173
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
174
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
175
|
+
means any form of electronic, verbal, or written communication sent
|
|
176
|
+
to the Licensor or its representatives, including but not limited to
|
|
177
|
+
communication on electronic mailing lists, source code control systems,
|
|
178
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
179
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
180
|
+
excluding communication that is conspicuously marked or otherwise
|
|
181
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
182
|
+
|
|
183
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
184
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
185
|
+
subsequently incorporated within the Work.
|
|
186
|
+
|
|
187
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
188
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
189
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
190
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
191
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
192
|
+
Work and such Derivative Works in Source or Object form.
|
|
193
|
+
|
|
194
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
195
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
196
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
197
|
+
(except as stated in this section) patent license to make, have made,
|
|
198
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
199
|
+
where such license applies only to those patent claims licensable
|
|
200
|
+
by such Contributor that are necessarily infringed by their
|
|
201
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
202
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
203
|
+
institute patent litigation against any entity (including a
|
|
204
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
205
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
206
|
+
or contributory patent infringement, then any patent licenses
|
|
207
|
+
granted to You under this License for that Work shall terminate
|
|
208
|
+
as of the date such litigation is filed.
|
|
209
|
+
|
|
210
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
211
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
212
|
+
modifications, and in Source or Object form, provided that You
|
|
213
|
+
meet the following conditions:
|
|
214
|
+
|
|
215
|
+
(a) You must give any other recipients of the Work or
|
|
216
|
+
Derivative Works a copy of this License; and
|
|
217
|
+
|
|
218
|
+
(b) You must cause any modified files to carry prominent notices
|
|
219
|
+
stating that You changed the files; and
|
|
220
|
+
|
|
221
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
222
|
+
that You distribute, all copyright, patent, trademark, and
|
|
223
|
+
attribution notices from the Source form of the Work,
|
|
224
|
+
excluding those notices that do not pertain to any part of
|
|
225
|
+
the Derivative Works; and
|
|
226
|
+
|
|
227
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
228
|
+
distribution, then any Derivative Works that You distribute must
|
|
229
|
+
include a readable copy of the attribution notices contained
|
|
230
|
+
within such NOTICE file, excluding those notices that do not
|
|
231
|
+
pertain to any part of the Derivative Works, in at least one
|
|
232
|
+
of the following places: within a NOTICE text file distributed
|
|
233
|
+
as part of the Derivative Works; within the Source form or
|
|
234
|
+
documentation, if provided along with the Derivative Works; or,
|
|
235
|
+
within a display generated by the Derivative Works, if and
|
|
236
|
+
wherever such third-party notices normally appear. The contents
|
|
237
|
+
of the NOTICE file are for informational purposes only and
|
|
238
|
+
do not modify the License. You may add Your own attribution
|
|
239
|
+
notices within Derivative Works that You distribute, alongside
|
|
240
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
241
|
+
that such additional attribution notices cannot be construed
|
|
242
|
+
as modifying the License.
|
|
243
|
+
|
|
244
|
+
You may add Your own copyright statement to Your modifications and
|
|
245
|
+
may provide additional or different license terms and conditions
|
|
246
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
247
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
248
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
249
|
+
the conditions stated in this License.
|
|
250
|
+
|
|
251
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
252
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
253
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
254
|
+
this License, without any additional terms or conditions.
|
|
255
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
256
|
+
the terms of any separate license agreement you may have executed
|
|
257
|
+
with Licensor regarding such Contributions.
|
|
258
|
+
|
|
259
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
260
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
261
|
+
except as required for reasonable and customary use in describing the
|
|
262
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
263
|
+
|
|
264
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
265
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
266
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
267
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
268
|
+
implied, including, without limitation, any warranties or conditions
|
|
269
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
270
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
271
|
+
appropriateness of using or redistributing the Work and assume any
|
|
272
|
+
risks associated with Your exercise of permissions under this License.
|
|
273
|
+
|
|
274
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
275
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
276
|
+
unless required by applicable law (such as deliberate and grossly
|
|
277
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
278
|
+
liable to You for damages, including any direct, indirect, special,
|
|
279
|
+
incidental, or consequential damages of any character arising as a
|
|
280
|
+
result of this License or out of the use or inability to use the
|
|
281
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
282
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
283
|
+
other commercial damages or losses), even if such Contributor
|
|
284
|
+
has been advised of the possibility of such damages.
|
|
285
|
+
|
|
286
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
287
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
288
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
289
|
+
or other liability obligations and/or rights consistent with this
|
|
290
|
+
License. However, in accepting such obligations, You may act only
|
|
291
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
292
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
293
|
+
defend, and hold each Contributor harmless for any liability
|
|
294
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
295
|
+
of your accepting any such warranty or additional liability.
|
|
296
|
+
|
|
297
|
+
END OF TERMS AND CONDITIONS
|
|
298
|
+
|
|
299
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
300
|
+
|
|
301
|
+
To apply the Apache License to your work, attach the following
|
|
302
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
303
|
+
replaced with your own identifying information. (Don't include
|
|
304
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
305
|
+
comment syntax for the file format. We also recommend that a
|
|
306
|
+
file or class name and description of purpose be included on the
|
|
307
|
+
same "printed page" as the copyright notice for easier
|
|
308
|
+
identification within third-party archives.
|
|
309
|
+
|
|
310
|
+
Copyright [yyyy] [name of copyright owner]
|
|
311
|
+
|
|
312
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
313
|
+
you may not use this file except in compliance with the License.
|
|
314
|
+
You may obtain a copy of the License at
|
|
315
|
+
|
|
316
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
317
|
+
|
|
318
|
+
Unless required by applicable law or agreed to in writing, software
|
|
319
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
320
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
321
|
+
See the License for the specific language governing permissions and
|
|
322
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# Pragma CLI
|
|
2
|
+
|
|
3
|
+
Pragma CLI runs the local Pragma Host from a terminal. It uses the same
|
|
4
|
+
`~/.pragma` data and SecretStore as Pragma Desktop, but does not require
|
|
5
|
+
Desktop to be running.
|
|
6
|
+
|
|
7
|
+
## Requirements
|
|
8
|
+
|
|
9
|
+
- Node.js 22 or later
|
|
10
|
+
- macOS (Apple Silicon or Intel) or Windows (x64)
|
|
11
|
+
|
|
12
|
+
Linux and other operating systems are not supported by this release.
|
|
13
|
+
|
|
14
|
+
## Install
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
npm install --global @pqpo/pragma
|
|
18
|
+
pragma version
|
|
19
|
+
pragma doctor
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
The package does not install a second Node.js runtime, run an installer
|
|
23
|
+
downloader, or modify your shell configuration. npm creates the `pragma`
|
|
24
|
+
command shim in its global prefix.
|
|
25
|
+
|
|
26
|
+
Set `PRAGMA_HOME` when an isolated Pragma data root is needed. The default is
|
|
27
|
+
`~/.pragma`.
|
|
28
|
+
|
|
29
|
+
The published npm package is `@pqpo/pragma` and its global executable is
|
|
30
|
+
`pragma`. It is an ESM package with an explicit `>=22` engine. It contains the
|
|
31
|
+
compiled CLI and one native keychain dependency only; it does not
|
|
32
|
+
download a payload, install a second Node.js runtime, or publish a consumer
|
|
33
|
+
lockfile.
|
|
34
|
+
|
|
35
|
+
## Use
|
|
36
|
+
|
|
37
|
+
Run `pragma --help` for the current command list. Read-only Mission and Board
|
|
38
|
+
commands can be used while Desktop is open. A mutation that conflicts with an
|
|
39
|
+
active owner reports a stable busy error; it does not silently enqueue a
|
|
40
|
+
different operation. Human checkpoints can be answered interactively or
|
|
41
|
+
returned as `input_required` for a later response.
|
|
42
|
+
|
|
43
|
+
For scripts and other AI tools, use `--format=json` or `--format=jsonl` and
|
|
44
|
+
inspect the process exit code.
|
|
45
|
+
|
|
46
|
+
## Upgrade, rollback, and uninstall
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
npm install --global @pqpo/pragma@latest
|
|
50
|
+
npm install --global @pqpo/pragma@<version>
|
|
51
|
+
npm uninstall --global @pqpo/pragma
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
Published versions are immutable. Install an explicit version to roll back;
|
|
55
|
+
pre-release versions use the `next` tag. Do not use `--force` to hide an
|
|
56
|
+
engine, platform, or `pragma` command conflict. The full PATH and binary
|
|
57
|
+
diagnosis procedure is in the [CLI distribution runbook](https://github.com/pqpo/pragma/blob/main/docs/usage/cli-release.md).
|
|
58
|
+
|
|
59
|
+
If Node.js 20 is used, npm may install the package with an `EBADENGINE`
|
|
60
|
+
warning when `engine-strict` is disabled, but the `pragma` bootstrap exits 2
|
|
61
|
+
before loading the main bundle. Install Node.js 22 or later instead.
|
|
62
|
+
|
|
63
|
+
## License
|
|
64
|
+
|
|
65
|
+
Pragma CLI is distributed under the [Pragma Source Available License 1.0](./LICENSE).
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Pragma CLI bundles third-party JavaScript dependencies into its ESM runtime.
|
|
2
|
+
|
|
3
|
+
The upstream copyright and license comments retained by the bundle apply to
|
|
4
|
+
the corresponding bundled components. The native @napi-rs/keyring dependency
|
|
5
|
+
is installed through npm and retains its own package license and notices.
|
|
6
|
+
|
|
7
|
+
Pragma itself is distributed under the Pragma Source Available License 1.0;
|
|
8
|
+
see LICENSE in this package.
|