@cocreate/modal
Advanced tools
Comparing version 1.13.1 to 1.13.2
@@ -0,1 +1,9 @@ | ||
## [1.13.2](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.13.1...v1.13.2) (2023-09-18) | ||
### Bug Fixes | ||
* Add path and pathname ([0fc81d1](https://github.com/CoCreate-app/CoCreate-modal/commit/0fc81d1d9bb4a88b821e3952ef072e73c2549215)) | ||
* Update CoCreate depndencies to latest versions ([868d4ca](https://github.com/CoCreate-app/CoCreate-modal/commit/868d4caf724337f7e6e15c4ba0c6cfe714014341)) | ||
## [1.13.1](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.13.0...v1.13.1) (2023-08-21) | ||
@@ -2,0 +10,0 @@ |
@@ -11,3 +11,4 @@ module.exports = { | ||
"name": "index.html", | ||
"path": "/docs/modal/index.html", | ||
"path": "/docs/modal", | ||
"pathname": "/docs/modal/index.html", | ||
"src": "{{./docs/index.html}}", | ||
@@ -18,7 +19,5 @@ "host": [ | ||
], | ||
"directory": "/docs/modal", | ||
"parentDirectory": "{{parentDirectory}}", | ||
"directory": "modal", | ||
"content-type": "{{content-type}}", | ||
"public": "true", | ||
"website_id": "644d4bff8036fb9d1d1fd69c" | ||
"public": "true" | ||
} | ||
@@ -25,0 +24,0 @@ } |
{ | ||
"name": "@cocreate/modal", | ||
"version": "1.13.1", | ||
"version": "1.13.2", | ||
"description": "A draggable, movable and resizable modal. customizable via attributes, great for popups, alerts, multitasking and displaying multiple views.", | ||
@@ -61,11 +61,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/actions": "^1.11.0", | ||
"@cocreate/crud-client": "^1.24.0", | ||
"@cocreate/element-prototype": "^1.11.0", | ||
"@cocreate/local-storage": "^1.10.0", | ||
"@cocreate/message-client": "^1.6.0", | ||
"@cocreate/observer": "^1.11.0", | ||
"@cocreate/position": "^1.6.0", | ||
"@cocreate/uuid": "^1.7.0" | ||
"@cocreate/actions": "^1.11.1", | ||
"@cocreate/crud-client": "^1.25.0", | ||
"@cocreate/element-prototype": "^1.11.1", | ||
"@cocreate/local-storage": "^1.10.1", | ||
"@cocreate/message-client": "^1.6.1", | ||
"@cocreate/observer": "^1.11.1", | ||
"@cocreate/position": "^1.6.1", | ||
"@cocreate/uuid": "^1.7.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
124698
664
Updated@cocreate/actions@^1.11.1
Updated@cocreate/observer@^1.11.1
Updated@cocreate/position@^1.6.1
Updated@cocreate/uuid@^1.7.1