Skip to content

Commit

Permalink
+++
Browse files Browse the repository at this point in the history
  • Loading branch information
Offirmo committed Sep 28, 2024
1 parent ae05959 commit 88977f7
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion stack--current/2-foundation/murmurhash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tslib": "^2"
},
"dependencies": {
"@offirmo-private/json-stable-stringify": "^0",
"@offirmo-private/json-stable-stringify": "*",
"murmurhash3js-revisited": "^3"
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"tslib": "^2"
},
"dependencies": {
"@offirmo-private/prettify-any": "^0",
"@offirmo-private/prettify-any": "*",
"@offirmo-private/print-error-to-terminal": "^0",
"@offirmo/practical-logger-core": "^3",
"@offirmo/practical-logger-types": "^3",
Expand Down
2 changes: 1 addition & 1 deletion stack--current/2-foundation/prettify-any/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Missing features (worse than util.inspect)
## Usage

```ts
// "@offirmo-private/prettify-any": "^0",
// "@offirmo-private/prettify-any": "*",
import chalk from 'chalk'
import {
injectlibchalk,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18"
},
"dependencies": {
"@offirmo-private/async-utils": "^0",
"@offirmo-private/async-utils": "*",
"memoize-one": "^6",
"tiny-invariant": "^1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@offirmo-private/monorepo-scripts": "*",
"@offirmo-private/prettify-any": "^0",
"@offirmo-private/prettify-any": "*",
"@offirmo-private/ts-types": "*",
"@offirmo/practical-logger-browser": "^3",
"@offirmo/unit-test-toolbox": "^9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"sideEffects": false,

"dependencies": {
"@offirmo-private/prettify-any": "^0",
"@offirmo-private/prettify-any": "*",
"@offirmo-private/state-utils": "*",
"@offirmo-private/timestamps": "*",
"@offirmo/cli-toolbox": "^3",
Expand Down
2 changes: 1 addition & 1 deletion stack--current/3-advanced/utils--async/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ TODO scheduler.postTask() ?


```
"@offirmo-private/async-utils": "^0",
"@offirmo-private/async-utils": "*",
```
```ts
import { asap_but_not_synchronous, dezalgo } from '@offirmo-private/async-utils'
Expand Down
4 changes: 2 additions & 2 deletions stack--current/4-tools/memories-sorter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"type": "module",

"dependencies": {
"@offirmo-private/json-stable-stringify": "^0",
"@offirmo-private/json-stable-stringify": "*",
"@offirmo-private/normalize-string": "*",
"@offirmo-private/prettify-any": "^0",
"@offirmo-private/prettify-any": "*",
"@offirmo-private/soft-execution-context": "*",
"@offirmo-private/state-utils": "*",
"@offirmo-private/timestamps": "*",
Expand Down
2 changes: 1 addition & 1 deletion stack--current/4-tools/storypad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"source": "src/index.ts",

"dependencies": {
"@offirmo-private/async-utils": "^0",
"@offirmo-private/async-utils": "*",
"@offirmo-private/css--framework": "*",
"@offirmo-private/css--utils": "*",
"@offirmo-private/data-structures": "*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

"@offirmo/universal-debug-api-placeholder": "^1",

"@offirmo-private/prettify-any": "^0",
"@offirmo-private/prettify-any": "*",
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@offirmo-private/monorepo-scripts": "*",
"@offirmo-private/normalize-string": "*",
"@offirmo-private/prettify-any": "^0",
"@offirmo-private/prettify-any": "*",
"@offirmo-private/soft-execution-context": "*",
"@offirmo-private/state-migration-tester": "*",
"@offirmo/unit-test-toolbox": "^9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@offirmo-private/monorepo-scripts": "*",
"@offirmo-private/prettify-any": "^0",
"@offirmo-private/prettify-any": "*",
"@offirmo-private/soft-execution-context": "*",
"@offirmo-private/state-migration-tester": "*",
"@offirmo-private/ts-types": "*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

"devDependencies": {
"@offirmo-private/monorepo-scripts": "*",
"@offirmo-private/prettify-any": "^0",
"@offirmo-private/prettify-any": "*",
"@offirmo-private/soft-execution-context": "*",
"@offirmo-private/state-migration-tester": "*",
"@offirmo/unit-test-toolbox": "^9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@offirmo-private/monorepo-scripts": "*",
"@offirmo-private/prettify-any": "^0",
"@offirmo-private/prettify-any": "*",
"@offirmo-private/rich-text-format--to-terminal": "^0",
"@offirmo-private/ts-types": "*",
"@offirmo/unit-test-toolbox": "^9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

"devDependencies": {
"@offirmo-private/monorepo-scripts": "*",
"@offirmo-private/prettify-any": "^0",
"@offirmo-private/prettify-any": "*",
"@offirmo-private/soft-execution-context": "*",
"@offirmo/unit-test-toolbox": "^9",
"npm-run-all": "^4",
Expand Down

0 comments on commit 88977f7

Please sign in to comment.