@plyaz/types 1.7.7 → 1.7.9
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/api/index.cjs +4 -0
- package/dist/api/index.cjs.map +1 -0
- package/dist/api/index.js +3 -0
- package/dist/api/index.js.map +1 -0
- package/dist/auth/index.cjs +45 -0
- package/dist/auth/index.cjs.map +1 -0
- package/dist/auth/index.js +41 -0
- package/dist/auth/index.js.map +1 -0
- package/dist/common/index.cjs +4 -0
- package/dist/common/index.cjs.map +1 -0
- package/dist/common/index.js +3 -0
- package/dist/common/index.js.map +1 -0
- package/dist/entities/index.cjs +4 -0
- package/dist/entities/index.cjs.map +1 -0
- package/dist/entities/index.js +3 -0
- package/dist/entities/index.js.map +1 -0
- package/dist/errors/constants/errors-codes.d.ts +58 -0
- package/dist/errors/index.cjs +47 -0
- package/dist/errors/index.cjs.map +1 -0
- package/dist/errors/index.js +43 -0
- package/dist/errors/index.js.map +1 -0
- package/dist/errors/types.d.ts +3 -0
- package/dist/events/index.cjs +37 -0
- package/dist/events/index.cjs.map +1 -0
- package/dist/events/index.js +33 -0
- package/dist/events/index.js.map +1 -0
- package/dist/features/cache/index.cjs +4 -0
- package/dist/features/cache/index.cjs.map +1 -0
- package/dist/features/cache/index.js +3 -0
- package/dist/features/cache/index.js.map +1 -0
- package/dist/features/community/blog/index.cjs +4 -0
- package/dist/features/community/blog/index.cjs.map +1 -0
- package/dist/features/community/blog/index.js +3 -0
- package/dist/features/community/blog/index.js.map +1 -0
- package/dist/features/community/blog/providers/index.cjs +4 -0
- package/dist/features/community/blog/providers/index.cjs.map +1 -0
- package/dist/features/community/blog/providers/index.js +3 -0
- package/dist/features/community/blog/providers/index.js.map +1 -0
- package/dist/features/community/blog/providers/wordpress/index.cjs +4 -0
- package/dist/features/community/blog/providers/wordpress/index.cjs.map +1 -0
- package/dist/features/community/blog/providers/wordpress/index.js +3 -0
- package/dist/features/community/blog/providers/wordpress/index.js.map +1 -0
- package/dist/features/community/index.cjs +4 -0
- package/dist/features/community/index.cjs.map +1 -0
- package/dist/features/community/index.js +3 -0
- package/dist/features/community/index.js.map +1 -0
- package/dist/features/feature-flag/index.cjs +4 -0
- package/dist/features/feature-flag/index.cjs.map +1 -0
- package/dist/features/feature-flag/index.js +3 -0
- package/dist/features/feature-flag/index.js.map +1 -0
- package/dist/features/index.cjs +4 -0
- package/dist/features/index.cjs.map +1 -0
- package/dist/features/index.js +3 -0
- package/dist/features/index.js.map +1 -0
- package/dist/index.cjs +142 -0
- package/dist/index.cjs.map +1 -0
- package/dist/lib/index.cjs +4 -0
- package/dist/lib/index.cjs.map +1 -0
- package/dist/lib/index.js +3 -0
- package/dist/lib/index.js.map +1 -0
- package/dist/store/index.cjs +4 -0
- package/dist/store/index.cjs.map +1 -0
- package/dist/store/index.js +3 -0
- package/dist/store/index.js.map +1 -0
- package/dist/testing/common/assertions/index.cjs +4 -0
- package/dist/testing/common/assertions/index.cjs.map +1 -0
- package/dist/testing/common/assertions/index.js +3 -0
- package/dist/testing/common/assertions/index.js.map +1 -0
- package/dist/testing/common/factories/index.cjs +4 -0
- package/dist/testing/common/factories/index.cjs.map +1 -0
- package/dist/testing/common/factories/index.js +3 -0
- package/dist/testing/common/factories/index.js.map +1 -0
- package/dist/testing/common/index.cjs +4 -0
- package/dist/testing/common/index.cjs.map +1 -0
- package/dist/testing/common/index.js +3 -0
- package/dist/testing/common/index.js.map +1 -0
- package/dist/testing/common/mocks/index.cjs +4 -0
- package/dist/testing/common/mocks/index.cjs.map +1 -0
- package/dist/testing/common/mocks/index.js +3 -0
- package/dist/testing/common/mocks/index.js.map +1 -0
- package/dist/testing/common/patterns/index.cjs +4 -0
- package/dist/testing/common/patterns/index.cjs.map +1 -0
- package/dist/testing/common/patterns/index.js +3 -0
- package/dist/testing/common/patterns/index.js.map +1 -0
- package/dist/testing/common/utils/index.cjs +4 -0
- package/dist/testing/common/utils/index.cjs.map +1 -0
- package/dist/testing/common/utils/index.js +3 -0
- package/dist/testing/common/utils/index.js.map +1 -0
- package/dist/testing/common/wrappers/index.cjs +4 -0
- package/dist/testing/common/wrappers/index.cjs.map +1 -0
- package/dist/testing/common/wrappers/index.js +3 -0
- package/dist/testing/common/wrappers/index.js.map +1 -0
- package/dist/testing/features/cache/index.cjs +4 -0
- package/dist/testing/features/cache/index.cjs.map +1 -0
- package/dist/testing/features/cache/index.js +3 -0
- package/dist/testing/features/cache/index.js.map +1 -0
- package/dist/testing/features/feature-flags/index.cjs +4 -0
- package/dist/testing/features/feature-flags/index.cjs.map +1 -0
- package/dist/testing/features/feature-flags/index.js +3 -0
- package/dist/testing/features/feature-flags/index.js.map +1 -0
- package/dist/testing/features/index.cjs +4 -0
- package/dist/testing/features/index.cjs.map +1 -0
- package/dist/testing/features/index.js +3 -0
- package/dist/testing/features/index.js.map +1 -0
- package/dist/testing/index.cjs +4 -0
- package/dist/testing/index.cjs.map +1 -0
- package/dist/testing/index.js +3 -0
- package/dist/testing/index.js.map +1 -0
- package/dist/translations/index.cjs +4 -0
- package/dist/translations/index.cjs.map +1 -0
- package/dist/translations/index.js +3 -0
- package/dist/translations/index.js.map +1 -0
- package/dist/ui/index.cjs +4 -0
- package/dist/ui/index.cjs.map +1 -0
- package/dist/ui/index.js +3 -0
- package/dist/ui/index.js.map +1 -0
- package/dist/web3/index.cjs +31 -0
- package/dist/web3/index.cjs.map +1 -0
- package/dist/web3/index.js +29 -0
- package/dist/web3/index.js.map +1 -0
- package/package.json +151 -12
package/package.json
CHANGED
|
@@ -1,25 +1,164 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plyaz/types",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.9",
|
|
4
4
|
"author": "Redeemer Pace",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"description": "Provides shared TypeScript types and schema utilities for validation and parsing in the @playz ecosystem.",
|
|
7
|
-
"main": "./dist/index.
|
|
8
|
-
"module": "./dist/index.
|
|
7
|
+
"main": "./dist/index.cjs",
|
|
8
|
+
"module": "./dist/index.js",
|
|
9
9
|
"types": "./dist/index.d.ts",
|
|
10
10
|
"type": "module",
|
|
11
11
|
"exports": {
|
|
12
12
|
".": {
|
|
13
13
|
"types": "./dist/index.d.ts",
|
|
14
|
-
"import": "./dist/index.
|
|
15
|
-
"require": "./dist/index.
|
|
16
|
-
"default": "./dist/index.
|
|
14
|
+
"import": "./dist/index.js",
|
|
15
|
+
"require": "./dist/index.cjs",
|
|
16
|
+
"default": "./dist/index.js"
|
|
17
17
|
},
|
|
18
|
-
"./
|
|
19
|
-
"types": "./dist/
|
|
18
|
+
"./api": {
|
|
19
|
+
"types": "./dist/api/index.d.ts",
|
|
20
|
+
"import": "./dist/api/index.js",
|
|
21
|
+
"require": "./dist/api/index.cjs"
|
|
22
|
+
},
|
|
23
|
+
"./auth": {
|
|
24
|
+
"types": "./dist/auth/index.d.ts",
|
|
25
|
+
"import": "./dist/auth/index.js",
|
|
26
|
+
"require": "./dist/auth/index.cjs"
|
|
27
|
+
},
|
|
28
|
+
"./common": {
|
|
29
|
+
"types": "./dist/common/index.d.ts",
|
|
30
|
+
"import": "./dist/common/index.js",
|
|
31
|
+
"require": "./dist/common/index.cjs"
|
|
32
|
+
},
|
|
33
|
+
"./entities": {
|
|
34
|
+
"types": "./dist/entities/index.d.ts",
|
|
35
|
+
"import": "./dist/entities/index.js",
|
|
36
|
+
"require": "./dist/entities/index.cjs"
|
|
37
|
+
},
|
|
38
|
+
"./errors": {
|
|
39
|
+
"types": "./dist/errors/index.d.ts",
|
|
40
|
+
"import": "./dist/errors/index.js",
|
|
41
|
+
"require": "./dist/errors/index.cjs"
|
|
42
|
+
},
|
|
43
|
+
"./events": {
|
|
44
|
+
"types": "./dist/events/index.d.ts",
|
|
45
|
+
"import": "./dist/events/index.js",
|
|
46
|
+
"require": "./dist/events/index.cjs"
|
|
47
|
+
},
|
|
48
|
+
"./features": {
|
|
49
|
+
"types": "./dist/features/index.d.ts",
|
|
50
|
+
"import": "./dist/features/index.js",
|
|
51
|
+
"require": "./dist/features/index.cjs"
|
|
52
|
+
},
|
|
53
|
+
"./features/cache": {
|
|
54
|
+
"types": "./dist/features/cache/index.d.ts",
|
|
55
|
+
"import": "./dist/features/cache/index.js",
|
|
56
|
+
"require": "./dist/features/cache/index.cjs"
|
|
57
|
+
},
|
|
58
|
+
"./features/community": {
|
|
59
|
+
"types": "./dist/features/community/index.d.ts",
|
|
60
|
+
"import": "./dist/features/community/index.js",
|
|
61
|
+
"require": "./dist/features/community/index.cjs"
|
|
62
|
+
},
|
|
63
|
+
"./features/community/blog": {
|
|
64
|
+
"types": "./dist/features/community/blog/index.d.ts",
|
|
65
|
+
"import": "./dist/features/community/blog/index.js",
|
|
66
|
+
"require": "./dist/features/community/blog/index.cjs"
|
|
67
|
+
},
|
|
68
|
+
"./features/community/blog/providers": {
|
|
69
|
+
"types": "./dist/features/community/blog/providers/index.d.ts",
|
|
70
|
+
"import": "./dist/features/community/blog/providers/index.js",
|
|
71
|
+
"require": "./dist/features/community/blog/providers/index.cjs"
|
|
72
|
+
},
|
|
73
|
+
"./features/community/blog/providers/wordpress": {
|
|
74
|
+
"types": "./dist/features/community/blog/providers/wordpress/index.d.ts",
|
|
75
|
+
"import": "./dist/features/community/blog/providers/wordpress/index.js",
|
|
76
|
+
"require": "./dist/features/community/blog/providers/wordpress/index.cjs"
|
|
77
|
+
},
|
|
78
|
+
"./features/feature-flag": {
|
|
79
|
+
"types": "./dist/features/feature-flag/index.d.ts",
|
|
80
|
+
"import": "./dist/features/feature-flag/index.js",
|
|
81
|
+
"require": "./dist/features/feature-flag/index.cjs"
|
|
82
|
+
},
|
|
83
|
+
"./lib": {
|
|
84
|
+
"types": "./dist/lib/index.d.ts",
|
|
85
|
+
"import": "./dist/lib/index.js",
|
|
86
|
+
"require": "./dist/lib/index.cjs"
|
|
87
|
+
},
|
|
88
|
+
"./store": {
|
|
89
|
+
"types": "./dist/store/index.d.ts",
|
|
90
|
+
"import": "./dist/store/index.js",
|
|
91
|
+
"require": "./dist/store/index.cjs"
|
|
20
92
|
},
|
|
21
93
|
"./testing": {
|
|
22
|
-
"types": "./dist/testing/index.d.ts"
|
|
94
|
+
"types": "./dist/testing/index.d.ts",
|
|
95
|
+
"import": "./dist/testing/index.js",
|
|
96
|
+
"require": "./dist/testing/index.cjs"
|
|
97
|
+
},
|
|
98
|
+
"./testing/common": {
|
|
99
|
+
"types": "./dist/testing/common/index.d.ts",
|
|
100
|
+
"import": "./dist/testing/common/index.js",
|
|
101
|
+
"require": "./dist/testing/common/index.cjs"
|
|
102
|
+
},
|
|
103
|
+
"./testing/common/assertions": {
|
|
104
|
+
"types": "./dist/testing/common/assertions/index.d.ts",
|
|
105
|
+
"import": "./dist/testing/common/assertions/index.js",
|
|
106
|
+
"require": "./dist/testing/common/assertions/index.cjs"
|
|
107
|
+
},
|
|
108
|
+
"./testing/common/factories": {
|
|
109
|
+
"types": "./dist/testing/common/factories/index.d.ts",
|
|
110
|
+
"import": "./dist/testing/common/factories/index.js",
|
|
111
|
+
"require": "./dist/testing/common/factories/index.cjs"
|
|
112
|
+
},
|
|
113
|
+
"./testing/common/mocks": {
|
|
114
|
+
"types": "./dist/testing/common/mocks/index.d.ts",
|
|
115
|
+
"import": "./dist/testing/common/mocks/index.js",
|
|
116
|
+
"require": "./dist/testing/common/mocks/index.cjs"
|
|
117
|
+
},
|
|
118
|
+
"./testing/common/patterns": {
|
|
119
|
+
"types": "./dist/testing/common/patterns/index.d.ts",
|
|
120
|
+
"import": "./dist/testing/common/patterns/index.js",
|
|
121
|
+
"require": "./dist/testing/common/patterns/index.cjs"
|
|
122
|
+
},
|
|
123
|
+
"./testing/common/utils": {
|
|
124
|
+
"types": "./dist/testing/common/utils/index.d.ts",
|
|
125
|
+
"import": "./dist/testing/common/utils/index.js",
|
|
126
|
+
"require": "./dist/testing/common/utils/index.cjs"
|
|
127
|
+
},
|
|
128
|
+
"./testing/common/wrappers": {
|
|
129
|
+
"types": "./dist/testing/common/wrappers/index.d.ts",
|
|
130
|
+
"import": "./dist/testing/common/wrappers/index.js",
|
|
131
|
+
"require": "./dist/testing/common/wrappers/index.cjs"
|
|
132
|
+
},
|
|
133
|
+
"./testing/features": {
|
|
134
|
+
"types": "./dist/testing/features/index.d.ts",
|
|
135
|
+
"import": "./dist/testing/features/index.js",
|
|
136
|
+
"require": "./dist/testing/features/index.cjs"
|
|
137
|
+
},
|
|
138
|
+
"./testing/features/cache": {
|
|
139
|
+
"types": "./dist/testing/features/cache/index.d.ts",
|
|
140
|
+
"import": "./dist/testing/features/cache/index.js",
|
|
141
|
+
"require": "./dist/testing/features/cache/index.cjs"
|
|
142
|
+
},
|
|
143
|
+
"./testing/features/feature-flags": {
|
|
144
|
+
"types": "./dist/testing/features/feature-flags/index.d.ts",
|
|
145
|
+
"import": "./dist/testing/features/feature-flags/index.js",
|
|
146
|
+
"require": "./dist/testing/features/feature-flags/index.cjs"
|
|
147
|
+
},
|
|
148
|
+
"./translations": {
|
|
149
|
+
"types": "./dist/translations/index.d.ts",
|
|
150
|
+
"import": "./dist/translations/index.js",
|
|
151
|
+
"require": "./dist/translations/index.cjs"
|
|
152
|
+
},
|
|
153
|
+
"./ui": {
|
|
154
|
+
"types": "./dist/ui/index.d.ts",
|
|
155
|
+
"import": "./dist/ui/index.js",
|
|
156
|
+
"require": "./dist/ui/index.cjs"
|
|
157
|
+
},
|
|
158
|
+
"./web3": {
|
|
159
|
+
"types": "./dist/web3/index.d.ts",
|
|
160
|
+
"import": "./dist/web3/index.js",
|
|
161
|
+
"require": "./dist/web3/index.cjs"
|
|
23
162
|
},
|
|
24
163
|
"./package.json": "./package.json"
|
|
25
164
|
},
|
|
@@ -43,14 +182,14 @@
|
|
|
43
182
|
"@eslint/markdown": "^6.5.0",
|
|
44
183
|
"@nestjs/common": "^11.1.3",
|
|
45
184
|
"@next/eslint-plugin-next": "^15.0.3",
|
|
46
|
-
"@plyaz/devtools": "^1.
|
|
185
|
+
"@plyaz/devtools": "^1.9.4",
|
|
186
|
+
"@testing-library/react": "^16.3.0",
|
|
187
|
+
"@testing-library/user-event": "^14.6.1",
|
|
47
188
|
"@types/node": "^22.14.0",
|
|
48
189
|
"@types/react": "^19.1.8",
|
|
49
190
|
"@types/react-dom": "^19.1.6",
|
|
50
191
|
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
51
192
|
"@typescript-eslint/parser": "^8.15.0",
|
|
52
|
-
"@testing-library/react": "^16.3.0",
|
|
53
|
-
"@testing-library/user-event": "^14.6.1",
|
|
54
193
|
"@vitest/coverage-v8": "^3.1.3",
|
|
55
194
|
"eslint": "^9.29.0",
|
|
56
195
|
"eslint-config-next": "^15.3.3",
|