@andreyshpigunov/x 0.3.88 → 0.3.89

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.
Files changed (2) hide show
  1. package/index.html +1 -1
  2. package/package.json +3 -2
package/index.html CHANGED
@@ -19,7 +19,7 @@
19
19
  "functionName": "headerAnimation"
20
20
  }'>
21
21
  <header class="header flex aic sticky px5 m:px6 l:px8 unselectable">
22
- <div class="header-version nowrap">0.3.88</div>
22
+ <div class="header-version nowrap">0.3.89</div>
23
23
  <div class="header-logo mxa">
24
24
  <a role="button" x-scrollto="#top">
25
25
  <img src="assets/logo.png" alt="x" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andreyshpigunov/x",
3
- "version": "0.3.88",
3
+ "version": "0.3.89",
4
4
  "devDependencies": {
5
5
  "@babel/preset-env": "^7.26.9",
6
6
  "@jest/globals": "^29.7.0",
@@ -42,6 +42,7 @@
42
42
  "defaults"
43
43
  ],
44
44
  "exports": {
45
- ".": "./index.js"
45
+ ".": "./index.js",
46
+ "./x.css": "./dist/x.css"
46
47
  }
47
48
  }