Skip to content

Commit

Permalink
Merge branch 'main' of github.com:esfx/esfx
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Jun 6, 2023
2 parents 880d694 + ec2a1fc commit 4ad1e43
Show file tree
Hide file tree
Showing 158 changed files with 161 additions and 163 deletions.
10 changes: 4 additions & 6 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3223,19 +3223,17 @@
"incremental_info": [
{
"status": {
"can_incremental": false,
"details": "Cannot build incrementally because config changed.",
"can_incremental": true,
"incrementalPhase": "build",
"total_file_count": 0,
"skipped_file_count": 0,
"full_build_reason_code": "ConfigChanged"
"skipped_file_count": 0
},
"processors": {
"ConceptualDocumentProcessor": {
"can_incremental": false,
"can_incremental": true,
"incrementalPhase": "build",
"total_file_count": 1,
"skipped_file_count": 0
"skipped_file_count": 1
},
"ResourceDocumentProcessor": {
"can_incremental": false,
Expand Down
2 changes: 1 addition & 1 deletion internal/assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-assert",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "This package provides internal utilities for '@esfx' and is not intended for use in user-code.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion internal/binarysearch/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/binarysearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-binarysearch",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "This package provides internal utilities for @esfx and is not intended for use in user-code.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion internal/collections-hash/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/collections-hash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-collections-hash",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "This package provides internal utilities for @esfx and is not intended for use in user-code.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion internal/deprecate/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/deprecate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-deprecate",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "This package provides internal utilities for '@esfx' and is not intended for use in user-code.",
"private": true,
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion internal/guards/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/guards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-guards",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "This package provides internal utilities for @esfx and is not intended for use in user-code.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion internal/jest-sequence/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/jest-sequence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-jest-sequence",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "This package provides internal utilities for '@esfx' and is not intended for use in user-code.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion internal/linked-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-linked-list",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"private": true,
"description": "This package provides internal utilities for @esfx and is not intended for use in user-code.",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion internal/tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-tag",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "This package provides internal utilities for '@esfx' and is not intended for use in user-code.",
"private": true,
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion internal/threading/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/threading/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-threading",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "This package provides internal utilities for '@esfx' and is not intended for use in user-code.",
"private": true,
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion internal/ts-worker/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/ts-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-ts-worker",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "This package provides internal utilities for '@esfx' and is not intended for use in user-code.",
"private": true,
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion native/equatable-native-alpine-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/equatable-native-alpine-x64",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "Native bindings for @esfx/equatable",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion native/equatable-native-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/equatable-native-darwin-arm64",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "Native bindings for @esfx/equatable",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion native/equatable-native-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/equatable-native-darwin-x64",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "Native bindings for @esfx/equatable",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion native/equatable-native-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/equatable-native-linux-arm64",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "Native bindings for @esfx/equatable",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion native/equatable-native-linux-armhf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/equatable-native-linux-armhf",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "Native bindings for @esfx/equatable",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion native/equatable-native-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/equatable-native-linux-x64",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "Native bindings for @esfx/equatable",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion native/equatable-native-win32-ia32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/equatable-native-win32-ia32",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "Native bindings for @esfx/equatable",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion native/equatable-native-win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/equatable-native-win32-x64",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "Native bindings for @esfx/equatable",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/async-autoresetevent/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/async-autoresetevent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-autoresetevent",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "Provides 'AsyncAutoResetEvent', an async coordination primitive.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-barrier/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/async-barrier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-barrier",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "Provides 'AsyncBarrier', an async coordination primitive.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-canceltoken/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/async-canceltoken/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-canceltoken",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "CancelToken async coordination primitive.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-conditionvariable/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/async-conditionvariable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-conditionvariable",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "Provides 'AsyncConditionVariable', an async coordination primitive.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-countdown/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/async-countdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-countdown",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "Provides 'AsyncCountdownEvent', an async coordination primitive.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-deferred/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/async-deferred/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-deferred",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "Provides 'Deferred', an async coordination primitive.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-delay/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/async-delay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-delay",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "Provides 'delay', an async coordination function.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-iter-fn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-iter-fn",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "An fp-style async iteration API for ECMAScript iterables.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-iter-fromsync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-iter-fromsync",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "An API to convert an ECMAScript Iterable into an AsyncIterable.",
"types": "./dist/cjs/index.d.ts",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-iter-hierarchy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-iter-hierarchy",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "A Symbol-based API for defining an ECMAScript AsyncIterable with an inherent hierarchy.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-iter-ordered-fromsync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-iter-ordered-fromsync",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "An API to convert an OrderedIterable into an AsyncOrderedIterable",
"types": "./dist/cjs/index.d.ts",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-iter-ordered/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-iter-ordered",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "A Symbol-based API for defining an ECMAScript AsyncIterable with an inherent order.",
"types": "./dist/cjs/index.d.ts",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-iter-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-iter-query",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "An iteration and query API for ECMAscript async-iterables.",
"types": "./dist/cjs/index.d.ts",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-iter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-iter",
"version": "1.1.0-alpha.202305082104",
"version": "1.1.0-alpha.202306051228",
"description": "An iteration and query API for ECMAScript async iterables.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
Loading

0 comments on commit 4ad1e43

Please sign in to comment.