mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
global: publish packages to npm
This commit is contained in:
2
packages/clipper/.npmignore
Normal file
2
packages/clipper/.npmignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!dist/**/*
|
||||||
4
packages/clipper/package-lock.json
generated
4
packages/clipper/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/clipper",
|
"name": "@notesnook/clipper",
|
||||||
"version": "1.0.0",
|
"version": "2.0.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@notesnook/clipper",
|
"name": "@notesnook/clipper",
|
||||||
"version": "1.0.0",
|
"version": "2.0.1",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/clipper",
|
"name": "@notesnook/clipper",
|
||||||
"version": "1.0.0",
|
"version": "2.0.1",
|
||||||
"description": "Web clipper core used by the Notesnook Web Clipper",
|
"description": "Web clipper core used by the Notesnook Web Clipper",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"web-clipper"
|
"web-clipper"
|
||||||
@@ -24,6 +24,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc && yarn webpack -c webpack.config.js",
|
"build": "tsc && yarn webpack -c webpack.config.js",
|
||||||
|
"prepublishOnly": "npm run build",
|
||||||
"test": "playwright test",
|
"test": "playwright test",
|
||||||
"postinstall": "patch-package",
|
"postinstall": "patch-package",
|
||||||
"watch": "tsc --watch"
|
"watch": "tsc --watch"
|
||||||
|
|||||||
4
packages/common/package-lock.json
generated
4
packages/common/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/common",
|
"name": "@notesnook/common",
|
||||||
"version": "1.0.0",
|
"version": "2.0.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@notesnook/common",
|
"name": "@notesnook/common",
|
||||||
"version": "1.0.0",
|
"version": "2.0.1",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@notesnook/core": "file:../core",
|
"@notesnook/core": "file:../core",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/common",
|
"name": "@notesnook/common",
|
||||||
"version": "1.0.0",
|
"version": "2.0.1",
|
||||||
"description": "A set of common utilities shared across multiple Notesnook clients and services.",
|
"description": "A set of common utilities shared across multiple Notesnook clients and services.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -19,17 +19,8 @@
|
|||||||
"url": "https://github.com/streetwriters/notesnook/issues"
|
"url": "https://github.com/streetwriters/notesnook/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/streetwriters/notesnook#readme",
|
"homepage": "https://github.com/streetwriters/notesnook#readme",
|
||||||
"np": {
|
|
||||||
"tests": false,
|
|
||||||
"releaseDraft": false,
|
|
||||||
"message": "chore: bump version to %s"
|
|
||||||
},
|
|
||||||
"publishConfig": {
|
|
||||||
"registry": "https://npm.pkg.github.com",
|
|
||||||
"access": "restricted"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@notesnook/core": "file:../core",
|
"@notesnook/core": "^8.0.0",
|
||||||
"@types/react": "^18.2.39",
|
"@types/react": "^18.2.39",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"vitest": "^1.4.0"
|
"vitest": "^1.4.0"
|
||||||
@@ -39,7 +30,7 @@
|
|||||||
"timeago.js": "4.0.2"
|
"timeago.js": "4.0.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@notesnook/core": "file:../core",
|
"@notesnook/core": "^8.0.0",
|
||||||
"pathe": "^1.1.2",
|
"pathe": "^1.1.2",
|
||||||
"timeago.js": "4.0.2"
|
"timeago.js": "4.0.2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,2 @@
|
|||||||
*
|
*
|
||||||
!{api,collections,contenttypes,database,models,utils}/**/*
|
!dist/**/*
|
||||||
!common.js
|
|
||||||
!migrations.js
|
|
||||||
!types.js
|
|
||||||
!logger.js
|
|
||||||
!package.json
|
|
||||||
**/*/__tests__/**/*
|
|
||||||
|
|||||||
4
packages/core/package-lock.json
generated
4
packages/core/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/core",
|
"name": "@notesnook/core",
|
||||||
"version": "7.4.1",
|
"version": "8.0.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@notesnook/core",
|
"name": "@notesnook/core",
|
||||||
"version": "7.4.1",
|
"version": "8.0.2",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/core",
|
"name": "@notesnook/core",
|
||||||
"version": "7.4.1",
|
"version": "8.0.2",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
4
packages/crypto/package-lock.json
generated
4
packages/crypto/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/crypto",
|
"name": "@notesnook/crypto",
|
||||||
"version": "1.1.1",
|
"version": "2.0.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@notesnook/crypto",
|
"name": "@notesnook/crypto",
|
||||||
"version": "1.1.1",
|
"version": "2.0.1",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@notesnook/sodium": "file:../sodium"
|
"@notesnook/sodium": "file:../sodium"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "@notesnook/crypto",
|
"name": "@notesnook/crypto",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "An easy to use wrapper around libsodium exposing essential cryptographic methods. Currently only Web is supported.",
|
"description": "An easy to use wrapper around libsodium exposing essential cryptographic methods. Currently only Web is supported.",
|
||||||
"version": "1.1.1",
|
"version": "2.0.1",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
4
packages/editor/package-lock.json
generated
4
packages/editor/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/editor",
|
"name": "@notesnook/editor",
|
||||||
"version": "1.6.1",
|
"version": "2.0.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@notesnook/editor",
|
"name": "@notesnook/editor",
|
||||||
"version": "1.6.1",
|
"version": "2.0.1",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/editor",
|
"name": "@notesnook/editor",
|
||||||
"version": "1.6.1",
|
"version": "2.0.1",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
|
|||||||
4
packages/logger/package-lock.json
generated
4
packages/logger/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/logger",
|
"name": "@notesnook/logger",
|
||||||
"version": "1.0.3",
|
"version": "2.0.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@notesnook/logger",
|
"name": "@notesnook/logger",
|
||||||
"version": "1.0.3",
|
"version": "2.0.1",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"devDependencies": {}
|
"devDependencies": {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/logger",
|
"name": "@notesnook/logger",
|
||||||
"version": "1.0.3",
|
"version": "2.0.1",
|
||||||
"description": "A really simple logger with a pluggable interface.",
|
"description": "A really simple logger with a pluggable interface.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
*
|
*
|
||||||
|
|
||||||
!dist/**/**/*
|
!dist/**/*
|
||||||
!package.json
|
!package.json
|
||||||
!README.md
|
!README.md
|
||||||
4
packages/sodium/package-lock.json
generated
4
packages/sodium/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/sodium",
|
"name": "@notesnook/sodium",
|
||||||
"version": "1.1.0",
|
"version": "2.0.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@notesnook/sodium",
|
"name": "@notesnook/sodium",
|
||||||
"version": "1.1.0",
|
"version": "2.0.1",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/libsodium-wrappers-sumo": "0.7.5",
|
"@types/libsodium-wrappers-sumo": "0.7.5",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/sodium",
|
"name": "@notesnook/sodium",
|
||||||
"version": "1.1.0",
|
"version": "2.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "./dist/node.js",
|
"main": "./dist/node.js",
|
||||||
"types": "./dist/node.d.ts",
|
"types": "./dist/node.d.ts",
|
||||||
|
|||||||
2
packages/streamable-fs/.npmignore
Normal file
2
packages/streamable-fs/.npmignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!dist/**/*
|
||||||
4
packages/streamable-fs/package-lock.json
generated
4
packages/streamable-fs/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/streamable-fs",
|
"name": "@notesnook/streamable-fs",
|
||||||
"version": "1.0.0",
|
"version": "2.0.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@notesnook/streamable-fs",
|
"name": "@notesnook/streamable-fs",
|
||||||
"version": "1.0.0",
|
"version": "2.0.1",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@notesnook/crypto": "file:../crypto"
|
"@notesnook/crypto": "file:../crypto"
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/streamable-fs",
|
"name": "@notesnook/streamable-fs",
|
||||||
"version": "1.0.0",
|
"version": "2.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc --declaration --outDir ./dist"
|
"build": "tsc --declaration --outDir ./dist",
|
||||||
|
"prepublishOnly": "npm run build"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
|
|||||||
4
packages/theme/package-lock.json
generated
4
packages/theme/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/theme",
|
"name": "@notesnook/theme",
|
||||||
"version": "1.2.0",
|
"version": "2.0.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@notesnook/theme",
|
"name": "@notesnook/theme",
|
||||||
"version": "1.2.0",
|
"version": "2.0.1",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@emotion/react": "11.11.1",
|
"@emotion/react": "11.11.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/theme",
|
"name": "@notesnook/theme",
|
||||||
"version": "1.2.0",
|
"version": "2.0.1",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
2
packages/ui/.npmignore
Normal file
2
packages/ui/.npmignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!dist/**/*
|
||||||
4
packages/ui/package-lock.json
generated
4
packages/ui/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/ui",
|
"name": "@notesnook/ui",
|
||||||
"version": "1.0.0",
|
"version": "2.0.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@notesnook/ui",
|
"name": "@notesnook/ui",
|
||||||
"version": "1.0.0",
|
"version": "2.0.2",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@notesnook/theme": "file:../theme"
|
"@notesnook/theme": "file:../theme"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/ui",
|
"name": "@notesnook/ui",
|
||||||
"version": "1.0.0",
|
"version": "2.0.2",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user