@ember-nexus/app-core 0.0.6 → 0.0.7
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/dist/browser/index.js +2 -2
- package/dist/browser/index.js.map +1 -1
- package/dist/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +19 -16
- package/CHANGELOG.md +0 -23
- package/LICENSE +0 -21
- package/README.md +0 -15
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["../../src/Init.ts","../../src/index.ts","../../src/BrowserEvent/GetServiceResolverEvent.ts","../../src/BrowserEvent/index.ts","../../src/BrowserEventListener/index.ts","../../src/Cache/Cache.ts","../../src/Cache/CacheEntry.ts","../../src/Cache/ElementCache.ts","../../src/Cache/ElementChildrenCache.ts","../../src/Cache/ElementParentsCache.ts","../../src/Cache/ElementRelatedCache.ts","../../src/Cache/IndexCache.ts","../../src/Cache/index.ts","../../src/Endpoint/index.ts","../../src/Endpoint/Element/DeleteElementEndpoint.ts","../../src/Endpoint/Element/GetElementChildrenEndpoint.ts","../../src/Endpoint/Element/GetElementEndpoint.ts","../../src/Endpoint/Element/GetElementParentsEndpoint.ts","../../src/Endpoint/Element/GetElementRelatedEndpoint.ts","../../src/Endpoint/Element/GetIndexEndpoint.ts","../../src/Endpoint/Element/PatchElementEndpoint.ts","../../src/Endpoint/Element/PostElementEndpoint.ts","../../src/Endpoint/Element/PostIndexEndpoint.ts","../../src/Endpoint/Element/PutElementEndpoint.ts","../../src/Endpoint/Element/index.ts","../../src/Endpoint/File/index.ts","../../src/Endpoint/User/DeleteTokenEndpoint.ts","../../src/Endpoint/User/GetMeEndpoint.ts","../../src/Endpoint/User/GetTokenEndpoint.ts","../../src/Endpoint/User/PostChangePasswordEndpoint.ts","../../src/Endpoint/User/PostRegisterEndpoint.ts","../../src/Endpoint/User/PostTokenEndpoint.ts","../../src/Endpoint/User/index.ts","../../src/Endpoint/WebDAV/index.ts","../../src/Error/EmberNexusError.ts","../../src/Error/LogicError.ts","../../src/Error/NetworkError.ts","../../src/Error/ParseError.ts","../../src/Error/Response401UnauthorizedError.ts","../../src/Error/Response403ForbiddenError.ts","../../src/Error/Response404NotFoundError.ts","../../src/Error/Response429TooManyRequestsError.ts","../../src/Error/ResponseError.ts","../../src/Error/ValidationError.ts","../../src/Error/index.ts","../../src/Event/NormalizedValueToRawValueEvent.ts","../../src/Event/RawValueToNormalizedValueEvent.ts","../../src/Event/index.ts","../../src/EventListener/DateTimeNormalizedValueToRawValueEventListener.ts","../../src/EventListener/DateTimeRawValueToNormalizedValueEventListener.ts","../../src/EventListener/GenericNormalizedValueToRawValueEventListener.ts","../../src/EventListener/GenericRawValueToNormalizedValueEventListener.ts","../../src/EventListener/index.ts","../../src/EventListener/initEventListener.ts","../../src/Service/ApiConfiguration.ts","../../src/Service/ApiWrapper.ts","../../src/Service/CollectionParser.ts","../../src/Service/ElementParser.ts","../../src/Service/EventDispatcher.ts","../../src/Service/FetchHelper.ts","../../src/Service/Logger.ts","../../src/Service/ServiceResolver.ts","../../src/Service/TokenParser.ts","../../src/Service/index.ts","../../src/Type/index.ts","../../src/Type/Definition/Action.ts","../../src/Type/Definition/Branded.ts","../../src/Type/Definition/Collection.ts","../../src/Type/Definition/Data.ts","../../src/Type/Definition/Element.ts","../../src/Type/Definition/ElementCollection.ts","../../src/Type/Definition/Event.ts","../../src/Type/Definition/EventDispatcher.ts","../../src/Type/Definition/EventIdentifier.ts","../../src/Type/Definition/EventListener.ts","../../src/Type/Definition/EventListenerTarget.ts","../../src/Type/Definition/InstanceConfiguration.ts","../../src/Type/Definition/Logger.ts","../../src/Type/Definition/Node.ts","../../src/Type/Definition/NodeWithOptionalId.ts","../../src/Type/Definition/OptionalPromise.ts","../../src/Type/Definition/PriorityRegistry.ts","../../src/Type/Definition/Registry.ts","../../src/Type/Definition/Relation.ts","../../src/Type/Definition/RelationWithOptionalId.ts","../../src/Type/Definition/RequestProblem.ts","../../src/Type/Definition/ServiceIdentifier.ts","../../src/Type/Definition/Token.ts","../../src/Type/Definition/UniqueUserIdentifier.ts","../../src/Type/Definition/Uuid.ts","../../src/Type/Definition/WebSdkConfigurationInterface.ts","../../src/Type/Definition/index.ts","../../src/Type/Definition/Response/EmptyResponse.ts","../../src/Type/Definition/Response/NotModifiedResponse.ts","../../src/Type/Definition/Response/ParsedResponse.ts","../../src/Type/Definition/Response/index.ts","../../src/Type/Enum/BrowserEventIdentifier.ts","../../src/Type/Enum/EventIdentifier.ts","../../src/Type/Enum/HttpRequestMethod.ts","../../src/Type/Enum/LogLevel.ts","../../src/Type/Enum/RequestProblemCategory.ts","../../src/Type/Enum/ServiceIdentifier.ts","../../src/Type/Enum/index.ts","../../src/Type/Partial/CustomEventDefaultInit.ts","../../src/Type/Partial/index.ts"],"version":"5.
|
|
1
|
+
{"root":["../../src/Init.ts","../../src/index.ts","../../src/BrowserEvent/GetServiceResolverEvent.ts","../../src/BrowserEvent/index.ts","../../src/BrowserEventListener/index.ts","../../src/Cache/Cache.ts","../../src/Cache/CacheEntry.ts","../../src/Cache/ElementCache.ts","../../src/Cache/ElementChildrenCache.ts","../../src/Cache/ElementParentsCache.ts","../../src/Cache/ElementRelatedCache.ts","../../src/Cache/IndexCache.ts","../../src/Cache/index.ts","../../src/Endpoint/index.ts","../../src/Endpoint/Element/DeleteElementEndpoint.ts","../../src/Endpoint/Element/GetElementChildrenEndpoint.ts","../../src/Endpoint/Element/GetElementEndpoint.ts","../../src/Endpoint/Element/GetElementParentsEndpoint.ts","../../src/Endpoint/Element/GetElementRelatedEndpoint.ts","../../src/Endpoint/Element/GetIndexEndpoint.ts","../../src/Endpoint/Element/PatchElementEndpoint.ts","../../src/Endpoint/Element/PostElementEndpoint.ts","../../src/Endpoint/Element/PostIndexEndpoint.ts","../../src/Endpoint/Element/PutElementEndpoint.ts","../../src/Endpoint/Element/index.ts","../../src/Endpoint/File/index.ts","../../src/Endpoint/User/DeleteTokenEndpoint.ts","../../src/Endpoint/User/GetMeEndpoint.ts","../../src/Endpoint/User/GetTokenEndpoint.ts","../../src/Endpoint/User/PostChangePasswordEndpoint.ts","../../src/Endpoint/User/PostRegisterEndpoint.ts","../../src/Endpoint/User/PostTokenEndpoint.ts","../../src/Endpoint/User/index.ts","../../src/Endpoint/WebDAV/index.ts","../../src/Error/EmberNexusError.ts","../../src/Error/LogicError.ts","../../src/Error/NetworkError.ts","../../src/Error/ParseError.ts","../../src/Error/Response401UnauthorizedError.ts","../../src/Error/Response403ForbiddenError.ts","../../src/Error/Response404NotFoundError.ts","../../src/Error/Response429TooManyRequestsError.ts","../../src/Error/ResponseError.ts","../../src/Error/ValidationError.ts","../../src/Error/index.ts","../../src/Event/NormalizedValueToRawValueEvent.ts","../../src/Event/RawValueToNormalizedValueEvent.ts","../../src/Event/index.ts","../../src/EventListener/DateTimeNormalizedValueToRawValueEventListener.ts","../../src/EventListener/DateTimeRawValueToNormalizedValueEventListener.ts","../../src/EventListener/GenericNormalizedValueToRawValueEventListener.ts","../../src/EventListener/GenericRawValueToNormalizedValueEventListener.ts","../../src/EventListener/index.ts","../../src/EventListener/initEventListener.ts","../../src/Service/ApiConfiguration.ts","../../src/Service/ApiWrapper.ts","../../src/Service/CollectionParser.ts","../../src/Service/ElementParser.ts","../../src/Service/EventDispatcher.ts","../../src/Service/FetchHelper.ts","../../src/Service/Logger.ts","../../src/Service/ServiceResolver.ts","../../src/Service/TokenParser.ts","../../src/Service/index.ts","../../src/Type/index.ts","../../src/Type/Definition/Action.ts","../../src/Type/Definition/Branded.ts","../../src/Type/Definition/Collection.ts","../../src/Type/Definition/Data.ts","../../src/Type/Definition/Element.ts","../../src/Type/Definition/ElementCollection.ts","../../src/Type/Definition/Event.ts","../../src/Type/Definition/EventDispatcher.ts","../../src/Type/Definition/EventIdentifier.ts","../../src/Type/Definition/EventListener.ts","../../src/Type/Definition/EventListenerTarget.ts","../../src/Type/Definition/InstanceConfiguration.ts","../../src/Type/Definition/Logger.ts","../../src/Type/Definition/Node.ts","../../src/Type/Definition/NodeWithOptionalId.ts","../../src/Type/Definition/OptionalPromise.ts","../../src/Type/Definition/PriorityRegistry.ts","../../src/Type/Definition/Registry.ts","../../src/Type/Definition/Relation.ts","../../src/Type/Definition/RelationWithOptionalId.ts","../../src/Type/Definition/RequestProblem.ts","../../src/Type/Definition/ServiceIdentifier.ts","../../src/Type/Definition/Token.ts","../../src/Type/Definition/UniqueUserIdentifier.ts","../../src/Type/Definition/Uuid.ts","../../src/Type/Definition/WebSdkConfigurationInterface.ts","../../src/Type/Definition/index.ts","../../src/Type/Definition/Response/EmptyResponse.ts","../../src/Type/Definition/Response/NotModifiedResponse.ts","../../src/Type/Definition/Response/ParsedResponse.ts","../../src/Type/Definition/Response/index.ts","../../src/Type/Enum/BrowserEventIdentifier.ts","../../src/Type/Enum/EventIdentifier.ts","../../src/Type/Enum/HttpRequestMethod.ts","../../src/Type/Enum/LogLevel.ts","../../src/Type/Enum/RequestProblemCategory.ts","../../src/Type/Enum/ServiceIdentifier.ts","../../src/Type/Enum/index.ts","../../src/Type/Partial/CustomEventDefaultInit.ts","../../src/Type/Partial/index.ts"],"version":"5.9.3"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-nexus/app-core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">= 20.0"
|
|
@@ -119,19 +119,12 @@
|
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
|
-
"scripts": {
|
|
123
|
-
"build": "rm -rf ./dist && yarn build:esm && yarn build:browser",
|
|
124
|
-
"build:browser": "webpack --config webpack.config.cjs",
|
|
125
|
-
"build:esm": "yarn tsc -b tsconfig.esm.json",
|
|
126
|
-
"cs": "eslint ./src ./test",
|
|
127
|
-
"cs:fix": "eslint ./src ./test --fix",
|
|
128
|
-
"test:unit": "vitest run -c ./test/vitest.config.ts Unit",
|
|
129
|
-
"test:unit:coverage": "vitest run -c ./test/vitest.config.ts Unit --coverage",
|
|
130
|
-
"prepare": "ts-patch install",
|
|
131
|
-
"typedoc": "typedoc --tsconfig tsconfig.json"
|
|
132
|
-
},
|
|
133
122
|
"author": "Syndesi <info@ember-nexus.dev>",
|
|
134
123
|
"license": "MIT",
|
|
124
|
+
"files": [
|
|
125
|
+
"dist",
|
|
126
|
+
"README.md"
|
|
127
|
+
],
|
|
135
128
|
"repository": {
|
|
136
129
|
"type": "git",
|
|
137
130
|
"url": "git+https://github.com/ember-nexus/app-core.git"
|
|
@@ -141,6 +134,7 @@
|
|
|
141
134
|
"last 1 years and not dead"
|
|
142
135
|
],
|
|
143
136
|
"dependencies": {
|
|
137
|
+
"cpy-cli": "^6.0.0",
|
|
144
138
|
"lru-cache": "^11.1.0",
|
|
145
139
|
"luxon": "^3.4.4",
|
|
146
140
|
"tslib": "^2.8.1",
|
|
@@ -184,8 +178,17 @@
|
|
|
184
178
|
"typedoc-plugin-mdn-links": "^3.1.9",
|
|
185
179
|
"typedoc-theme-hierarchy": "^5.0",
|
|
186
180
|
"typescript": "^5.5",
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
|
|
181
|
+
"vite": "^7.0.0",
|
|
182
|
+
"vitest": "^3.0.9"
|
|
183
|
+
},
|
|
184
|
+
"scripts": {
|
|
185
|
+
"build": "rm -rf ./dist && pnpm build:esm && pnpm build:browser",
|
|
186
|
+
"build:browser": "vite build",
|
|
187
|
+
"build:esm": "pnpm tsc -b tsconfig.esm.json && pnpm cpy 'src/**/*' '!src/**/*.ts' dist/esm",
|
|
188
|
+
"cs": "eslint ./src ./test",
|
|
189
|
+
"cs:fix": "eslint ./src ./test --fix",
|
|
190
|
+
"test:unit": "vitest run -c ./test/vitest.config.ts Unit",
|
|
191
|
+
"test:unit:coverage": "vitest run -c ./test/vitest.config.ts Unit --coverage",
|
|
192
|
+
"typedoc": "typedoc --tsconfig tsconfig.json"
|
|
190
193
|
}
|
|
191
|
-
}
|
|
194
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
All notable changes to this project will be documented in this file.
|
|
3
|
-
|
|
4
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
5
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
|
-
|
|
7
|
-
## Unreleased
|
|
8
|
-
|
|
9
|
-
## 0.0.6 - 2025-06-29
|
|
10
|
-
|
|
11
|
-
## 0.0.5 - 2025-06-29
|
|
12
|
-
|
|
13
|
-
## 0.0.4 - 2025-06-28
|
|
14
|
-
|
|
15
|
-
## 0.0.3 - 2025-06-28
|
|
16
|
-
|
|
17
|
-
## 0.0.2 - 2025-06-27
|
|
18
|
-
|
|
19
|
-
## 0.0.1 - 2025-05-18
|
|
20
|
-
### Added
|
|
21
|
-
- Initial code, copied from Ember Nexus Web SDK.
|
|
22
|
-
- Add service resolver.
|
|
23
|
-
- Add event dispatcher, inspired by Symfony.
|
package/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 Ember-Nexus
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
package/README.md
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# Ember Nexus: App Core
|
|
2
|
-
|
|
3
|
-

|
|
4
|
-
[](https://www.npmjs.com/package/@ember-nexus/app-core)
|
|
5
|
-

|
|
6
|
-
[](https://discord.gg/qbQFBrJrRC)
|
|
7
|
-
|
|
8
|
-
The app core library provides the foundational runtime components and definitions that enable modular and extensible
|
|
9
|
-
plugin integration.
|
|
10
|
-
It is programmed in a framework-agnostic way.
|
|
11
|
-
|
|
12
|
-
## Quick Links
|
|
13
|
-
|
|
14
|
-
- [Check out the documentation](https://ember-nexus.github.io/app-core)
|
|
15
|
-
- [Find us on NPM](https://www.npmjs.com/package/@ember-nexus/app-core)
|