wirejs-components 0.1.39-async-api → 0.1.41-async-api

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wirejs-components",
3
- "version": "0.1.39-async-api",
3
+ "version": "0.1.41-async-api",
4
4
  "description": "Client-side components for wirejs apps, including basic UI and resource-aware components.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -31,7 +31,7 @@
31
31
  "homepage": "https://github.com/svidgen/create-wirejs-app#readme",
32
32
  "dependencies": {
33
33
  "wirejs-dom": "^1.0.41",
34
- "wirejs-resources": "^0.1.96-async-api"
34
+ "wirejs-resources": "^0.1.98-async-api"
35
35
  },
36
36
  "devDependencies": {
37
37
  "typescript": "^5.7.3"