mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-02 21:03:09 +00:00
chore: npm publis
This commit is contained in:
parent
05fc7b6da3
commit
a0a8f9e699
6
package-lock.json
generated
6
package-lock.json
generated
@ -16906,7 +16906,7 @@
|
||||
},
|
||||
"packages/core": {
|
||||
"name": "@opchan/core",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@noble/ed25519": "^2.2.3",
|
||||
@ -16936,9 +16936,9 @@
|
||||
},
|
||||
"packages/react": {
|
||||
"name": "@opchan/react",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"dependencies": {
|
||||
"@opchan/core": "file:../core"
|
||||
"@opchan/core": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.66",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@opchan/core",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Core browser library for opchan",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.esm.js",
|
||||
@ -56,4 +56,4 @@
|
||||
"last 2 versions",
|
||||
"not dead"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@opchan/react",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"private": false,
|
||||
"description": "React contexts and hooks for OpChan built on @opchan/core",
|
||||
"main": "dist/index.js",
|
||||
@ -33,7 +33,7 @@
|
||||
"react-dom": ">=18.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@opchan/core": "file:../core"
|
||||
"@opchan/core": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.5.3",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user