@novely/core 0.39.0 → 0.40.0-next

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 CHANGED
@@ -46,3 +46,12 @@ engine.script({
46
46
  ]
47
47
  })
48
48
  ```
49
+
50
+ ## Features Used
51
+
52
+ Including, but not limited to:
53
+
54
+ - `Promise.withResolvers`
55
+ - `Array.prototype.findLast`
56
+ - `Array.prototype.findLastIndex`
57
+ - `Array.prototype.at`
package/dist/index.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- import * as micro_memoize from 'micro-memoize';
2
-
3
1
  interface LocalStorageStorageSettings {
4
2
  key: string;
5
3
  }
@@ -937,6 +935,6 @@ declare const extendAction: <Part0 extends Record<string, (...args: any[]) => Va
937
935
  * }, 100);
938
936
  * ```
939
937
  */
940
- declare const asset: micro_memoize.Memoized<(...variants: string[]) => NovelyAsset>;
938
+ declare const asset: (...variants: string[]) => NovelyAsset;
941
939
 
942
940
  export { type ActionInputOnInputMeta, type ActionInputSetup, type ActionInputSetupCleanup, type ActionProxy, type AllowedContent, type AudioHandle, type BackgroundImage, type BaseTranslationStrings, type Character, type CharacterAssetSizes, type CharacterHandle, type CharactersData, type ChoiceParams, type ConditionParams, type Context, type CoreData, type CustomActionHandle, type CustomHandler, type CustomHandlerFunctionGetFn, type CustomHandlerFunctionParameters, type CustomHandlerGetResult, type CustomHandlerGetResultDataFunction, type Data, type DeepPartial, type DefaultActionProxy, EN, type Emotions, type FunctionParams, type FunctionableValue, type GetActionParameters, type InputHandler, JP, KK, type Lang, type NovelyInit, type NovelyScreen, type Path, type PluralType, type Pluralization, RU, type Renderer, type RendererInit, type RendererInitPreviewReturn, type Save, type Stack, type StackHolder, type State, type StateFunction, type Storage, type StorageData, type StorageMeta, type Stored, type Story, type TextContent, type Thenable, type TranslationActions, type TypeEssentials, type TypewriterSpeed, type ValidAction, asset, extendAction, localStorageStorage, novely };