@jill64/async-observer
Advanced tools
Comparing version 1.2.0 to 1.2.2
@@ -0,1 +1,2 @@ | ||
/// <reference types="svelte" /> | ||
import type { Invalidator, StartStopNotifier, Subscriber, Unsubscriber } from 'svelte/store'; | ||
@@ -2,0 +3,0 @@ export declare function writable<T>(value: T, start?: StartStopNotifier<T>): { |
{ | ||
"name": "@jill64/async-observer", | ||
"version": "1.2.0", | ||
"version": "1.2.2", | ||
"type": "module", | ||
@@ -8,9 +8,12 @@ "description": "🔭 Make Promise state observable as a string", | ||
"license": "MIT", | ||
"author": "jill64 <intents.turrets0h@icloud.com> (https://github.com/jill64)", | ||
"author": { | ||
"name": "jill64", | ||
"email": "intents.turrets0h@icloud.com", | ||
"url": "https://github.com/jill64", | ||
"image": "https://avatars.githubusercontent.com/u/143883742?v=4" | ||
}, | ||
"bugs": "https://github.com/jill64/async-observer/issues", | ||
"homepage": "https://github.com/jill64/async-observer#readme", | ||
"files": [ | ||
"dist", | ||
"!*.test.*", | ||
"!*.spec.*" | ||
"dist" | ||
], | ||
@@ -25,3 +28,4 @@ "exports": { | ||
"type": "git", | ||
"url": "https://github.com/jill64/async-observer.git" | ||
"url": "https://github.com/jill64/async-observer.git", | ||
"image": "https://opengraph.githubassets.com/57d1b9f89f0041f979708a9f1d329ae9352c596d659a5c642e5fdf560af7f099/jill64/async-observer" | ||
}, | ||
@@ -34,2 +38,3 @@ "publishConfig": { | ||
"promise", | ||
"svelte", | ||
"utility" | ||
@@ -39,15 +44,15 @@ ], | ||
"build": "tsc && npx publint", | ||
"test": "vitest", | ||
"prepack": "npm run build", | ||
"format": "npx prettier --write .", | ||
"lint": "npx eslint . && npx depcheck" | ||
"format": "npx prettier -w .", | ||
"lint": "npx eslint . && npx depcheck", | ||
"test": "vitest" | ||
}, | ||
"prettier": "@jill64/prettier-config", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "6.11.0", | ||
"@typescript-eslint/parser": "6.11.0", | ||
"eslint-plugin-deprecation": "2.0.0", | ||
"typescript": "5.2.2", | ||
"svelte": "4.2.5", | ||
"vitest": "0.34.6" | ||
"@jill64/eslint-config-ts": "1.0.6", | ||
"@jill64/prettier-config": "1.0.0", | ||
"typescript": "5.3.3", | ||
"svelte": "4.2.8", | ||
"vitest": "1.1.0" | ||
} | ||
} |
@@ -5,12 +5,6 @@ <!----- BEGIN GHOST DOCS HEADER -----> | ||
[![npm-version](https://img.shields.io/npm/v/@jill64/async-observer)](https://npmjs.com/package/@jill64/async-observer) [![npm-license](https://img.shields.io/npm/l/@jill64/async-observer)](https://npmjs.com/package/@jill64/async-observer) [![npm-download-month](https://img.shields.io/npm/dm/@jill64/async-observer)](https://npmjs.com/package/@jill64/async-observer) [![npm-min-size](https://img.shields.io/bundlephobia/min/@jill64/async-observer)](https://npmjs.com/package/@jill64/async-observer) [![ci.yml](https://github.com/jill64/async-observer/actions/workflows/ci.yml/badge.svg)](https://github.com/jill64/async-observer/actions/workflows/ci.yml) [![codecov-coverage](https://codecov.io/gh/jill64/async-observer/graph/badge.svg)](https://codecov.io/gh/jill64/async-observer) | ||
<!----- BEGIN GHOST DOCS BADGES -----><a href="https://npmjs.com/package/@jill64/async-observer"><img src="https://img.shields.io/npm/v/@jill64/async-observer" alt="npm-version" /></a> <a href="https://npmjs.com/package/@jill64/async-observer"><img src="https://img.shields.io/npm/l/@jill64/async-observer" alt="npm-license" /></a> <a href="https://npmjs.com/package/@jill64/async-observer"><img src="https://img.shields.io/npm/dm/@jill64/async-observer" alt="npm-download-month" /></a> <a href="https://npmjs.com/package/@jill64/async-observer"><img src="https://img.shields.io/bundlephobia/min/@jill64/async-observer" alt="npm-min-size" /></a> <a href="https://github.com/jill64/async-observer/actions/workflows/ci.yml"><img src="https://github.com/jill64/async-observer/actions/workflows/ci.yml/badge.svg" alt="ci.yml" /></a><!----- END GHOST DOCS BADGES -----> | ||
🔭 Make Promise state observable as a string | ||
## Installation | ||
```sh | ||
npm i @jill64/async-observer | ||
``` | ||
<!----- END GHOST DOCS HEADER -----> | ||
@@ -75,1 +69,9 @@ | ||
``` | ||
<!----- BEGIN GHOST DOCS FOOTER -----> | ||
## License | ||
MIT | ||
<!----- END GHOST DOCS FOOTER -----> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8425
5
115
76