@cocreate/crdt
Advanced tools
Comparing version 1.3.21 to 1.3.22
@@ -7,4 +7,4 @@ module.exports = { | ||
}, | ||
"sources": [{ | ||
"sources": [ | ||
{ | ||
"entry": "./docs/index.html", | ||
@@ -14,3 +14,3 @@ "collection": "files", | ||
"key": "src", | ||
"data":{ | ||
"data": { | ||
"name": "index.html", | ||
@@ -25,22 +25,6 @@ "path": "/docs/crdt/index.html", | ||
"public": "true", | ||
"website_id": "614298c2829b690010a5c031" | ||
"website_id": "5ffbceb7f11d2d00103c4535" | ||
} | ||
} | ||
], | ||
"extract": { | ||
"directory": "./src/", | ||
"extensions": [ | ||
"js", | ||
"css", | ||
"html" | ||
], | ||
"ignores": [ | ||
"node_modules", | ||
"vendor", | ||
"bower_components", | ||
"archive" | ||
] | ||
} | ||
} | ||
] | ||
} |
{ | ||
"name": "@cocreate/crdt", | ||
"version": "1.3.21", | ||
"version": "1.3.22", | ||
"description": "CoCreate crdt", | ||
@@ -10,2 +10,11 @@ "author": "CoCreate LLC", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/CoCreate-app/CoCreate-clone.git" | ||
}, | ||
"funding": { | ||
"type": "GitHub Sponsors ❤", | ||
"url": "https://github.com/sponsors/CoCreate-app" | ||
}, | ||
"main": "./src/index.js", | ||
"scripts": { | ||
@@ -19,5 +28,5 @@ "start": "npx webpack --config webpack.config.js", | ||
"dependencies": { | ||
"@cocreate/crud-client": "^1.2.28", | ||
"@cocreate/cursors": "^1.6.2", | ||
"@cocreate/utils": "^1.1.21", | ||
"@cocreate/crud-client": "^1.2.31", | ||
"@cocreate/cursors": "^1.6.7", | ||
"@cocreate/utils": "^1.1.27", | ||
"y-indexeddb": "^9.0.6", | ||
@@ -27,7 +36,2 @@ "y-websocket": "^1.3.16", | ||
}, | ||
"funding": { | ||
"type": "GitHub Sponsors ❤", | ||
"url": "https://github.com/sponsors/CoCreate-app" | ||
}, | ||
"main": "./src/index.js", | ||
"devDependencies": { | ||
@@ -34,0 +38,0 @@ "@babel/core": "^7.9.6", |
@@ -430,2 +430,2 @@ /*globals config, atob, btoa, CustomEvent*/ | ||
export default CoCreateCrdt; | ||
export default CoCreateCrdt; |
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
1
92887
567
Updated@cocreate/cursors@^1.6.7
Updated@cocreate/utils@^1.1.27