Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 1, 2022
1 parent 6c2bc52 commit 976ccd6
Show file tree
Hide file tree
Showing 335 changed files with 21,118 additions and 21,102 deletions.
2 changes: 1 addition & 1 deletion packages/adapt-dpi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2022-07-19T15:36:12Z
- **Last updated**: 2022-08-01T14:53:59Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
132 changes: 66 additions & 66 deletions packages/adapt-dpi/package.json
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
{
"name": "@thi.ng/adapt-dpi",
"version": "2.1.8",
"description": "HDPI canvas adapter / styling utility",
"type": "module",
"module": "./index.js",
"typings": "./index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/thi-ng/umbrella.git"
},
"homepage": "https://github.com/thi-ng/umbrella/tree/master/packages/adapt-dpi#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/postspectacular"
},
{
"type": "patreon",
"url": "https://patreon.com/thing_umbrella"
}
],
"author": "Karsten Schmidt <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"build": "yarn clean && tsc --declaration",
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc",
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
"doc:readme": "yarn doc:stats && tools:readme",
"doc:stats": "tools:module-stats",
"pub": "yarn npm publish --access public",
"test": "testament test"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.25.0",
"@thi.ng/testament": "^0.2.9",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
"typescript": "^4.7.4"
},
"keywords": [
"browser",
"canvas",
"dpi",
"hdpi",
"retina",
"typescript"
],
"publishConfig": {
"access": "public"
},
"engines": {},
"files": [
"*.js",
"*.d.ts"
],
"exports": {
".": {
"default": "./index.js"
}
},
"thi.ng": {
"year": 2015
}
"name": "@thi.ng/adapt-dpi",
"version": "2.1.9",
"description": "HDPI canvas adapter / styling utility",
"type": "module",
"module": "./index.js",
"typings": "./index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/thi-ng/umbrella.git"
},
"homepage": "https://github.com/thi-ng/umbrella/tree/master/packages/adapt-dpi#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/postspectacular"
},
{
"type": "patreon",
"url": "https://patreon.com/thing_umbrella"
}
],
"author": "Karsten Schmidt <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"build": "yarn clean && tsc --declaration",
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc",
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
"doc:readme": "yarn doc:stats && tools:readme",
"doc:stats": "tools:module-stats",
"pub": "yarn npm publish --access public",
"test": "testament test"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.25.0",
"@thi.ng/testament": "^0.2.10",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
"typescript": "^4.7.4"
},
"keywords": [
"browser",
"canvas",
"dpi",
"hdpi",
"retina",
"typescript"
],
"publishConfig": {
"access": "public"
},
"engines": {},
"files": [
"*.js",
"*.d.ts"
],
"exports": {
".": {
"default": "./index.js"
}
},
"thi.ng": {
"year": 2015
}
}
2 changes: 1 addition & 1 deletion packages/adjacency/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2022-07-19T15:36:12Z
- **Last updated**: 2022-08-01T14:53:59Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
240 changes: 120 additions & 120 deletions packages/adjacency/package.json
Original file line number Diff line number Diff line change
@@ -1,122 +1,122 @@
{
"name": "@thi.ng/adjacency",
"version": "2.2.0",
"description": "Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs",
"type": "module",
"module": "./index.js",
"typings": "./index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/thi-ng/umbrella.git"
},
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/adjacency#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/postspectacular"
},
{
"type": "patreon",
"url": "https://patreon.com/thing_umbrella"
}
],
"author": "Karsten Schmidt <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"build": "yarn clean && tsc --declaration",
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc",
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
"doc:readme": "yarn doc:stats && tools:readme",
"doc:stats": "tools:module-stats",
"pub": "yarn npm publish --access public",
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.3.8",
"@thi.ng/arrays": "^2.3.1",
"@thi.ng/bitfield": "^2.2.0",
"@thi.ng/dcons": "^3.2.7",
"@thi.ng/errors": "^2.1.8",
"@thi.ng/sparse": "^0.3.12"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.25.0",
"@thi.ng/testament": "^0.2.9",
"@thi.ng/vectors": "^7.5.8",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
"typescript": "^4.7.4"
},
"keywords": [
"adjacency",
"binary",
"bitwise",
"datastructure",
"degree",
"directed",
"disjointset",
"graph",
"laplacian",
"list",
"matrix",
"neighbors",
"path",
"search",
"span",
"sparse",
"tree",
"typescript",
"undirected",
"unionfind",
"valence",
"vertex"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=12.7"
},
"files": [
"*.js",
"*.d.ts"
],
"exports": {
".": {
"default": "./index.js"
},
"./api": {
"default": "./api.js"
},
"./bfs": {
"default": "./bfs.js"
},
"./binary": {
"default": "./binary.js"
},
"./dfs": {
"default": "./dfs.js"
},
"./disjoint-set": {
"default": "./disjoint-set.js"
},
"./list": {
"default": "./list.js"
},
"./mst": {
"default": "./mst.js"
},
"./sparse": {
"default": "./sparse.js"
}
},
"thi.ng": {
"related": [
"dgraph"
],
"year": 2018
}
"name": "@thi.ng/adjacency",
"version": "2.2.1",
"description": "Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs",
"type": "module",
"module": "./index.js",
"typings": "./index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/thi-ng/umbrella.git"
},
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/adjacency#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/postspectacular"
},
{
"type": "patreon",
"url": "https://patreon.com/thing_umbrella"
}
],
"author": "Karsten Schmidt <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"build": "yarn clean && tsc --declaration",
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc",
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
"doc:readme": "yarn doc:stats && tools:readme",
"doc:stats": "tools:module-stats",
"pub": "yarn npm publish --access public",
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.3.9",
"@thi.ng/arrays": "^2.3.2",
"@thi.ng/bitfield": "^2.2.1",
"@thi.ng/dcons": "^3.2.8",
"@thi.ng/errors": "^2.1.9",
"@thi.ng/sparse": "^0.3.13"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.25.0",
"@thi.ng/testament": "^0.2.10",
"@thi.ng/vectors": "^7.5.9",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
"typescript": "^4.7.4"
},
"keywords": [
"adjacency",
"binary",
"bitwise",
"datastructure",
"degree",
"directed",
"disjointset",
"graph",
"laplacian",
"list",
"matrix",
"neighbors",
"path",
"search",
"span",
"sparse",
"tree",
"typescript",
"undirected",
"unionfind",
"valence",
"vertex"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=12.7"
},
"files": [
"*.js",
"*.d.ts"
],
"exports": {
".": {
"default": "./index.js"
},
"./api": {
"default": "./api.js"
},
"./bfs": {
"default": "./bfs.js"
},
"./binary": {
"default": "./binary.js"
},
"./dfs": {
"default": "./dfs.js"
},
"./disjoint-set": {
"default": "./disjoint-set.js"
},
"./list": {
"default": "./list.js"
},
"./mst": {
"default": "./mst.js"
},
"./sparse": {
"default": "./sparse.js"
}
},
"thi.ng": {
"related": [
"dgraph"
],
"year": 2018
}
}
Loading

0 comments on commit 976ccd6

Please sign in to comment.