@africanies/angular-web-sdk 0.1.0 → 0.1.1
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/.nx/cache/run.json +14 -14
- package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-shm +0 -0
- package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-wal +0 -0
- package/.nx/workspace-data/d/daemon.log +316 -0
- package/.nx/workspace-data/file-map.json +2977 -2977
- package/.nx/workspace-data/project-graph.json +2 -2
- package/README.md +1 -1
- package/package.json +1 -1
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
"targetGroups": {},
|
|
827
827
|
"js": {
|
|
828
828
|
"packageName": "@africanies/angular-web-sdk",
|
|
829
|
-
"packageVersion": "0.1.
|
|
829
|
+
"packageVersion": "0.1.1",
|
|
830
830
|
"isInPackageManagerWorkspaces": true
|
|
831
831
|
}
|
|
832
832
|
},
|
|
@@ -42090,5 +42090,5 @@
|
|
|
42090
42090
|
},
|
|
42091
42091
|
"version": "6.0",
|
|
42092
42092
|
"errors": [],
|
|
42093
|
-
"computedAt":
|
|
42093
|
+
"computedAt": 1787674991009
|
|
42094
42094
|
}
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @africanies/angular-web-sdk
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Official Angular SDK for AFRICANIES product UIs. Six independently versioned packages
|
|
4
4
|
under the `@africanies` scope, published to [npm](https://www.npmjs.com/org/africanies). Workspace package:
|
|
5
5
|
**@africanies/angular-web-sdk**.
|
|
6
6
|
|