@scalar/snippetz 0.6.6 → 0.6.7
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/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { AVAILABLE_CLIENTS, type AvailableClient, type AvailableClients, type ClientId, type FormDataParam, type HarRequest, type Plugin, type PluginConfiguration, type Target, type TargetId, } from '@scalar/types/snippetz';
|
|
1
|
+
export { AVAILABLE_CLIENTS, type AvailableClient, type AvailableClients, type ClientId, type FormDataParam, type HarRequest, type HarResponse, type Plugin, type PluginConfiguration, type Target, type TargetId, } from '@scalar/types/snippetz';
|
|
2
2
|
export { snippetz } from './snippetz.js';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,QAAQ,EACb,KAAK,aAAa,EAClB,KAAK,UAAU,EACf,KAAK,MAAM,EACX,KAAK,mBAAmB,EACxB,KAAK,MAAM,EACX,KAAK,QAAQ,GACd,MAAM,wBAAwB,CAAA;AAE/B,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,QAAQ,EACb,KAAK,aAAa,EAClB,KAAK,UAAU,EACf,KAAK,WAAW,EAChB,KAAK,MAAM,EACX,KAAK,mBAAmB,EACxB,KAAK,MAAM,EACX,KAAK,QAAQ,GACd,MAAM,wBAAwB,CAAA;AAE/B,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA"}
|
package/dist/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["export {\n AVAILABLE_CLIENTS,\n type AvailableClient,\n type AvailableClients,\n type ClientId,\n type FormDataParam,\n type HarRequest,\n type Plugin,\n type PluginConfiguration,\n type Target,\n type TargetId,\n} from '@scalar/types/snippetz'\n\nexport { snippetz } from './snippetz'\n"],
|
|
5
|
-
"mappings": "AAAA;AAAA,EACE;AAAA,
|
|
4
|
+
"sourcesContent": ["export {\n AVAILABLE_CLIENTS,\n type AvailableClient,\n type AvailableClients,\n type ClientId,\n type FormDataParam,\n type HarRequest,\n type HarResponse,\n type Plugin,\n type PluginConfiguration,\n type Target,\n type TargetId,\n} from '@scalar/types/snippetz'\n\nexport { snippetz } from './snippetz'\n"],
|
|
5
|
+
"mappings": "AAAA;AAAA,EACE;AAAA,OAWK;AAEP,SAAS,gBAAgB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"url": "git+https://github.com/scalar/scalar.git",
|
|
10
10
|
"directory": "packages/snippetz"
|
|
11
11
|
},
|
|
12
|
-
"version": "0.6.
|
|
12
|
+
"version": "0.6.7",
|
|
13
13
|
"engines": {
|
|
14
14
|
"node": ">=20"
|
|
15
15
|
},
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"dependencies": {
|
|
231
231
|
"js-base64": "^3.7.8",
|
|
232
232
|
"stringify-object": "^5.0.0",
|
|
233
|
-
"@scalar/types": "0.5.
|
|
233
|
+
"@scalar/types": "0.5.9"
|
|
234
234
|
},
|
|
235
235
|
"devDependencies": {
|
|
236
236
|
"@types/stringify-object": "^4.0.5",
|