@versoly/plugins 0.0.10 → 0.0.11

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -698,7 +698,7 @@ var versoly_ui_default = defineConfig({
698
698
  url: "https://d1pnnwteuly8z3.cloudfront.net/libs/floating-ui/1.0.1/floating-ui.min.js",
699
699
  defer: true
700
700
  }, {
701
- url: "https://d1pnnwteuly8z3.cloudfront.net/libs/versoly-ui/2.2.0/versoly-ui.js",
701
+ url: "https://d1pnnwteuly8z3.cloudfront.net/libs/versoly-ui/2.2.1/versoly-ui.js",
702
702
  delay: true
703
703
  }]
704
704
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versoly/plugins",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Plugins for Versoly",
5
5
  "sideEffects": false,
6
6
  "type": "module",