ode-ngjs-front 1.3.2 → 1.4.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recorder-audio.d.ts","sourceRoot":"","sources":["../../../src/ts/utils/recorder-audio.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AA6BjE;;GAEG;AACH,eAAO,IAAI,cAAc;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"recorder-audio.d.ts","sourceRoot":"","sources":["../../../src/ts/utils/recorder-audio.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AA6BjE;;GAEG;AACH,eAAO,IAAI,cAAc;;;;;;;;;;uBAiRO,QAAQ;;;;;iBAYd,OAAO;CAQ7B,CAAC"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
/** Short for accessing to the global ConfigurationFramework. */
|
|
2
2
|
export declare function conf(): import("ode-ts-client").IConfigurationFramework;
|
|
3
|
-
/** Short for accessing to the global ExplorerFramework. */
|
|
4
|
-
export declare function explore(): import("ode-ts-client").IExplorerFramework;
|
|
5
3
|
/** Short for accessing to the global NotifyFramework. */
|
|
6
4
|
export declare function notif(): import("ode-ts-client").INotifyFramework;
|
|
7
5
|
/** Short for accessing to the global http client. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shorts.d.ts","sourceRoot":"","sources":["../../../src/ts/utils/shorts.ts"],"names":[],"mappings":"AAEA,iEAAiE;AACjE,wBAAgB,IAAI,oDAEnB;AACD,
|
|
1
|
+
{"version":3,"file":"shorts.d.ts","sourceRoot":"","sources":["../../../src/ts/utils/shorts.ts"],"names":[],"mappings":"AAEA,iEAAiE;AACjE,wBAAgB,IAAI,oDAEnB;AACD,0DAA0D;AAC1D,wBAAgB,KAAK,6CAEpB;AACD,sDAAsD;AACtD,wBAAgB,IAAI,kCAEnB;AACD,kDAAkD;AAClD,wBAAgB,OAAO,qCAEtB"}
|
package/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ode-ngjs-front
|
|
1
|
+
ode-ngjs-front 26/10/2023 12:03:08
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-ngjs-front",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Open Digital Education Frontend Framework",
|
|
5
5
|
"main": "dist/ts/index.js",
|
|
6
6
|
"types": "dist/ts/index.d.ts",
|
|
@@ -51,11 +51,14 @@
|
|
|
51
51
|
"karma-chrome-launcher": "^3.1.0",
|
|
52
52
|
"karma-jasmine": "^4.0.1",
|
|
53
53
|
"moment-locales-webpack-plugin": "~1.2.0",
|
|
54
|
-
"ode-ts-client": "
|
|
54
|
+
"ode-ts-client": "master",
|
|
55
55
|
"terser-webpack-plugin": "5.1.4",
|
|
56
56
|
"ts-loader": "^8.0.18",
|
|
57
57
|
"typescript": "4.2.2",
|
|
58
58
|
"webpack": "5.53.0",
|
|
59
59
|
"webpack-cli": "4.8.0"
|
|
60
|
+
},
|
|
61
|
+
"engines": {
|
|
62
|
+
"node": "16 || 18"
|
|
60
63
|
}
|
|
61
64
|
}
|