@inverted-tech/fragments 0.12.2 → 0.12.3
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/dist/esm/AuditLog/index.js +0 -1
- package/dist/esm/Authentication/index.js +0 -1
- package/dist/esm/Authorization/Events/index.js +0 -1
- package/dist/esm/Authorization/Payment/Crypto/index.js +0 -1
- package/dist/esm/Authorization/Payment/Fortis/index.js +0 -1
- package/dist/esm/Authorization/Payment/Manual/index.js +0 -1
- package/dist/esm/Authorization/Payment/Paypal/index.js +0 -1
- package/dist/esm/Authorization/Payment/Stripe/index.js +0 -1
- package/dist/esm/Authorization/Payment/Tax/index.js +0 -1
- package/dist/esm/Authorization/Payment/index.js +0 -1
- package/dist/esm/Authorization/index.js +0 -1
- package/dist/esm/Careers/index.js +0 -1
- package/dist/esm/Comment/index.js +0 -1
- package/dist/esm/Content/Music/index.js +0 -1
- package/dist/esm/Content/Stats/index.js +0 -1
- package/dist/esm/Content/index.js +0 -1
- package/dist/esm/Dashboard/index.js +0 -1
- package/dist/esm/Generic/index.js +0 -1
- package/dist/esm/Merch/index.js +0 -1
- package/dist/esm/Notification/index.js +0 -1
- package/dist/esm/Page/index.js +0 -1
- package/dist/esm/Settings/index.js +0 -1
- package/dist/protos/AuditLog/index.d.ts +0 -1
- package/dist/protos/Authentication/index.d.ts +0 -1
- package/dist/protos/Authorization/Events/index.d.ts +0 -1
- package/dist/protos/Authorization/Payment/Crypto/index.d.ts +0 -1
- package/dist/protos/Authorization/Payment/Fortis/index.d.ts +0 -1
- package/dist/protos/Authorization/Payment/Manual/index.d.ts +0 -1
- package/dist/protos/Authorization/Payment/Paypal/index.d.ts +0 -1
- package/dist/protos/Authorization/Payment/Stripe/index.d.ts +0 -1
- package/dist/protos/Authorization/Payment/Tax/index.d.ts +0 -1
- package/dist/protos/Authorization/Payment/index.d.ts +0 -1
- package/dist/protos/Authorization/index.d.ts +0 -1
- package/dist/protos/Careers/index.d.ts +0 -1
- package/dist/protos/Comment/index.d.ts +0 -1
- package/dist/protos/Content/Music/index.d.ts +0 -1
- package/dist/protos/Content/Stats/index.d.ts +0 -1
- package/dist/protos/Content/index.d.ts +0 -1
- package/dist/protos/Dashboard/index.d.ts +0 -1
- package/dist/protos/Generic/index.d.ts +0 -1
- package/dist/protos/Merch/index.d.ts +0 -1
- package/dist/protos/Notification/index.d.ts +0 -1
- package/dist/protos/Page/index.d.ts +0 -1
- package/dist/protos/Settings/index.d.ts +0 -1
- package/package.json +2 -2
|
@@ -4,7 +4,6 @@ export * from './BackupInterface_pb.js';
|
|
|
4
4
|
export * from './DataRecords_pb.js';
|
|
5
5
|
export * from './PaymentInterface_pb.js';
|
|
6
6
|
export * from './SharedTypes_pb.js';
|
|
7
|
-
export * as connect from './connect/index.js';
|
|
8
7
|
export * as Crypto from './Crypto/index.js';
|
|
9
8
|
export * as Fortis from './Fortis/index.js';
|
|
10
9
|
export * as Manual from './Manual/index.js';
|
|
@@ -7,6 +7,5 @@ export * from './ContentRecord_pb.js';
|
|
|
7
7
|
export * from './Content_pb.js';
|
|
8
8
|
export * from './ImageAssetRecord_pb.js';
|
|
9
9
|
export * from './SharedTypes_pb.js';
|
|
10
|
-
export * as connect from './connect/index.js';
|
|
11
10
|
export * as Music from './Music/index.js';
|
|
12
11
|
export * as Stats from './Stats/index.js';
|
package/dist/esm/Merch/index.js
CHANGED
package/dist/esm/Page/index.js
CHANGED
|
@@ -3,7 +3,6 @@ export * from './BackupInterface_pb';
|
|
|
3
3
|
export * from './DataRecords_pb';
|
|
4
4
|
export * from './PaymentInterface_pb';
|
|
5
5
|
export * from './SharedTypes_pb';
|
|
6
|
-
export * as connect from './connect';
|
|
7
6
|
export * as Crypto from './Crypto';
|
|
8
7
|
export * as Fortis from './Fortis';
|
|
9
8
|
export * as Manual from './Manual';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inverted-tech/fragments",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.3",
|
|
4
4
|
"description": "Types and JS runtime for Inverted protocol buffers (Fragments)",
|
|
5
5
|
"types": "dist/protos/index.d.ts",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"dependencies": {
|
|
174
174
|
"@bufbuild/protobuf": "^2.10.0",
|
|
175
175
|
"@bufbuild/protovalidate": "^1.0.0",
|
|
176
|
-
"@connectrpc/connect": "^1.
|
|
176
|
+
"@connectrpc/connect": "^2.1.1",
|
|
177
177
|
"pino": "^10.3.1"
|
|
178
178
|
},
|
|
179
179
|
"scripts": {
|