speexjs 0.2.0 → 0.2.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/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/server/index.d.ts +2 -2
- package/dist/server/index.js +2 -2
- package/dist/server/index.js.map +1 -1
- package/package.json +135 -137
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { AlamatSchema, AnySchema, ArraySchema, BigIntSchema, BooleanSchema, CoerceBooleanSchema, CoerceDateSchema, CoerceNumberSchema, CoerceStringSchema, DateSchema, EnumSchema, IntersectionSchema, KodeposSchema, LiteralSchema, MapSchema, NIKSchema, NPWPSchema, NaNSchema, NullSchema, NumberSchema, ObjectSchema, PhoneSchema, RecordSchema, RekeningSchema, SetSchema, StringSchema, SymbolSchema, TupleSchema, UndefinedSchema, UnionSchema, UnknownSchema, getLocale, s, setLocale } from './schema/index.js';
|
|
2
|
-
export { AppOptions, SuperApp, URLBuilder, ViewEngine,
|
|
2
|
+
export { AppOptions, SuperApp, URLBuilder, ViewEngine, registerMacro, responseMacros, speexjs, url } from './server/index.js';
|
|
3
3
|
export { Computed, Effect, Signal, Subscribable, batch, computed, effect, isComputed, isSignal, mergeSignals, signal, toSignal, untracked } from './client/signals/index.js';
|
|
4
4
|
export { Component, ComponentContext, VComponent, VElement, VFragment, VNode, VSignalNode, VText, createComponent, fragment, h, hydrate, normalizeChild, patch, render, renderToStream, renderToString, text } from './client/vdom/index.js';
|
|
5
5
|
export { F as Fragment, c as createElement } from './jsx-DGrnv8QB.js';
|
package/dist/index.js
CHANGED
|
@@ -5264,7 +5264,7 @@ var SuperApp = class {
|
|
|
5264
5264
|
}
|
|
5265
5265
|
}
|
|
5266
5266
|
};
|
|
5267
|
-
function
|
|
5267
|
+
function speexjs(options) {
|
|
5268
5268
|
return new SuperApp(options);
|
|
5269
5269
|
}
|
|
5270
5270
|
function createControllerInstance2(controller, ctx) {
|
|
@@ -6363,7 +6363,6 @@ export {
|
|
|
6363
6363
|
batch,
|
|
6364
6364
|
cacheResponse,
|
|
6365
6365
|
computed,
|
|
6366
|
-
constx,
|
|
6367
6366
|
createClient,
|
|
6368
6367
|
createComponent,
|
|
6369
6368
|
createDialect,
|
|
@@ -6393,6 +6392,7 @@ export {
|
|
|
6393
6392
|
s,
|
|
6394
6393
|
setLocale,
|
|
6395
6394
|
signal,
|
|
6395
|
+
speexjs,
|
|
6396
6396
|
storage,
|
|
6397
6397
|
text,
|
|
6398
6398
|
toSignal,
|