@openremote/or-timeline 1.0.3 → 1.2.0-snapshot.20240512155407
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/umd/index.bundle.js +6 -432
- package/dist/umd/index.bundle.js.LICENSE.txt +21 -0
- package/dist/umd/index.js +9 -169
- package/dist/umd/index.js.LICENSE.txt +17 -0
- package/dist/umd/index.orbundle.js +6 -432
- package/dist/umd/index.orbundle.js.LICENSE.txt +21 -0
- package/package.json +13 -13
- package/.project +0 -17
- package/.settings/org.eclipse.buildship.core.prefs +0 -2
- package/LICENSE.txt +0 -2359
- package/dist/index.js +0 -287
- /package/{dist → lib}/index.d.ts +0 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2017 Google LLC
|
|
4
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @license
|
|
9
|
+
* Copyright 2019 Google LLC
|
|
10
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* @license
|
|
15
|
+
* Copyright 2021 Google LLC
|
|
16
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
//! moment.js
|
|
20
|
+
|
|
21
|
+
//! moment.js locale configuration
|
package/package.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openremote/or-timeline",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.2.0-snapshot.20240512155407",
|
|
4
4
|
"description": "OpenRemote Timeline",
|
|
5
5
|
"main": "dist/umd/index.bundle.js",
|
|
6
|
-
"module": "
|
|
7
|
-
"
|
|
6
|
+
"module": "lib/index.js",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": "./lib/index.js",
|
|
9
|
+
"./*": "./lib/*.js"
|
|
10
|
+
},
|
|
11
|
+
"types": "lib/index.d.ts",
|
|
8
12
|
"scripts": {
|
|
9
13
|
"test": "echo \"No tests\" && exit 0",
|
|
10
|
-
"prepublishOnly": "npx
|
|
14
|
+
"prepublishOnly": "npx webpack"
|
|
11
15
|
},
|
|
12
16
|
"author": "OpenRemote",
|
|
13
17
|
"license": "AGPL-3.0-or-later",
|
|
14
18
|
"dependencies": {
|
|
15
|
-
"lit
|
|
16
|
-
"moment": "^2.
|
|
19
|
+
"lit": "^2.0.2",
|
|
20
|
+
"moment": "^2.29.4"
|
|
17
21
|
},
|
|
18
22
|
"devDependencies": {
|
|
19
|
-
"
|
|
20
|
-
"typescript": ">=3.4.5",
|
|
21
|
-
"webpack": "^4.41.2",
|
|
22
|
-
"webpack-cli": "^3.3.9"
|
|
23
|
+
"@openremote/util": "1.2.0-snapshot.20240512155407"
|
|
23
24
|
},
|
|
24
25
|
"publishConfig": {
|
|
25
26
|
"access": "public"
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
}
|
|
27
|
+
}
|
|
28
|
+
}
|
package/.project
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<projectDescription>
|
|
3
|
-
<name>or-timeline</name>
|
|
4
|
-
<comment>Project or-timeline created by Buildship.</comment>
|
|
5
|
-
<projects>
|
|
6
|
-
</projects>
|
|
7
|
-
<buildSpec>
|
|
8
|
-
<buildCommand>
|
|
9
|
-
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
|
|
10
|
-
<arguments>
|
|
11
|
-
</arguments>
|
|
12
|
-
</buildCommand>
|
|
13
|
-
</buildSpec>
|
|
14
|
-
<natures>
|
|
15
|
-
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
|
|
16
|
-
</natures>
|
|
17
|
-
</projectDescription>
|