@anglr/datetime 1.0.0-beta.20210712072449 → 1.0.0
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/changelog.md +1 -1
- package/package.json +7 -7
- package/readme.md +3 -0
- package/version.bak +1 -1
package/changelog.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anglr/datetime",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Angular library for datetime manipulation components",
|
|
5
5
|
"module": "./dist/es5/datetime.js",
|
|
6
6
|
"esm2015": "./dist/es2015/datetime.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build:datetime": "ngc -p tsconfig.es5.json && ngc -p tsconfig.es2015.json",
|
|
12
12
|
"build:date-fns": "ngc -p date-fns/tsconfig.es5.json && ngc -p date-fns/tsconfig.es2015.json",
|
|
13
13
|
"build:moment": "ngc -p moment/tsconfig.es5.json && ngc -p moment/tsconfig.es2015.json",
|
|
14
|
-
"clean": "rimraf dist
|
|
14
|
+
"clean": "rimraf dist **/tsdoc-metadata.json src/**/*.d.ts src/**/*.d.ts.map date-fns/**/*.d.ts date-fns/**/*.d.ts.map moment/**/*.d.ts moment/**/*.d.ts.map */*.metadata.json ./*.metadata.json ./*.d.ts ./*d.ts.map */dist",
|
|
15
15
|
"clean:duplicates": "rimraf */dist/*/src",
|
|
16
16
|
"clean:deps": "rimraf package-lock.json node_modules",
|
|
17
17
|
"clean:all": "npm run clean && npm run clean:deps",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@angular/animations": ">=11.0.0",
|
|
62
62
|
"rxjs": ">=6.5.0",
|
|
63
63
|
"@jscrpt/common": ">=1.2.0-beta",
|
|
64
|
-
"@anglr/common": ">=
|
|
64
|
+
"@anglr/common": ">=9.0.0-beta",
|
|
65
65
|
"date-fns": "^2.16.1",
|
|
66
66
|
"moment": "^2.29.1",
|
|
67
67
|
"positions": "^1.6.2"
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"@angular/forms": "^11.0.0",
|
|
73
73
|
"@angular/animations": "^11.0.0",
|
|
74
74
|
"rxjs": "^6.5.0",
|
|
75
|
-
"@jscrpt/common": "^1.2.0
|
|
76
|
-
"@anglr/common": "^
|
|
75
|
+
"@jscrpt/common": "^1.2.0",
|
|
76
|
+
"@anglr/common": "^9.0.0",
|
|
77
77
|
"date-fns": "^2.19.0",
|
|
78
78
|
"moment": "^2.29.1",
|
|
79
79
|
"positions": "^1.6.2",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"@angular/compiler": "^11.0.0",
|
|
84
84
|
"@angular/language-service": "^11.0.0",
|
|
85
85
|
"@ngtools/webpack": "11.2.4",
|
|
86
|
-
"@microsoft/api-extractor": "7.
|
|
87
|
-
"@microsoft/api-documenter": "7.
|
|
86
|
+
"@microsoft/api-extractor": "7.18.4",
|
|
87
|
+
"@microsoft/api-documenter": "7.13.34",
|
|
88
88
|
"tsickle": "0.39.1",
|
|
89
89
|
"karma": "6.2.0",
|
|
90
90
|
"karma-cli": "2.0.0",
|
package/readme.md
CHANGED
|
@@ -4,5 +4,8 @@
|
|
|
4
4
|
# Angular Datetime
|
|
5
5
|
|
|
6
6
|
- [API](https://ressurectit.github.io/#/content/api/ng-datetime/datetime)
|
|
7
|
+
- [API Moment](https://ressurectit.github.io/#/content/api/ng-datetime-date-fns/datetime-date-fns)
|
|
8
|
+
- [API Date FNS](https://ressurectit.github.io/#/content/api/ng-datetime-moment/datetime-moment)
|
|
9
|
+
- [Samples](https://ressurectit.github.io/#/content/datetime#samples)
|
|
7
10
|
|
|
8
11
|
Library that contains components and directives used for datetime manipulation.
|
package/version.bak
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.0
|
|
1
|
+
1.0.0
|