taon-typeorm 19.0.19 → 19.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/package.json +1 -1
- package/client/package.json +1 -1
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/env/env.angular-node-app.d.ts +13 -0
- package/lib/env/env.angular-node-app.js +19 -0
- package/lib/env/env.angular-node-app.js.map +1 -0
- package/lib/env/env.electron-app.d.ts +13 -0
- package/lib/env/env.electron-app.js +19 -0
- package/lib/env/env.electron-app.js.map +1 -0
- package/lib/env/env.mobile-app.d.ts +13 -0
- package/lib/env/env.mobile-app.js +19 -0
- package/lib/env/env.mobile-app.js.map +1 -0
- package/lib/env/env.npm-lib-and-cli-tool.d.ts +13 -0
- package/lib/env/env.npm-lib-and-cli-tool.js +19 -0
- package/lib/env/env.npm-lib-and-cli-tool.js.map +1 -0
- package/lib/env/env.vscode-plugin.d.ts +13 -0
- package/lib/env/env.vscode-plugin.js +19 -0
- package/lib/env/env.vscode-plugin.js.map +1 -0
- package/lib/env/index.d.ts +5 -0
- package/lib/env/index.js +22 -0
- package/lib/env/index.js.map +1 -0
- package/package.json +1 -1
- package/tmp-environment.json +4 -8
- package/websql/package.json +1 -1
- package/client/README.md +0 -24
- package/client/fesm2022/taon-typeorm.mjs +0 -30436
- package/client/fesm2022/taon-typeorm.mjs.map +0 -1
- package/client/index.d.ts +0 -6
- package/client/lib/index.d.ts +0 -2
- package/client/lib/typeorm/cache/DbQueryResultCache.d.ts +0 -53
- package/client/lib/typeorm/cache/QueryResultCache.d.ts +0 -40
- package/client/lib/typeorm/cache/QueryResultCacheFactory.d.ts +0 -14
- package/client/lib/typeorm/cache/QueryResultCacheOptions.d.ts +0 -27
- package/client/lib/typeorm/cache/RedisQueryResultCache.d.ts +0 -66
- package/client/lib/typeorm/common/DeepPartial.d.ts +0 -7
- package/client/lib/typeorm/common/EntityTarget.d.ts +0 -10
- package/client/lib/typeorm/common/MixedList.d.ts +0 -9
- package/client/lib/typeorm/common/ObjectLiteral.d.ts +0 -7
- package/client/lib/typeorm/common/ObjectType.d.ts +0 -7
- package/client/lib/typeorm/common/RelationType.d.ts +0 -15
- package/client/lib/typeorm/connection/Connection.d.ts +0 -11
- package/client/lib/typeorm/connection/ConnectionManager.d.ts +0 -34
- package/client/lib/typeorm/connection/ConnectionMetadataBuilder.d.ts +0 -25
- package/client/lib/typeorm/connection/ConnectionOptions.d.ts +0 -10
- package/client/lib/typeorm/connection/ConnectionOptionsReader.d.ts +0 -65
- package/client/lib/typeorm/constants.d.ts +0 -2
- package/client/lib/typeorm/container.d.ts +0 -40
- package/client/lib/typeorm/data-source/BaseDataSourceOptions.d.ts +0 -172
- package/client/lib/typeorm/data-source/DataSource.d.ts +0 -247
- package/client/lib/typeorm/data-source/DataSourceOptions.d.ts +0 -9
- package/client/lib/typeorm/data-source/index.d.ts +0 -3
- package/client/lib/typeorm/decorator/Check.d.ts +0 -13
- package/client/lib/typeorm/decorator/EntityRepository.d.ts +0 -10
- package/client/lib/typeorm/decorator/Exclusion.d.ts +0 -13
- package/client/lib/typeorm/decorator/Generated.d.ts +0 -11
- package/client/lib/typeorm/decorator/Index.d.ts +0 -50
- package/client/lib/typeorm/decorator/Unique.d.ts +0 -22
- package/client/lib/typeorm/decorator/columns/Column.d.ts +0 -75
- package/client/lib/typeorm/decorator/columns/CreateDateColumn.d.ts +0 -8
- package/client/lib/typeorm/decorator/columns/DeleteDateColumn.d.ts +0 -7
- package/client/lib/typeorm/decorator/columns/ObjectIdColumn.d.ts +0 -7
- package/client/lib/typeorm/decorator/columns/PrimaryColumn.d.ts +0 -22
- package/client/lib/typeorm/decorator/columns/PrimaryGeneratedColumn.d.ts +0 -25
- package/client/lib/typeorm/decorator/columns/UpdateDateColumn.d.ts +0 -7
- package/client/lib/typeorm/decorator/columns/VersionColumn.d.ts +0 -8
- package/client/lib/typeorm/decorator/columns/ViewColumn.d.ts +0 -6
- package/client/lib/typeorm/decorator/columns/VirtualColumn.d.ts +0 -11
- package/client/lib/typeorm/decorator/entity/ChildEntity.d.ts +0 -5
- package/client/lib/typeorm/decorator/entity/Entity.d.ts +0 -12
- package/client/lib/typeorm/decorator/entity/TableInheritance.d.ts +0 -9
- package/client/lib/typeorm/decorator/entity-view/ViewEntity.d.ts +0 -12
- package/client/lib/typeorm/decorator/listeners/AfterInsert.d.ts +0 -5
- package/client/lib/typeorm/decorator/listeners/AfterLoad.d.ts +0 -5
- package/client/lib/typeorm/decorator/listeners/AfterRecover.d.ts +0 -5
- package/client/lib/typeorm/decorator/listeners/AfterRemove.d.ts +0 -5
- package/client/lib/typeorm/decorator/listeners/AfterSoftRemove.d.ts +0 -5
- package/client/lib/typeorm/decorator/listeners/AfterUpdate.d.ts +0 -5
- package/client/lib/typeorm/decorator/listeners/BeforeInsert.d.ts +0 -5
- package/client/lib/typeorm/decorator/listeners/BeforeRecover.d.ts +0 -5
- package/client/lib/typeorm/decorator/listeners/BeforeRemove.d.ts +0 -5
- package/client/lib/typeorm/decorator/listeners/BeforeSoftRemove.d.ts +0 -5
- package/client/lib/typeorm/decorator/listeners/BeforeUpdate.d.ts +0 -5
- package/client/lib/typeorm/decorator/listeners/EventSubscriber.d.ts +0 -6
- package/client/lib/typeorm/decorator/options/ColumnCommonOptions.d.ts +0 -58
- package/client/lib/typeorm/decorator/options/ColumnEmbeddedOptions.d.ts +0 -17
- package/client/lib/typeorm/decorator/options/ColumnEnumOptions.d.ts +0 -14
- package/client/lib/typeorm/decorator/options/ColumnHstoreOptions.d.ts +0 -11
- package/client/lib/typeorm/decorator/options/ColumnNumericOptions.d.ts +0 -25
- package/client/lib/typeorm/decorator/options/ColumnOptions.d.ts +0 -159
- package/client/lib/typeorm/decorator/options/ColumnWithLengthOptions.d.ts +0 -11
- package/client/lib/typeorm/decorator/options/ColumnWithWidthOptions.d.ts +0 -20
- package/client/lib/typeorm/decorator/options/EntityOptions.d.ts +0 -43
- package/client/lib/typeorm/decorator/options/IndexOptions.d.ts +0 -53
- package/client/lib/typeorm/decorator/options/JoinColumnOptions.d.ts +0 -18
- package/client/lib/typeorm/decorator/options/JoinTableMultipleColumnsOptions.d.ts +0 -30
- package/client/lib/typeorm/decorator/options/JoinTableOptions.d.ts +0 -30
- package/client/lib/typeorm/decorator/options/PrimaryGeneratedColumnIdentityOptions.d.ts +0 -27
- package/client/lib/typeorm/decorator/options/PrimaryGeneratedColumnNumericOptions.d.ts +0 -32
- package/client/lib/typeorm/decorator/options/PrimaryGeneratedColumnUUIDOptions.d.ts +0 -18
- package/client/lib/typeorm/decorator/options/RelationOptions.d.ts +0 -65
- package/client/lib/typeorm/decorator/options/SpatialColumnOptions.d.ts +0 -16
- package/client/lib/typeorm/decorator/options/UniqueOptions.d.ts +0 -11
- package/client/lib/typeorm/decorator/options/ValueTransformer.d.ts +0 -14
- package/client/lib/typeorm/decorator/options/ViewColumnOptions.d.ts +0 -16
- package/client/lib/typeorm/decorator/options/ViewEntityOptions.d.ts +0 -40
- package/client/lib/typeorm/decorator/options/VirtualColumnOptions.d.ts +0 -28
- package/client/lib/typeorm/decorator/relations/JoinColumn.d.ts +0 -20
- package/client/lib/typeorm/decorator/relations/JoinTable.d.ts +0 -18
- package/client/lib/typeorm/decorator/relations/ManyToMany.d.ts +0 -15
- package/client/lib/typeorm/decorator/relations/ManyToOne.d.ts +0 -15
- package/client/lib/typeorm/decorator/relations/OneToMany.d.ts +0 -9
- package/client/lib/typeorm/decorator/relations/OneToOne.d.ts +0 -13
- package/client/lib/typeorm/decorator/relations/RelationCount.d.ts +0 -8
- package/client/lib/typeorm/decorator/relations/RelationId.d.ts +0 -8
- package/client/lib/typeorm/decorator/tree/Tree.d.ts +0 -10
- package/client/lib/typeorm/decorator/tree/TreeChildren.d.ts +0 -8
- package/client/lib/typeorm/decorator/tree/TreeLevelColumn.d.ts +0 -5
- package/client/lib/typeorm/decorator/tree/TreeParent.d.ts +0 -9
- package/client/lib/typeorm/driver/Driver.d.ts +0 -208
- package/client/lib/typeorm/driver/DriverFactory.d.ts +0 -12
- package/client/lib/typeorm/driver/DriverUtils.d.ts +0 -62
- package/client/lib/typeorm/driver/Query.d.ts +0 -10
- package/client/lib/typeorm/driver/SqlInMemory.d.ts +0 -9
- package/client/lib/typeorm/driver/cordova/CordovaConnectionOptions.d.ts +0 -25
- package/client/lib/typeorm/driver/cordova/CordovaDriver.d.ts +0 -26
- package/client/lib/typeorm/driver/cordova/CordovaQueryRunner.d.ts +0 -81
- package/client/lib/typeorm/driver/mongodb/typings.d.ts +0 -46
- package/client/lib/typeorm/driver/nativescript/NativescriptConnectionOptions.d.ts +0 -46
- package/client/lib/typeorm/driver/nativescript/NativescriptDriver.d.ts +0 -45
- package/client/lib/typeorm/driver/nativescript/NativescriptQueryRunner.d.ts +0 -30
- package/client/lib/typeorm/driver/react-native/ReactNativeConnectionOptions.d.ts +0 -25
- package/client/lib/typeorm/driver/react-native/ReactNativeDriver.d.ts +0 -26
- package/client/lib/typeorm/driver/react-native/ReactNativeQueryRunner.d.ts +0 -30
- package/client/lib/typeorm/driver/sqlite-abstract/AbstractSqliteDriver.d.ts +0 -238
- package/client/lib/typeorm/driver/sqlite-abstract/AbstractSqliteQueryRunner.d.ts +0 -301
- package/client/lib/typeorm/driver/sqljs/SqljsConnectionOptions.d.ts +0 -47
- package/client/lib/typeorm/driver/sqljs/SqljsDriver.d.ts +0 -68
- package/client/lib/typeorm/driver/sqljs/SqljsQueryRunner.d.ts +0 -36
- package/client/lib/typeorm/driver/types/ColumnTypes.d.ts +0 -26
- package/client/lib/typeorm/driver/types/CteCapabilities.d.ts +0 -19
- package/client/lib/typeorm/driver/types/DataTypeDefaults.d.ts +0 -9
- package/client/lib/typeorm/driver/types/DatabaseType.d.ts +0 -5
- package/client/lib/typeorm/driver/types/IsolationLevel.d.ts +0 -2
- package/client/lib/typeorm/driver/types/MappedColumnTypes.d.ts +0 -113
- package/client/lib/typeorm/driver/types/MetadataTableType.d.ts +0 -6
- package/client/lib/typeorm/driver/types/ReplicationMode.d.ts +0 -2
- package/client/lib/typeorm/driver/types/UpsertType.d.ts +0 -2
- package/client/lib/typeorm/entity-manager/EntityManager.d.ts +0 -353
- package/client/lib/typeorm/entity-manager/EntityManagerFactory.d.ts +0 -13
- package/client/lib/typeorm/entity-manager/SqljsEntityManager.d.ts +0 -27
- package/client/lib/typeorm/entity-schema/EntitySchema.d.ts +0 -10
- package/client/lib/typeorm/entity-schema/EntitySchemaCheckOptions.d.ts +0 -11
- package/client/lib/typeorm/entity-schema/EntitySchemaColumnOptions.d.ts +0 -175
- package/client/lib/typeorm/entity-schema/EntitySchemaEmbeddedColumnOptions.d.ts +0 -19
- package/client/lib/typeorm/entity-schema/EntitySchemaEmbeddedError.d.ts +0 -7
- package/client/lib/typeorm/entity-schema/EntitySchemaExclusionOptions.d.ts +0 -11
- package/client/lib/typeorm/entity-schema/EntitySchemaIndexOptions.d.ts +0 -54
- package/client/lib/typeorm/entity-schema/EntitySchemaOptions.d.ts +0 -104
- package/client/lib/typeorm/entity-schema/EntitySchemaRelationIdOptions.d.ts +0 -16
- package/client/lib/typeorm/entity-schema/EntitySchemaRelationOptions.d.ts +0 -96
- package/client/lib/typeorm/entity-schema/EntitySchemaTransformer.d.ts +0 -14
- package/client/lib/typeorm/entity-schema/EntitySchemaUniqueOptions.d.ts +0 -18
- package/client/lib/typeorm/error/AlreadyHasActiveConnectionError.d.ts +0 -8
- package/client/lib/typeorm/error/CannotAttachTreeChildrenEntityError.d.ts +0 -8
- package/client/lib/typeorm/error/CannotConnectAlreadyConnectedError.d.ts +0 -8
- package/client/lib/typeorm/error/CannotCreateEntityIdMapError.d.ts +0 -10
- package/client/lib/typeorm/error/CannotDetermineEntityError.d.ts +0 -8
- package/client/lib/typeorm/error/CannotExecuteNotConnectedError.d.ts +0 -8
- package/client/lib/typeorm/error/CannotGetEntityManagerNotConnectedError.d.ts +0 -8
- package/client/lib/typeorm/error/CannotReflectMethodParameterTypeError.d.ts +0 -9
- package/client/lib/typeorm/error/CircularRelationsError.d.ts +0 -8
- package/client/lib/typeorm/error/ColumnTypeUndefinedError.d.ts +0 -9
- package/client/lib/typeorm/error/ConnectionIsNotSetError.d.ts +0 -8
- package/client/lib/typeorm/error/ConnectionNotFoundError.d.ts +0 -8
- package/client/lib/typeorm/error/CustomRepositoryCannotInheritRepositoryError.d.ts +0 -8
- package/client/lib/typeorm/error/CustomRepositoryDoesNotHaveEntityError.d.ts +0 -8
- package/client/lib/typeorm/error/CustomRepositoryNotFoundError.d.ts +0 -8
- package/client/lib/typeorm/error/DataTypeNotSupportedError.d.ts +0 -8
- package/client/lib/typeorm/error/DriverOptionNotSetError.d.ts +0 -8
- package/client/lib/typeorm/error/DriverPackageNotInstalledError.d.ts +0 -8
- package/client/lib/typeorm/error/EntityMetadataNotFoundError.d.ts +0 -7
- package/client/lib/typeorm/error/EntityNotFoundError.d.ts +0 -11
- package/client/lib/typeorm/error/EntityPropertyNotFoundError.d.ts +0 -9
- package/client/lib/typeorm/error/FindRelationsNotFoundError.d.ts +0 -8
- package/client/lib/typeorm/error/InitializedRelationError.d.ts +0 -12
- package/client/lib/typeorm/error/InsertValuesMissingError.d.ts +0 -8
- package/client/lib/typeorm/error/LimitOnUpdateNotSupportedError.d.ts +0 -8
- package/client/lib/typeorm/error/LockNotSupportedOnGivenDriverError.d.ts +0 -8
- package/client/lib/typeorm/error/MetadataAlreadyExistsError.d.ts +0 -5
- package/client/lib/typeorm/error/MetadataWithSuchNameAlreadyExistsError.d.ts +0 -5
- package/client/lib/typeorm/error/MissingDeleteDateColumnError.d.ts +0 -6
- package/client/lib/typeorm/error/MissingDriverError.d.ts +0 -8
- package/client/lib/typeorm/error/MissingJoinColumnError.d.ts +0 -7
- package/client/lib/typeorm/error/MissingJoinTableError.d.ts +0 -7
- package/client/lib/typeorm/error/MissingPrimaryColumnError.d.ts +0 -6
- package/client/lib/typeorm/error/MustBeEntityError.d.ts +0 -8
- package/client/lib/typeorm/error/NamingStrategyNotFoundError.d.ts +0 -8
- package/client/lib/typeorm/error/NestedSetMultipleRootError.d.ts +0 -5
- package/client/lib/typeorm/error/NoConnectionForRepositoryError.d.ts +0 -8
- package/client/lib/typeorm/error/NoConnectionOptionError.d.ts +0 -8
- package/client/lib/typeorm/error/NoNeedToReleaseEntityManagerError.d.ts +0 -8
- package/client/lib/typeorm/error/NoVersionOrUpdateDateColumnError.d.ts +0 -8
- package/client/lib/typeorm/error/OffsetWithoutLimitNotSupportedError.d.ts +0 -8
- package/client/lib/typeorm/error/OptimisticLockCanNotBeUsedError.d.ts +0 -8
- package/client/lib/typeorm/error/OptimisticLockVersionMismatchError.d.ts +0 -8
- package/client/lib/typeorm/error/PersistedEntityNotFoundError.d.ts +0 -8
- package/client/lib/typeorm/error/PessimisticLockTransactionRequiredError.d.ts +0 -8
- package/client/lib/typeorm/error/PrimaryColumnCannotBeNullableError.d.ts +0 -5
- package/client/lib/typeorm/error/QueryFailedError.d.ts +0 -11
- package/client/lib/typeorm/error/QueryRunnerAlreadyReleasedError.d.ts +0 -5
- package/client/lib/typeorm/error/QueryRunnerProviderAlreadyReleasedError.d.ts +0 -8
- package/client/lib/typeorm/error/RepositoryNotTreeError.d.ts +0 -9
- package/client/lib/typeorm/error/ReturningStatementNotSupportedError.d.ts +0 -9
- package/client/lib/typeorm/error/SubjectRemovedAndUpdatedError.d.ts +0 -9
- package/client/lib/typeorm/error/SubjectWithoutIdentifierError.d.ts +0 -11
- package/client/lib/typeorm/error/TransactionAlreadyStartedError.d.ts +0 -8
- package/client/lib/typeorm/error/TransactionNotStartedError.d.ts +0 -8
- package/client/lib/typeorm/error/TreeRepositoryNotSupportedError.d.ts +0 -6
- package/client/lib/typeorm/error/TypeORMError.d.ts +0 -5
- package/client/lib/typeorm/error/UpdateValuesMissingError.d.ts +0 -5
- package/client/lib/typeorm/error/UsingJoinColumnIsNotAllowedError.d.ts +0 -7
- package/client/lib/typeorm/error/UsingJoinColumnOnlyOnOneSideAllowedError.d.ts +0 -7
- package/client/lib/typeorm/error/UsingJoinTableIsNotAllowedError.d.ts +0 -7
- package/client/lib/typeorm/error/UsingJoinTableOnlyOnOneSideAllowedError.d.ts +0 -7
- package/client/lib/typeorm/error/index.d.ts +0 -62
- package/client/lib/typeorm/find-options/EqualOperator.d.ts +0 -6
- package/client/lib/typeorm/find-options/FindManyOptions.d.ts +0 -15
- package/client/lib/typeorm/find-options/FindOneOptions.d.ts +0 -89
- package/client/lib/typeorm/find-options/FindOperator.d.ts +0 -66
- package/client/lib/typeorm/find-options/FindOperatorType.d.ts +0 -5
- package/client/lib/typeorm/find-options/FindOptionsOrder.d.ts +0 -19
- package/client/lib/typeorm/find-options/FindOptionsRelations.d.ts +0 -19
- package/client/lib/typeorm/find-options/FindOptionsSelect.d.ts +0 -18
- package/client/lib/typeorm/find-options/FindOptionsUtils.d.ts +0 -191
- package/client/lib/typeorm/find-options/FindOptionsWhere.d.ts +0 -14
- package/client/lib/typeorm/find-options/FindTreeOptions.d.ts +0 -14
- package/client/lib/typeorm/find-options/JoinOptions.d.ts +0 -77
- package/client/lib/typeorm/find-options/OrderByCondition.d.ts +0 -18
- package/client/lib/typeorm/find-options/operator/Any.d.ts +0 -7
- package/client/lib/typeorm/find-options/operator/ArrayContainedBy.d.ts +0 -7
- package/client/lib/typeorm/find-options/operator/ArrayContains.d.ts +0 -7
- package/client/lib/typeorm/find-options/operator/ArrayOverlap.d.ts +0 -7
- package/client/lib/typeorm/find-options/operator/Between.d.ts +0 -7
- package/client/lib/typeorm/find-options/operator/Equal.d.ts +0 -12
- package/client/lib/typeorm/find-options/operator/ILike.d.ts +0 -7
- package/client/lib/typeorm/find-options/operator/In.d.ts +0 -7
- package/client/lib/typeorm/find-options/operator/IsNull.d.ts +0 -7
- package/client/lib/typeorm/find-options/operator/LessThan.d.ts +0 -7
- package/client/lib/typeorm/find-options/operator/LessThanOrEqual.d.ts +0 -7
- package/client/lib/typeorm/find-options/operator/Like.d.ts +0 -7
- package/client/lib/typeorm/find-options/operator/MoreThan.d.ts +0 -7
- package/client/lib/typeorm/find-options/operator/MoreThanOrEqual.d.ts +0 -7
- package/client/lib/typeorm/find-options/operator/Not.d.ts +0 -8
- package/client/lib/typeorm/find-options/operator/Raw.d.ts +0 -19
- package/client/lib/typeorm/globals.d.ts +0 -104
- package/client/lib/typeorm/index.d.ts +0 -168
- package/client/lib/typeorm/logger/AdvancedConsoleLogger.d.ts +0 -42
- package/client/lib/typeorm/logger/DebugLogger.d.ts +0 -41
- package/client/lib/typeorm/logger/Logger.d.ts +0 -32
- package/client/lib/typeorm/logger/LoggerFactory.d.ts +0 -12
- package/client/lib/typeorm/logger/LoggerOptions.d.ts +0 -14
- package/client/lib/typeorm/logger/SimpleConsoleLogger.d.ts +0 -42
- package/client/lib/typeorm/metadata/CheckMetadata.d.ts +0 -40
- package/client/lib/typeorm/metadata/ColumnMetadata.d.ts +0 -316
- package/client/lib/typeorm/metadata/EmbeddedMetadata.d.ts +0 -166
- package/client/lib/typeorm/metadata/EntityListenerMetadata.d.ts +0 -49
- package/client/lib/typeorm/metadata/EntityMetadata.d.ts +0 -562
- package/client/lib/typeorm/metadata/ExclusionMetadata.d.ts +0 -40
- package/client/lib/typeorm/metadata/ForeignKeyMetadata.d.ts +0 -78
- package/client/lib/typeorm/metadata/IndexMetadata.d.ts +0 -112
- package/client/lib/typeorm/metadata/RelationCountMetadata.d.ts +0 -47
- package/client/lib/typeorm/metadata/RelationIdMetadata.d.ts +0 -54
- package/client/lib/typeorm/metadata/RelationMetadata.d.ts +0 -291
- package/client/lib/typeorm/metadata/UniqueMetadata.d.ts +0 -66
- package/client/lib/typeorm/metadata/types/ClosureTreeOptions.d.ts +0 -11
- package/client/lib/typeorm/metadata/types/DeferrableType.d.ts +0 -5
- package/client/lib/typeorm/metadata/types/EventListenerTypes.d.ts +0 -21
- package/client/lib/typeorm/metadata/types/OnDeleteType.d.ts +0 -5
- package/client/lib/typeorm/metadata/types/OnUpdateType.d.ts +0 -5
- package/client/lib/typeorm/metadata/types/PropertyTypeInFunction.d.ts +0 -5
- package/client/lib/typeorm/metadata/types/RelationTypeInFunction.d.ts +0 -6
- package/client/lib/typeorm/metadata/types/RelationTypes.d.ts +0 -5
- package/client/lib/typeorm/metadata/types/TableTypes.d.ts +0 -5
- package/client/lib/typeorm/metadata/types/TreeTypes.d.ts +0 -6
- package/client/lib/typeorm/metadata-args/CheckMetadataArgs.d.ts +0 -18
- package/client/lib/typeorm/metadata-args/ColumnMetadataArgs.d.ts +0 -26
- package/client/lib/typeorm/metadata-args/DiscriminatorValueMetadataArgs.d.ts +0 -14
- package/client/lib/typeorm/metadata-args/EmbeddedMetadataArgs.d.ts +0 -27
- package/client/lib/typeorm/metadata-args/EntityListenerMetadataArgs.d.ts +0 -19
- package/client/lib/typeorm/metadata-args/EntityRepositoryMetadataArgs.d.ts +0 -15
- package/client/lib/typeorm/metadata-args/EntitySubscriberMetadataArgs.d.ts +0 -10
- package/client/lib/typeorm/metadata-args/ExclusionMetadataArgs.d.ts +0 -18
- package/client/lib/typeorm/metadata-args/GeneratedMetadataArgs.d.ts +0 -18
- package/client/lib/typeorm/metadata-args/IndexMetadataArgs.d.ts +0 -71
- package/client/lib/typeorm/metadata-args/InheritanceMetadataArgs.d.ts +0 -19
- package/client/lib/typeorm/metadata-args/JoinColumnMetadataArgs.d.ts +0 -27
- package/client/lib/typeorm/metadata-args/JoinTableMetadataArgs.d.ts +0 -38
- package/client/lib/typeorm/metadata-args/MetadataArgsStorage.d.ts +0 -109
- package/client/lib/typeorm/metadata-args/NamingStrategyMetadataArgs.d.ts +0 -14
- package/client/lib/typeorm/metadata-args/RelationCountMetadataArgs.d.ts +0 -27
- package/client/lib/typeorm/metadata-args/RelationIdMetadataArgs.d.ts +0 -27
- package/client/lib/typeorm/metadata-args/RelationMetadataArgs.d.ts +0 -56
- package/client/lib/typeorm/metadata-args/TableMetadataArgs.d.ts +0 -62
- package/client/lib/typeorm/metadata-args/TransactionEntityMetadataArgs.d.ts +0 -18
- package/client/lib/typeorm/metadata-args/TransactionRepositoryMetadataArgs.d.ts +0 -26
- package/client/lib/typeorm/metadata-args/TreeMetadataArgs.d.ts +0 -20
- package/client/lib/typeorm/metadata-args/UniqueMetadataArgs.d.ts +0 -25
- package/client/lib/typeorm/metadata-args/types/ColumnMode.d.ts +0 -8
- package/client/lib/typeorm/metadata-builder/ClosureJunctionEntityMetadataBuilder.d.ts +0 -15
- package/client/lib/typeorm/metadata-builder/EntityMetadataBuilder.d.ts +0 -58
- package/client/lib/typeorm/metadata-builder/EntityMetadataValidator.d.ts +0 -24
- package/client/lib/typeorm/metadata-builder/JunctionEntityMetadataBuilder.d.ts +0 -27
- package/client/lib/typeorm/metadata-builder/MetadataUtils.d.ts +0 -24
- package/client/lib/typeorm/metadata-builder/RelationJoinColumnBuilder.d.ts +0 -57
- package/client/lib/typeorm/migration/Migration.d.ts +0 -25
- package/client/lib/typeorm/migration/MigrationExecutor.d.ts +0 -100
- package/client/lib/typeorm/migration/MigrationInterface.d.ts +0 -19
- package/client/lib/typeorm/naming-strategy/DefaultNamingStrategy.d.ts +0 -50
- package/client/lib/typeorm/naming-strategy/NamingStrategyInterface.d.ts +0 -117
- package/client/lib/typeorm/persistence/EntityPersistExecutor.d.ts +0 -22
- package/client/lib/typeorm/persistence/Subject.d.ts +0 -156
- package/client/lib/typeorm/persistence/SubjectChangeMap.d.ts +0 -24
- package/client/lib/typeorm/persistence/SubjectChangedColumnsComputer.d.ts +0 -19
- package/client/lib/typeorm/persistence/SubjectDatabaseEntityLoader.d.ts +0 -36
- package/client/lib/typeorm/persistence/SubjectExecutor.d.ts +0 -119
- package/client/lib/typeorm/persistence/SubjectTopoligicalSorter.d.ts +0 -46
- package/client/lib/typeorm/persistence/subject-builder/CascadesSubjectBuilder.d.ts +0 -20
- package/client/lib/typeorm/persistence/subject-builder/ManyToManySubjectBuilder.d.ts +0 -35
- package/client/lib/typeorm/persistence/subject-builder/OneToManySubjectBuilder.d.ts +0 -28
- package/client/lib/typeorm/persistence/subject-builder/OneToOneInverseSideSubjectBuilder.d.ts +0 -28
- package/client/lib/typeorm/persistence/tree/ClosureSubjectExecutor.d.ts +0 -27
- package/client/lib/typeorm/persistence/tree/MaterializedPathSubjectExecutor.d.ts +0 -19
- package/client/lib/typeorm/persistence/tree/NestedSetSubjectExecutor.d.ts +0 -39
- package/client/lib/typeorm/platform/PlatformTools.d.ts +0 -65
- package/client/lib/typeorm/query-builder/Alias.d.ts +0 -23
- package/client/lib/typeorm/query-builder/Brackets.d.ts +0 -17
- package/client/lib/typeorm/query-builder/DeleteQueryBuilder.d.ts +0 -92
- package/client/lib/typeorm/query-builder/InsertOrUpdateOptions.d.ts +0 -4
- package/client/lib/typeorm/query-builder/InsertQueryBuilder.d.ts +0 -118
- package/client/lib/typeorm/query-builder/JoinAttribute.d.ts +0 -84
- package/client/lib/typeorm/query-builder/NotBrackets.d.ts +0 -9
- package/client/lib/typeorm/query-builder/QueryBuilder.d.ts +0 -268
- package/client/lib/typeorm/query-builder/QueryBuilderCte.d.ts +0 -18
- package/client/lib/typeorm/query-builder/QueryBuilderUtils.d.ts +0 -11
- package/client/lib/typeorm/query-builder/QueryExpressionMap.d.ts +0 -306
- package/client/lib/typeorm/query-builder/QueryPartialEntity.d.ts +0 -16
- package/client/lib/typeorm/query-builder/RelationIdLoader.d.ts +0 -71
- package/client/lib/typeorm/query-builder/RelationLoader.d.ts +0 -60
- package/client/lib/typeorm/query-builder/RelationQueryBuilder.d.ts +0 -70
- package/client/lib/typeorm/query-builder/RelationRemover.d.ts +0 -17
- package/client/lib/typeorm/query-builder/RelationUpdater.d.ts +0 -17
- package/client/lib/typeorm/query-builder/ReturningResultsEntityUpdator.d.ts +0 -31
- package/client/lib/typeorm/query-builder/SelectQuery.d.ts +0 -6
- package/client/lib/typeorm/query-builder/SelectQueryBuilder.d.ts +0 -665
- package/client/lib/typeorm/query-builder/SelectQueryBuilderOption.d.ts +0 -2
- package/client/lib/typeorm/query-builder/SoftDeleteQueryBuilder.d.ts +0 -139
- package/client/lib/typeorm/query-builder/UpdateQueryBuilder.d.ts +0 -144
- package/client/lib/typeorm/query-builder/WhereClause.d.ts +0 -17
- package/client/lib/typeorm/query-builder/WhereExpressionBuilder.d.ts +0 -127
- package/client/lib/typeorm/query-builder/relation-count/RelationCountAttribute.d.ts +0 -54
- package/client/lib/typeorm/query-builder/relation-count/RelationCountLoadResult.d.ts +0 -9
- package/client/lib/typeorm/query-builder/relation-count/RelationCountLoader.d.ts +0 -12
- package/client/lib/typeorm/query-builder/relation-count/RelationCountMetadataToAttributeTransformer.d.ts +0 -8
- package/client/lib/typeorm/query-builder/relation-id/RelationIdAttribute.d.ts +0 -65
- package/client/lib/typeorm/query-builder/relation-id/RelationIdLoadResult.d.ts +0 -6
- package/client/lib/typeorm/query-builder/relation-id/RelationIdLoader.d.ts +0 -12
- package/client/lib/typeorm/query-builder/relation-id/RelationIdMetadataToAttributeTransformer.d.ts +0 -8
- package/client/lib/typeorm/query-builder/result/DeleteResult.d.ts +0 -17
- package/client/lib/typeorm/query-builder/result/InsertResult.d.ts +0 -23
- package/client/lib/typeorm/query-builder/result/UpdateResult.d.ts +0 -27
- package/client/lib/typeorm/query-builder/transformer/PlainObjectToDatabaseEntityTransformer.d.ts +0 -13
- package/client/lib/typeorm/query-builder/transformer/PlainObjectToNewEntityTransformer.d.ts +0 -15
- package/client/lib/typeorm/query-builder/transformer/RawSqlResultsToEntityTransformer.d.ts +0 -56
- package/client/lib/typeorm/query-runner/BaseQueryRunner.d.ts +0 -204
- package/client/lib/typeorm/query-runner/QueryResult.d.ts +0 -18
- package/client/lib/typeorm/query-runner/QueryRunner.d.ts +0 -359
- package/client/lib/typeorm/relation-path.d.ts +0 -7
- package/client/lib/typeorm/repository/AbstractRepository.d.ts +0 -52
- package/client/lib/typeorm/repository/BaseEntity.d.ts +0 -298
- package/client/lib/typeorm/repository/FindTreesOptions.d.ts +0 -10
- package/client/lib/typeorm/repository/RemoveOptions.d.ts +0 -28
- package/client/lib/typeorm/repository/Repository.d.ts +0 -292
- package/client/lib/typeorm/repository/SaveOptions.d.ts +0 -36
- package/client/lib/typeorm/repository/TreeRepository.d.ts +0 -56
- package/client/lib/typeorm/repository/UpsertOptions.d.ts +0 -11
- package/client/lib/typeorm/schema-builder/RdbmsSchemaBuilder.d.ts +0 -145
- package/client/lib/typeorm/schema-builder/SchemaBuilder.d.ts +0 -15
- package/client/lib/typeorm/schema-builder/options/TableCheckOptions.d.ts +0 -18
- package/client/lib/typeorm/schema-builder/options/TableColumnOptions.d.ts +0 -123
- package/client/lib/typeorm/schema-builder/options/TableExclusionOptions.d.ts +0 -14
- package/client/lib/typeorm/schema-builder/options/TableForeignKeyOptions.d.ts +0 -45
- package/client/lib/typeorm/schema-builder/options/TableIndexOptions.d.ts +0 -45
- package/client/lib/typeorm/schema-builder/options/TableOptions.d.ts +0 -62
- package/client/lib/typeorm/schema-builder/options/TableUniqueOptions.d.ts +0 -19
- package/client/lib/typeorm/schema-builder/options/ViewOptions.d.ts +0 -27
- package/client/lib/typeorm/schema-builder/table/Table.d.ts +0 -143
- package/client/lib/typeorm/schema-builder/table/TableCheck.d.ts +0 -30
- package/client/lib/typeorm/schema-builder/table/TableColumn.d.ts +0 -127
- package/client/lib/typeorm/schema-builder/table/TableExclusion.d.ts +0 -26
- package/client/lib/typeorm/schema-builder/table/TableForeignKey.d.ts +0 -58
- package/client/lib/typeorm/schema-builder/table/TableIndex.d.ts +0 -57
- package/client/lib/typeorm/schema-builder/table/TableUnique.d.ts +0 -31
- package/client/lib/typeorm/schema-builder/util/TableUtils.d.ts +0 -7
- package/client/lib/typeorm/schema-builder/util/ViewUtils.d.ts +0 -8
- package/client/lib/typeorm/schema-builder/view/View.d.ts +0 -38
- package/client/lib/typeorm/subscriber/Broadcaster.d.ts +0 -168
- package/client/lib/typeorm/subscriber/BroadcasterResult.d.ts +0 -18
- package/client/lib/typeorm/subscriber/EntitySubscriberInterface.d.ts +0 -93
- package/client/lib/typeorm/subscriber/event/InsertEvent.d.ts +0 -32
- package/client/lib/typeorm/subscriber/event/LoadEvent.d.ts +0 -32
- package/client/lib/typeorm/subscriber/event/RecoverEvent.d.ts +0 -7
- package/client/lib/typeorm/subscriber/event/RemoveEvent.d.ts +0 -41
- package/client/lib/typeorm/subscriber/event/SoftRemoveEvent.d.ts +0 -7
- package/client/lib/typeorm/subscriber/event/TransactionCommitEvent.d.ts +0 -23
- package/client/lib/typeorm/subscriber/event/TransactionRollbackEvent.d.ts +0 -23
- package/client/lib/typeorm/subscriber/event/TransactionStartEvent.d.ts +0 -23
- package/client/lib/typeorm/subscriber/event/UpdateEvent.d.ts +0 -47
- package/client/lib/typeorm/util/ApplyValueTransformers.d.ts +0 -6
- package/client/lib/typeorm/util/DateUtils.d.ts +0 -59
- package/client/lib/typeorm/util/DepGraph.d.ts +0 -65
- package/client/lib/typeorm/util/DirectoryExportedClassesLoader.d.ts +0 -10
- package/client/lib/typeorm/util/ImportUtils.d.ts +0 -2
- package/client/lib/typeorm/util/InstanceChecker.d.ts +0 -60
- package/client/lib/typeorm/util/ObjectUtils.d.ts +0 -38
- package/client/lib/typeorm/util/OrmUtils.d.ts +0 -53
- package/client/lib/typeorm/util/PathUtils.d.ts +0 -11
- package/client/lib/typeorm/util/RandomGenerator.d.ts +0 -16
- package/client/lib/typeorm/util/StringUtils.d.ts +0 -64
- package/client/lib/typeorm/util/TreeRepositoryUtils.d.ts +0 -24
- package/client/lib/typeorm/util/VersionUtils.d.ts +0 -5
- package/client/lib/typeorm/util/escapeRegExp.d.ts +0 -2
- package/client/public-api.d.ts +0 -2
package/browser/package.json
CHANGED
package/client/package.json
CHANGED
|
@@ -4,6 +4,6 @@ exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_FRAME
|
|
|
4
4
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5
5
|
exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
6
6
|
exports.PROJECT_NPM_NAME = 'taon-typeorm';
|
|
7
|
-
exports.CURRENT_PACKAGE_VERSION = '19.0.
|
|
7
|
+
exports.CURRENT_PACKAGE_VERSION = '19.0.22';
|
|
8
8
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
9
9
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const ENV_ANGULAR_NODE_APP_WEBSITE_DOMAIN = "taon-typeorm.example.domain.com";
|
|
2
|
+
export declare const ENV_ANGULAR_NODE_APP_WEBSITE_TITLE = "Taon Typeorm";
|
|
3
|
+
export declare const ENV_ANGULAR_NODE_APP_BUILD_WATCH = false;
|
|
4
|
+
export declare const ENV_ANGULAR_NODE_APP_RELEASE_AUTO_RELEASE_USING_CONFIG = true;
|
|
5
|
+
export declare const ENV_ANGULAR_NODE_APP_RELEASE_RELEASE_VERSION_BUMP_TYPE = "patch";
|
|
6
|
+
export declare const ENV_ANGULAR_NODE_APP_RELEASE_RELEASE_TYPE = "manual";
|
|
7
|
+
export declare const ENV_ANGULAR_NODE_APP_RELEASE_TARGET_ARTIFACT = "npm-lib-and-cli-tool";
|
|
8
|
+
export declare const ENV_ANGULAR_NODE_APP_RELEASE_ENV_NAME = "__";
|
|
9
|
+
export declare const ENV_ANGULAR_NODE_APP_RELEASE_RESOLVED_NEW_VERSION = "19.0.22";
|
|
10
|
+
export declare const ENV_ANGULAR_NODE_APP_BUILD_INFO_HASH = "0e5c494e65db0cb517b92ed9ac15f5ca6bcdea46";
|
|
11
|
+
export declare const ENV_ANGULAR_NODE_APP_CURRENT_PROJECT_NAME = "taon-typeorm";
|
|
12
|
+
export declare const ENV_ANGULAR_NODE_APP_CURRENT_PROJECT_TYPE = "isomorphic-lib";
|
|
13
|
+
export declare const ENV_ANGULAR_NODE_APP_PATHS_TSCONFIG = "\"paths\": {\"@lib\":[\"./src/lib\"],\"@lib/*\":[\"./src/lib/*\"],\"taon-typeorm/src\":[\"./src/lib\"],\"taon-typeorm/src/*\":[\"./src/lib/*\"]},";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ENV_ANGULAR_NODE_APP_PATHS_TSCONFIG = exports.ENV_ANGULAR_NODE_APP_CURRENT_PROJECT_TYPE = exports.ENV_ANGULAR_NODE_APP_CURRENT_PROJECT_NAME = exports.ENV_ANGULAR_NODE_APP_BUILD_INFO_HASH = exports.ENV_ANGULAR_NODE_APP_RELEASE_RESOLVED_NEW_VERSION = exports.ENV_ANGULAR_NODE_APP_RELEASE_ENV_NAME = exports.ENV_ANGULAR_NODE_APP_RELEASE_TARGET_ARTIFACT = exports.ENV_ANGULAR_NODE_APP_RELEASE_RELEASE_TYPE = exports.ENV_ANGULAR_NODE_APP_RELEASE_RELEASE_VERSION_BUMP_TYPE = exports.ENV_ANGULAR_NODE_APP_RELEASE_AUTO_RELEASE_USING_CONFIG = exports.ENV_ANGULAR_NODE_APP_BUILD_WATCH = exports.ENV_ANGULAR_NODE_APP_WEBSITE_TITLE = exports.ENV_ANGULAR_NODE_APP_WEBSITE_DOMAIN = void 0;
|
|
4
|
+
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5
|
+
exports.ENV_ANGULAR_NODE_APP_WEBSITE_DOMAIN = 'taon-typeorm.example.domain.com';
|
|
6
|
+
exports.ENV_ANGULAR_NODE_APP_WEBSITE_TITLE = 'Taon Typeorm';
|
|
7
|
+
exports.ENV_ANGULAR_NODE_APP_BUILD_WATCH = false;
|
|
8
|
+
exports.ENV_ANGULAR_NODE_APP_RELEASE_AUTO_RELEASE_USING_CONFIG = true;
|
|
9
|
+
exports.ENV_ANGULAR_NODE_APP_RELEASE_RELEASE_VERSION_BUMP_TYPE = 'patch';
|
|
10
|
+
exports.ENV_ANGULAR_NODE_APP_RELEASE_RELEASE_TYPE = 'manual';
|
|
11
|
+
exports.ENV_ANGULAR_NODE_APP_RELEASE_TARGET_ARTIFACT = 'npm-lib-and-cli-tool';
|
|
12
|
+
exports.ENV_ANGULAR_NODE_APP_RELEASE_ENV_NAME = '__';
|
|
13
|
+
exports.ENV_ANGULAR_NODE_APP_RELEASE_RESOLVED_NEW_VERSION = '19.0.22';
|
|
14
|
+
exports.ENV_ANGULAR_NODE_APP_BUILD_INFO_HASH = '0e5c494e65db0cb517b92ed9ac15f5ca6bcdea46';
|
|
15
|
+
exports.ENV_ANGULAR_NODE_APP_CURRENT_PROJECT_NAME = 'taon-typeorm';
|
|
16
|
+
exports.ENV_ANGULAR_NODE_APP_CURRENT_PROJECT_TYPE = 'isomorphic-lib';
|
|
17
|
+
exports.ENV_ANGULAR_NODE_APP_PATHS_TSCONFIG = '"paths": {"@lib":["./src/lib"],"@lib/*":["./src/lib/*"],"taon-typeorm/src":["./src/lib"],"taon-typeorm/src/*":["./src/lib/*"]},';
|
|
18
|
+
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
19
|
+
//# sourceMappingURL=env.angular-node-app.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"env.angular-node-app.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-typeorm/src/lib/env/env.angular-node-app.ts"],"names":[],"mappings":";;;AAAA,yCAAyC;AAC5B,QAAA,mCAAmC,GAAG,iCAAiC,CAAA;AACvE,QAAA,kCAAkC,GAAG,cAAc,CAAA;AACnD,QAAA,gCAAgC,GAAG,KAAK,CAAA;AACxC,QAAA,sDAAsD,GAAG,IAAI,CAAA;AAC7D,QAAA,sDAAsD,GAAG,OAAO,CAAA;AAChE,QAAA,yCAAyC,GAAG,QAAQ,CAAA;AACpD,QAAA,4CAA4C,GAAG,sBAAsB,CAAA;AACrE,QAAA,qCAAqC,GAAG,IAAI,CAAA;AAC5C,QAAA,iDAAiD,GAAG,SAAS,CAAA;AAC7D,QAAA,oCAAoC,GAAG,0CAA0C,CAAA;AACjF,QAAA,yCAAyC,GAAG,cAAc,CAAA;AAC1D,QAAA,yCAAyC,GAAG,gBAAgB,CAAA;AAC5D,QAAA,mCAAmC,GAAG,iIAAiI,CAAA;AACpL,yCAAyC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const ENV_ELECTRON_APP_WEBSITE_DOMAIN = "taon-typeorm.example.domain.com";
|
|
2
|
+
export declare const ENV_ELECTRON_APP_WEBSITE_TITLE = "Taon Typeorm";
|
|
3
|
+
export declare const ENV_ELECTRON_APP_BUILD_WATCH = false;
|
|
4
|
+
export declare const ENV_ELECTRON_APP_RELEASE_AUTO_RELEASE_USING_CONFIG = true;
|
|
5
|
+
export declare const ENV_ELECTRON_APP_RELEASE_RELEASE_VERSION_BUMP_TYPE = "patch";
|
|
6
|
+
export declare const ENV_ELECTRON_APP_RELEASE_RELEASE_TYPE = "manual";
|
|
7
|
+
export declare const ENV_ELECTRON_APP_RELEASE_TARGET_ARTIFACT = "npm-lib-and-cli-tool";
|
|
8
|
+
export declare const ENV_ELECTRON_APP_RELEASE_ENV_NAME = "__";
|
|
9
|
+
export declare const ENV_ELECTRON_APP_RELEASE_RESOLVED_NEW_VERSION = "19.0.22";
|
|
10
|
+
export declare const ENV_ELECTRON_APP_BUILD_INFO_HASH = "0e5c494e65db0cb517b92ed9ac15f5ca6bcdea46";
|
|
11
|
+
export declare const ENV_ELECTRON_APP_CURRENT_PROJECT_NAME = "taon-typeorm";
|
|
12
|
+
export declare const ENV_ELECTRON_APP_CURRENT_PROJECT_TYPE = "isomorphic-lib";
|
|
13
|
+
export declare const ENV_ELECTRON_APP_PATHS_TSCONFIG = "\"paths\": {\"@lib\":[\"./src/lib\"],\"@lib/*\":[\"./src/lib/*\"],\"taon-typeorm/src\":[\"./src/lib\"],\"taon-typeorm/src/*\":[\"./src/lib/*\"]},";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ENV_ELECTRON_APP_PATHS_TSCONFIG = exports.ENV_ELECTRON_APP_CURRENT_PROJECT_TYPE = exports.ENV_ELECTRON_APP_CURRENT_PROJECT_NAME = exports.ENV_ELECTRON_APP_BUILD_INFO_HASH = exports.ENV_ELECTRON_APP_RELEASE_RESOLVED_NEW_VERSION = exports.ENV_ELECTRON_APP_RELEASE_ENV_NAME = exports.ENV_ELECTRON_APP_RELEASE_TARGET_ARTIFACT = exports.ENV_ELECTRON_APP_RELEASE_RELEASE_TYPE = exports.ENV_ELECTRON_APP_RELEASE_RELEASE_VERSION_BUMP_TYPE = exports.ENV_ELECTRON_APP_RELEASE_AUTO_RELEASE_USING_CONFIG = exports.ENV_ELECTRON_APP_BUILD_WATCH = exports.ENV_ELECTRON_APP_WEBSITE_TITLE = exports.ENV_ELECTRON_APP_WEBSITE_DOMAIN = void 0;
|
|
4
|
+
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5
|
+
exports.ENV_ELECTRON_APP_WEBSITE_DOMAIN = 'taon-typeorm.example.domain.com';
|
|
6
|
+
exports.ENV_ELECTRON_APP_WEBSITE_TITLE = 'Taon Typeorm';
|
|
7
|
+
exports.ENV_ELECTRON_APP_BUILD_WATCH = false;
|
|
8
|
+
exports.ENV_ELECTRON_APP_RELEASE_AUTO_RELEASE_USING_CONFIG = true;
|
|
9
|
+
exports.ENV_ELECTRON_APP_RELEASE_RELEASE_VERSION_BUMP_TYPE = 'patch';
|
|
10
|
+
exports.ENV_ELECTRON_APP_RELEASE_RELEASE_TYPE = 'manual';
|
|
11
|
+
exports.ENV_ELECTRON_APP_RELEASE_TARGET_ARTIFACT = 'npm-lib-and-cli-tool';
|
|
12
|
+
exports.ENV_ELECTRON_APP_RELEASE_ENV_NAME = '__';
|
|
13
|
+
exports.ENV_ELECTRON_APP_RELEASE_RESOLVED_NEW_VERSION = '19.0.22';
|
|
14
|
+
exports.ENV_ELECTRON_APP_BUILD_INFO_HASH = '0e5c494e65db0cb517b92ed9ac15f5ca6bcdea46';
|
|
15
|
+
exports.ENV_ELECTRON_APP_CURRENT_PROJECT_NAME = 'taon-typeorm';
|
|
16
|
+
exports.ENV_ELECTRON_APP_CURRENT_PROJECT_TYPE = 'isomorphic-lib';
|
|
17
|
+
exports.ENV_ELECTRON_APP_PATHS_TSCONFIG = '"paths": {"@lib":["./src/lib"],"@lib/*":["./src/lib/*"],"taon-typeorm/src":["./src/lib"],"taon-typeorm/src/*":["./src/lib/*"]},';
|
|
18
|
+
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
19
|
+
//# sourceMappingURL=env.electron-app.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"env.electron-app.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-typeorm/src/lib/env/env.electron-app.ts"],"names":[],"mappings":";;;AAAA,yCAAyC;AAC5B,QAAA,+BAA+B,GAAG,iCAAiC,CAAA;AACnE,QAAA,8BAA8B,GAAG,cAAc,CAAA;AAC/C,QAAA,4BAA4B,GAAG,KAAK,CAAA;AACpC,QAAA,kDAAkD,GAAG,IAAI,CAAA;AACzD,QAAA,kDAAkD,GAAG,OAAO,CAAA;AAC5D,QAAA,qCAAqC,GAAG,QAAQ,CAAA;AAChD,QAAA,wCAAwC,GAAG,sBAAsB,CAAA;AACjE,QAAA,iCAAiC,GAAG,IAAI,CAAA;AACxC,QAAA,6CAA6C,GAAG,SAAS,CAAA;AACzD,QAAA,gCAAgC,GAAG,0CAA0C,CAAA;AAC7E,QAAA,qCAAqC,GAAG,cAAc,CAAA;AACtD,QAAA,qCAAqC,GAAG,gBAAgB,CAAA;AACxD,QAAA,+BAA+B,GAAG,iIAAiI,CAAA;AAChL,yCAAyC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const ENV_MOBILE_APP_WEBSITE_DOMAIN = "taon-typeorm.example.domain.com";
|
|
2
|
+
export declare const ENV_MOBILE_APP_WEBSITE_TITLE = "Taon Typeorm";
|
|
3
|
+
export declare const ENV_MOBILE_APP_BUILD_WATCH = false;
|
|
4
|
+
export declare const ENV_MOBILE_APP_RELEASE_AUTO_RELEASE_USING_CONFIG = true;
|
|
5
|
+
export declare const ENV_MOBILE_APP_RELEASE_RELEASE_VERSION_BUMP_TYPE = "patch";
|
|
6
|
+
export declare const ENV_MOBILE_APP_RELEASE_RELEASE_TYPE = "manual";
|
|
7
|
+
export declare const ENV_MOBILE_APP_RELEASE_TARGET_ARTIFACT = "npm-lib-and-cli-tool";
|
|
8
|
+
export declare const ENV_MOBILE_APP_RELEASE_ENV_NAME = "__";
|
|
9
|
+
export declare const ENV_MOBILE_APP_RELEASE_RESOLVED_NEW_VERSION = "19.0.22";
|
|
10
|
+
export declare const ENV_MOBILE_APP_BUILD_INFO_HASH = "0e5c494e65db0cb517b92ed9ac15f5ca6bcdea46";
|
|
11
|
+
export declare const ENV_MOBILE_APP_CURRENT_PROJECT_NAME = "taon-typeorm";
|
|
12
|
+
export declare const ENV_MOBILE_APP_CURRENT_PROJECT_TYPE = "isomorphic-lib";
|
|
13
|
+
export declare const ENV_MOBILE_APP_PATHS_TSCONFIG = "\"paths\": {\"@lib\":[\"./src/lib\"],\"@lib/*\":[\"./src/lib/*\"],\"taon-typeorm/src\":[\"./src/lib\"],\"taon-typeorm/src/*\":[\"./src/lib/*\"]},";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ENV_MOBILE_APP_PATHS_TSCONFIG = exports.ENV_MOBILE_APP_CURRENT_PROJECT_TYPE = exports.ENV_MOBILE_APP_CURRENT_PROJECT_NAME = exports.ENV_MOBILE_APP_BUILD_INFO_HASH = exports.ENV_MOBILE_APP_RELEASE_RESOLVED_NEW_VERSION = exports.ENV_MOBILE_APP_RELEASE_ENV_NAME = exports.ENV_MOBILE_APP_RELEASE_TARGET_ARTIFACT = exports.ENV_MOBILE_APP_RELEASE_RELEASE_TYPE = exports.ENV_MOBILE_APP_RELEASE_RELEASE_VERSION_BUMP_TYPE = exports.ENV_MOBILE_APP_RELEASE_AUTO_RELEASE_USING_CONFIG = exports.ENV_MOBILE_APP_BUILD_WATCH = exports.ENV_MOBILE_APP_WEBSITE_TITLE = exports.ENV_MOBILE_APP_WEBSITE_DOMAIN = void 0;
|
|
4
|
+
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5
|
+
exports.ENV_MOBILE_APP_WEBSITE_DOMAIN = 'taon-typeorm.example.domain.com';
|
|
6
|
+
exports.ENV_MOBILE_APP_WEBSITE_TITLE = 'Taon Typeorm';
|
|
7
|
+
exports.ENV_MOBILE_APP_BUILD_WATCH = false;
|
|
8
|
+
exports.ENV_MOBILE_APP_RELEASE_AUTO_RELEASE_USING_CONFIG = true;
|
|
9
|
+
exports.ENV_MOBILE_APP_RELEASE_RELEASE_VERSION_BUMP_TYPE = 'patch';
|
|
10
|
+
exports.ENV_MOBILE_APP_RELEASE_RELEASE_TYPE = 'manual';
|
|
11
|
+
exports.ENV_MOBILE_APP_RELEASE_TARGET_ARTIFACT = 'npm-lib-and-cli-tool';
|
|
12
|
+
exports.ENV_MOBILE_APP_RELEASE_ENV_NAME = '__';
|
|
13
|
+
exports.ENV_MOBILE_APP_RELEASE_RESOLVED_NEW_VERSION = '19.0.22';
|
|
14
|
+
exports.ENV_MOBILE_APP_BUILD_INFO_HASH = '0e5c494e65db0cb517b92ed9ac15f5ca6bcdea46';
|
|
15
|
+
exports.ENV_MOBILE_APP_CURRENT_PROJECT_NAME = 'taon-typeorm';
|
|
16
|
+
exports.ENV_MOBILE_APP_CURRENT_PROJECT_TYPE = 'isomorphic-lib';
|
|
17
|
+
exports.ENV_MOBILE_APP_PATHS_TSCONFIG = '"paths": {"@lib":["./src/lib"],"@lib/*":["./src/lib/*"],"taon-typeorm/src":["./src/lib"],"taon-typeorm/src/*":["./src/lib/*"]},';
|
|
18
|
+
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
19
|
+
//# sourceMappingURL=env.mobile-app.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"env.mobile-app.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-typeorm/src/lib/env/env.mobile-app.ts"],"names":[],"mappings":";;;AAAA,yCAAyC;AAC5B,QAAA,6BAA6B,GAAG,iCAAiC,CAAA;AACjE,QAAA,4BAA4B,GAAG,cAAc,CAAA;AAC7C,QAAA,0BAA0B,GAAG,KAAK,CAAA;AAClC,QAAA,gDAAgD,GAAG,IAAI,CAAA;AACvD,QAAA,gDAAgD,GAAG,OAAO,CAAA;AAC1D,QAAA,mCAAmC,GAAG,QAAQ,CAAA;AAC9C,QAAA,sCAAsC,GAAG,sBAAsB,CAAA;AAC/D,QAAA,+BAA+B,GAAG,IAAI,CAAA;AACtC,QAAA,2CAA2C,GAAG,SAAS,CAAA;AACvD,QAAA,8BAA8B,GAAG,0CAA0C,CAAA;AAC3E,QAAA,mCAAmC,GAAG,cAAc,CAAA;AACpD,QAAA,mCAAmC,GAAG,gBAAgB,CAAA;AACtD,QAAA,6BAA6B,GAAG,iIAAiI,CAAA;AAC9K,yCAAyC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const ENV_NPM_LIB_AND_CLI_TOOL_WEBSITE_DOMAIN = "taon-typeorm.example.domain.com";
|
|
2
|
+
export declare const ENV_NPM_LIB_AND_CLI_TOOL_WEBSITE_TITLE = "Taon Typeorm";
|
|
3
|
+
export declare const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_WATCH = false;
|
|
4
|
+
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_AUTO_RELEASE_USING_CONFIG = true;
|
|
5
|
+
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RELEASE_VERSION_BUMP_TYPE = "patch";
|
|
6
|
+
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RELEASE_TYPE = "manual";
|
|
7
|
+
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_TARGET_ARTIFACT = "npm-lib-and-cli-tool";
|
|
8
|
+
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_ENV_NAME = "__";
|
|
9
|
+
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RESOLVED_NEW_VERSION = "19.0.22";
|
|
10
|
+
export declare const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_INFO_HASH = "0e5c494e65db0cb517b92ed9ac15f5ca6bcdea46";
|
|
11
|
+
export declare const ENV_NPM_LIB_AND_CLI_TOOL_CURRENT_PROJECT_NAME = "taon-typeorm";
|
|
12
|
+
export declare const ENV_NPM_LIB_AND_CLI_TOOL_CURRENT_PROJECT_TYPE = "isomorphic-lib";
|
|
13
|
+
export declare const ENV_NPM_LIB_AND_CLI_TOOL_PATHS_TSCONFIG = "\"paths\": {\"@lib\":[\"./src/lib\"],\"@lib/*\":[\"./src/lib/*\"],\"taon-typeorm/src\":[\"./src/lib\"],\"taon-typeorm/src/*\":[\"./src/lib/*\"]},";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ENV_NPM_LIB_AND_CLI_TOOL_PATHS_TSCONFIG = exports.ENV_NPM_LIB_AND_CLI_TOOL_CURRENT_PROJECT_TYPE = exports.ENV_NPM_LIB_AND_CLI_TOOL_CURRENT_PROJECT_NAME = exports.ENV_NPM_LIB_AND_CLI_TOOL_BUILD_INFO_HASH = exports.ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RESOLVED_NEW_VERSION = exports.ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_ENV_NAME = exports.ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_TARGET_ARTIFACT = exports.ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RELEASE_TYPE = exports.ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RELEASE_VERSION_BUMP_TYPE = exports.ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_AUTO_RELEASE_USING_CONFIG = exports.ENV_NPM_LIB_AND_CLI_TOOL_BUILD_WATCH = exports.ENV_NPM_LIB_AND_CLI_TOOL_WEBSITE_TITLE = exports.ENV_NPM_LIB_AND_CLI_TOOL_WEBSITE_DOMAIN = void 0;
|
|
4
|
+
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5
|
+
exports.ENV_NPM_LIB_AND_CLI_TOOL_WEBSITE_DOMAIN = 'taon-typeorm.example.domain.com';
|
|
6
|
+
exports.ENV_NPM_LIB_AND_CLI_TOOL_WEBSITE_TITLE = 'Taon Typeorm';
|
|
7
|
+
exports.ENV_NPM_LIB_AND_CLI_TOOL_BUILD_WATCH = false;
|
|
8
|
+
exports.ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_AUTO_RELEASE_USING_CONFIG = true;
|
|
9
|
+
exports.ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RELEASE_VERSION_BUMP_TYPE = 'patch';
|
|
10
|
+
exports.ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RELEASE_TYPE = 'manual';
|
|
11
|
+
exports.ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_TARGET_ARTIFACT = 'npm-lib-and-cli-tool';
|
|
12
|
+
exports.ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_ENV_NAME = '__';
|
|
13
|
+
exports.ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RESOLVED_NEW_VERSION = '19.0.22';
|
|
14
|
+
exports.ENV_NPM_LIB_AND_CLI_TOOL_BUILD_INFO_HASH = '0e5c494e65db0cb517b92ed9ac15f5ca6bcdea46';
|
|
15
|
+
exports.ENV_NPM_LIB_AND_CLI_TOOL_CURRENT_PROJECT_NAME = 'taon-typeorm';
|
|
16
|
+
exports.ENV_NPM_LIB_AND_CLI_TOOL_CURRENT_PROJECT_TYPE = 'isomorphic-lib';
|
|
17
|
+
exports.ENV_NPM_LIB_AND_CLI_TOOL_PATHS_TSCONFIG = '"paths": {"@lib":["./src/lib"],"@lib/*":["./src/lib/*"],"taon-typeorm/src":["./src/lib"],"taon-typeorm/src/*":["./src/lib/*"]},';
|
|
18
|
+
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
19
|
+
//# sourceMappingURL=env.npm-lib-and-cli-tool.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"env.npm-lib-and-cli-tool.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-typeorm/src/lib/env/env.npm-lib-and-cli-tool.ts"],"names":[],"mappings":";;;AAAA,yCAAyC;AAC5B,QAAA,uCAAuC,GAAG,iCAAiC,CAAA;AAC3E,QAAA,sCAAsC,GAAG,cAAc,CAAA;AACvD,QAAA,oCAAoC,GAAG,KAAK,CAAA;AAC5C,QAAA,0DAA0D,GAAG,IAAI,CAAA;AACjE,QAAA,0DAA0D,GAAG,OAAO,CAAA;AACpE,QAAA,6CAA6C,GAAG,QAAQ,CAAA;AACxD,QAAA,gDAAgD,GAAG,sBAAsB,CAAA;AACzE,QAAA,yCAAyC,GAAG,IAAI,CAAA;AAChD,QAAA,qDAAqD,GAAG,SAAS,CAAA;AACjE,QAAA,wCAAwC,GAAG,0CAA0C,CAAA;AACrF,QAAA,6CAA6C,GAAG,cAAc,CAAA;AAC9D,QAAA,6CAA6C,GAAG,gBAAgB,CAAA;AAChE,QAAA,uCAAuC,GAAG,iIAAiI,CAAA;AACxL,yCAAyC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const ENV_VSCODE_PLUGIN_WEBSITE_DOMAIN = "taon-typeorm.example.domain.com";
|
|
2
|
+
export declare const ENV_VSCODE_PLUGIN_WEBSITE_TITLE = "Taon Typeorm";
|
|
3
|
+
export declare const ENV_VSCODE_PLUGIN_BUILD_WATCH = false;
|
|
4
|
+
export declare const ENV_VSCODE_PLUGIN_RELEASE_AUTO_RELEASE_USING_CONFIG = true;
|
|
5
|
+
export declare const ENV_VSCODE_PLUGIN_RELEASE_RELEASE_VERSION_BUMP_TYPE = "patch";
|
|
6
|
+
export declare const ENV_VSCODE_PLUGIN_RELEASE_RELEASE_TYPE = "manual";
|
|
7
|
+
export declare const ENV_VSCODE_PLUGIN_RELEASE_TARGET_ARTIFACT = "npm-lib-and-cli-tool";
|
|
8
|
+
export declare const ENV_VSCODE_PLUGIN_RELEASE_ENV_NAME = "__";
|
|
9
|
+
export declare const ENV_VSCODE_PLUGIN_RELEASE_RESOLVED_NEW_VERSION = "19.0.22";
|
|
10
|
+
export declare const ENV_VSCODE_PLUGIN_BUILD_INFO_HASH = "0e5c494e65db0cb517b92ed9ac15f5ca6bcdea46";
|
|
11
|
+
export declare const ENV_VSCODE_PLUGIN_CURRENT_PROJECT_NAME = "taon-typeorm";
|
|
12
|
+
export declare const ENV_VSCODE_PLUGIN_CURRENT_PROJECT_TYPE = "isomorphic-lib";
|
|
13
|
+
export declare const ENV_VSCODE_PLUGIN_PATHS_TSCONFIG = "\"paths\": {\"@lib\":[\"./src/lib\"],\"@lib/*\":[\"./src/lib/*\"],\"taon-typeorm/src\":[\"./src/lib\"],\"taon-typeorm/src/*\":[\"./src/lib/*\"]},";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ENV_VSCODE_PLUGIN_PATHS_TSCONFIG = exports.ENV_VSCODE_PLUGIN_CURRENT_PROJECT_TYPE = exports.ENV_VSCODE_PLUGIN_CURRENT_PROJECT_NAME = exports.ENV_VSCODE_PLUGIN_BUILD_INFO_HASH = exports.ENV_VSCODE_PLUGIN_RELEASE_RESOLVED_NEW_VERSION = exports.ENV_VSCODE_PLUGIN_RELEASE_ENV_NAME = exports.ENV_VSCODE_PLUGIN_RELEASE_TARGET_ARTIFACT = exports.ENV_VSCODE_PLUGIN_RELEASE_RELEASE_TYPE = exports.ENV_VSCODE_PLUGIN_RELEASE_RELEASE_VERSION_BUMP_TYPE = exports.ENV_VSCODE_PLUGIN_RELEASE_AUTO_RELEASE_USING_CONFIG = exports.ENV_VSCODE_PLUGIN_BUILD_WATCH = exports.ENV_VSCODE_PLUGIN_WEBSITE_TITLE = exports.ENV_VSCODE_PLUGIN_WEBSITE_DOMAIN = void 0;
|
|
4
|
+
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5
|
+
exports.ENV_VSCODE_PLUGIN_WEBSITE_DOMAIN = 'taon-typeorm.example.domain.com';
|
|
6
|
+
exports.ENV_VSCODE_PLUGIN_WEBSITE_TITLE = 'Taon Typeorm';
|
|
7
|
+
exports.ENV_VSCODE_PLUGIN_BUILD_WATCH = false;
|
|
8
|
+
exports.ENV_VSCODE_PLUGIN_RELEASE_AUTO_RELEASE_USING_CONFIG = true;
|
|
9
|
+
exports.ENV_VSCODE_PLUGIN_RELEASE_RELEASE_VERSION_BUMP_TYPE = 'patch';
|
|
10
|
+
exports.ENV_VSCODE_PLUGIN_RELEASE_RELEASE_TYPE = 'manual';
|
|
11
|
+
exports.ENV_VSCODE_PLUGIN_RELEASE_TARGET_ARTIFACT = 'npm-lib-and-cli-tool';
|
|
12
|
+
exports.ENV_VSCODE_PLUGIN_RELEASE_ENV_NAME = '__';
|
|
13
|
+
exports.ENV_VSCODE_PLUGIN_RELEASE_RESOLVED_NEW_VERSION = '19.0.22';
|
|
14
|
+
exports.ENV_VSCODE_PLUGIN_BUILD_INFO_HASH = '0e5c494e65db0cb517b92ed9ac15f5ca6bcdea46';
|
|
15
|
+
exports.ENV_VSCODE_PLUGIN_CURRENT_PROJECT_NAME = 'taon-typeorm';
|
|
16
|
+
exports.ENV_VSCODE_PLUGIN_CURRENT_PROJECT_TYPE = 'isomorphic-lib';
|
|
17
|
+
exports.ENV_VSCODE_PLUGIN_PATHS_TSCONFIG = '"paths": {"@lib":["./src/lib"],"@lib/*":["./src/lib/*"],"taon-typeorm/src":["./src/lib"],"taon-typeorm/src/*":["./src/lib/*"]},';
|
|
18
|
+
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
19
|
+
//# sourceMappingURL=env.vscode-plugin.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"env.vscode-plugin.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-typeorm/src/lib/env/env.vscode-plugin.ts"],"names":[],"mappings":";;;AAAA,yCAAyC;AAC5B,QAAA,gCAAgC,GAAG,iCAAiC,CAAA;AACpE,QAAA,+BAA+B,GAAG,cAAc,CAAA;AAChD,QAAA,6BAA6B,GAAG,KAAK,CAAA;AACrC,QAAA,mDAAmD,GAAG,IAAI,CAAA;AAC1D,QAAA,mDAAmD,GAAG,OAAO,CAAA;AAC7D,QAAA,sCAAsC,GAAG,QAAQ,CAAA;AACjD,QAAA,yCAAyC,GAAG,sBAAsB,CAAA;AAClE,QAAA,kCAAkC,GAAG,IAAI,CAAA;AACzC,QAAA,8CAA8C,GAAG,SAAS,CAAA;AAC1D,QAAA,iCAAiC,GAAG,0CAA0C,CAAA;AAC9E,QAAA,sCAAsC,GAAG,cAAc,CAAA;AACvD,QAAA,sCAAsC,GAAG,gBAAgB,CAAA;AACzD,QAAA,gCAAgC,GAAG,iIAAiI,CAAA;AACjL,yCAAyC"}
|
package/lib/env/index.js
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./env.angular-node-app"), exports);
|
|
18
|
+
__exportStar(require("./env.electron-app"), exports);
|
|
19
|
+
__exportStar(require("./env.mobile-app"), exports);
|
|
20
|
+
__exportStar(require("./env.npm-lib-and-cli-tool"), exports);
|
|
21
|
+
__exportStar(require("./env.vscode-plugin"), exports);
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-typeorm/src/lib/env/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,qDAAmC;AACnC,mDAAiC;AACjC,6DAA2C;AAC3C,sDAAoC"}
|
package/package.json
CHANGED
package/tmp-environment.json
CHANGED
|
@@ -8,11 +8,7 @@
|
|
|
8
8
|
"container": {
|
|
9
9
|
"only": []
|
|
10
10
|
},
|
|
11
|
-
"ports": {
|
|
12
|
-
"ngNormalAppPort": 4261,
|
|
13
|
-
"ngWebsqlAppPort": 4262,
|
|
14
|
-
"nodeBeAppPort": 4128
|
|
15
|
-
},
|
|
11
|
+
"ports": {},
|
|
16
12
|
"init": {},
|
|
17
13
|
"build": {
|
|
18
14
|
"pwa": {},
|
|
@@ -30,12 +26,12 @@
|
|
|
30
26
|
"releaseType": "manual",
|
|
31
27
|
"targetArtifact": "npm-lib-and-cli-tool",
|
|
32
28
|
"envName": "__",
|
|
33
|
-
"resolvedNewVersion": "19.0.
|
|
29
|
+
"resolvedNewVersion": "19.0.21"
|
|
34
30
|
},
|
|
35
31
|
"copyToManager": {},
|
|
36
32
|
"buildInfo": {
|
|
37
|
-
"date": "2025-05-
|
|
38
|
-
"hash": "
|
|
33
|
+
"date": "2025-05-29T20:31:44.000Z",
|
|
34
|
+
"hash": "940936605c806234976421d6b4590c7da11658f7"
|
|
39
35
|
},
|
|
40
36
|
"currentProjectName": "taon-typeorm",
|
|
41
37
|
"currentProjectType": "isomorphic-lib",
|
package/websql/package.json
CHANGED
package/client/README.md
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|