@windpress/oxide-parser 1.0.3 → 1.0.4

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
@@ -31,11 +31,9 @@ const batch = await getCandidates([
31
31
 
32
32
  ### CDN
33
33
 
34
- ```html
35
- <script type="module">
34
+ ```typescript
36
35
  import { getCandidates } from 'https://esm.sh/@windpress/oxide-parser';
37
36
  const candidates = await getCandidates('<div class="flex p-4">');
38
- </script>
39
37
  ```
40
38
 
41
39
  ### Synchronous API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windpress/oxide-parser",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Tailwind CSS Oxide parser WASM package for Vite and CDN usage",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",
@@ -9,7 +9,7 @@
9
9
  "exports": {
10
10
  ".": "./dist/index.mjs",
11
11
  "./package.json": "./package.json",
12
- "./wasm": "./dist/oxide_parser.wasm"
12
+ "./wasm": "./dist/oxide_parser_bg.wasm"
13
13
  },
14
14
  "files": [
15
15
  "dist",