@veryfront/ext-css-tailwind 0.1.996 → 0.1.998

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.
@@ -3,7 +3,7 @@ export { Deno } from "@deno/shim-deno";
3
3
  export { crypto, type Crypto, type SubtleCrypto, type AlgorithmIdentifier, type Algorithm, type RsaOaepParams, type BufferSource, type AesCtrParams, type AesCbcParams, type AesGcmParams, type CryptoKey, type KeyAlgorithm, type KeyType, type KeyUsage, type EcdhKeyDeriveParams, type HkdfParams, type HashAlgorithmIdentifier, type Pbkdf2Params, type AesDerivedKeyParams, type HmacImportParams, type JsonWebKey, type RsaOtherPrimesInfo, type KeyFormat, type RsaHashedKeyGenParams, type RsaKeyGenParams, type BigInteger, type EcKeyGenParams, type NamedCurve, type CryptoKeyPair, type AesKeyGenParams, type HmacKeyGenParams, type RsaHashedImportParams, type EcKeyImportParams, type AesKeyAlgorithm, type RsaPssParams, type EcdsaParams } from "@deno/shim-crypto";
4
4
  import { setInterval, setTimeout } from "@deno/shim-timers";
5
5
  export { setInterval, setTimeout } from "@deno/shim-timers";
6
- export declare const dntGlobalThis: Omit<typeof globalThis, "setInterval" | "setTimeout" | "crypto" | "Deno"> & {
6
+ export declare const dntGlobalThis: Omit<typeof globalThis, "Deno" | "crypto" | "setInterval" | "setTimeout"> & {
7
7
  Deno: typeof Deno;
8
8
  crypto: import("@deno/shim-crypto").Crypto;
9
9
  setInterval: typeof setInterval;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veryfront/ext-css-tailwind",
3
- "version": "0.1.996",
3
+ "version": "0.1.998",
4
4
  "description": "Veryfront first-party extension package for ext-css-tailwind",
5
5
  "keywords": [
6
6
  "veryfront",
@@ -55,7 +55,7 @@
55
55
  "tailwindcss": "4.2.2"
56
56
  },
57
57
  "peerDependencies": {
58
- "veryfront": "^0.1.996"
58
+ "veryfront": "^0.1.998"
59
59
  },
60
60
  "type": "module",
61
61
  "types": "./esm/index.d.ts",