@pronto-tools-and-more/custom-js-functions 11.12.0 → 12.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/main.js CHANGED
@@ -513,7 +513,7 @@
513
513
  };
514
514
 
515
515
  // src/parts/BookmarksKey/BookmarksKey.ts
516
- var bookmarksKey = "bookmarks";
516
+ var bookmarksKey = "bookmarks-v2";
517
517
 
518
518
  // src/parts/GetBookmarkedArticles/GetBookmarkedArticles.ts
519
519
  var getBookmarkedArticles = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/custom-js-functions",
3
- "version": "11.12.0",
3
+ "version": "12.0.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "type": "module",
@@ -1 +1,2 @@
1
- export const bookmarksKey = "bookmarks";
1
+ // TODO version this
2
+ export const bookmarksKey = "bookmarks-v2";