@xyo-network/react-event 2.65.0 → 2.65.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -10,10 +10,10 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/assert": "^2.12.24"
13
+ "@xylabs/assert": "^2.12.28"
14
14
  },
15
15
  "devDependencies": {
16
- "@xylabs/ts-scripts-yarn3": "^3.1.9",
16
+ "@xylabs/ts-scripts-yarn3": "^3.1.12",
17
17
  "typescript": "^5.2.2"
18
18
  },
19
19
  "peerDependencies": {
@@ -57,7 +57,7 @@
57
57
  "typescript",
58
58
  "react"
59
59
  ],
60
- "license": "LGPL-3.0",
60
+ "license": "LGPL-3.0-only",
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
@@ -71,6 +71,6 @@
71
71
  },
72
72
  "sideEffects": false,
73
73
  "types": "dist/browser/index.d.ts",
74
- "version": "2.65.0",
74
+ "version": "2.65.1",
75
75
  "type": "module"
76
76
  }