@interncom/diplomatic 0.2.0 → 0.2.2
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 +3 -1
- package/dist/cli/index.mjs +3 -6009
- package/dist/cli/shared/client.d.ts +6 -1
- package/dist/cli/shared/http/listener.d.ts +1 -1
- package/dist/cli/shared/types.d.ts +1 -1
- package/dist/cli/src/index.d.ts +2 -1
- package/dist/web/index.d.ts +4 -4
- package/dist/web/index.mjs +1 -7645
- package/dist/web/shared/client.d.ts +6 -1
- package/dist/web/shared/http/listener.d.ts +1 -1
- package/dist/web/shared/lpc/listener.d.ts +1 -1
- package/dist/web/shared/types.d.ts +1 -1
- package/package.json +9 -10
- package/dist/cli/index.js +0 -6020
- package/dist/web/index.js +0 -6800
package/README.md
CHANGED
|
@@ -70,4 +70,6 @@ To publish the package:
|
|
|
70
70
|
npm publish
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
|
|
73
|
+
NOTE: that must be `npm publish` not `bun publish`.
|
|
74
|
+
|
|
75
|
+
The package is configured for public access with scoped name `@interncom/diplomatic`.
|