@steedos-widgets/fullcalendar 1.0.34 → 1.0.35

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.
@@ -3,8 +3,8 @@
3
3
  {
4
4
  "package": "@steedos-widgets/fullcalendar",
5
5
  "urls": [
6
- "https://8080-lavender-jaguar-hd5ptctn.ws.vscode.steedos.cn/@steedos-widgets/fullcalendar/dist/fullcalendar.umd.js",
7
- "https://8080-lavender-jaguar-hd5ptctn.ws.vscode.steedos.cn/@steedos-widgets/fullcalendar/dist/fullcalendar.umd.css"
6
+ "http://127.0.0.1:8080/@steedos-widgets/fullcalendar/dist/fullcalendar.umd.js",
7
+ "http://127.0.0.1:8080/@steedos-widgets/fullcalendar/dist/fullcalendar.umd.css"
8
8
  ],
9
9
  "library": "BuilderFullCalendar"
10
10
  }
@@ -15,10 +15,10 @@
15
15
  "npm": {
16
16
  "package": "@steedos-widgets/fullcalendar"
17
17
  },
18
- "url": "https://8080-lavender-jaguar-hd5ptctn.ws.vscode.steedos.cn/@steedos-widgets/fullcalendar/dist/meta.js",
18
+ "url": "http://127.0.0.1:8080/@steedos-widgets/fullcalendar/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://8080-lavender-jaguar-hd5ptctn.ws.vscode.steedos.cn/@steedos-widgets/fullcalendar/dist/meta.js",
21
- "design": "https://8080-lavender-jaguar-hd5ptctn.ws.vscode.steedos.cn/@steedos-widgets/fullcalendar/dist/meta.js"
20
+ "default": "http://127.0.0.1:8080/@steedos-widgets/fullcalendar/dist/meta.js",
21
+ "design": "http://127.0.0.1:8080/@steedos-widgets/fullcalendar/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
package/dist/assets.json CHANGED
@@ -3,8 +3,8 @@
3
3
  {
4
4
  "package": "@steedos-widgets/fullcalendar",
5
5
  "urls": [
6
- "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.34/dist/fullcalendar.umd.js",
7
- "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.34/dist/fullcalendar.umd.css"
6
+ "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.35/dist/fullcalendar.umd.js",
7
+ "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.35/dist/fullcalendar.umd.css"
8
8
  ],
9
9
  "library": "BuilderFullCalendar"
10
10
  }
@@ -15,10 +15,10 @@
15
15
  "npm": {
16
16
  "package": "@steedos-widgets/fullcalendar"
17
17
  },
18
- "url": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.34/dist/meta.js",
18
+ "url": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.35/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.34/dist/meta.js",
21
- "design": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.34/dist/meta.js"
20
+ "default": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.35/dist/meta.js",
21
+ "design": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.35/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/fullcalendar",
3
3
  "private": false,
4
- "version": "1.0.34",
4
+ "version": "1.0.35",
5
5
  "main": "dist/fullcalendar.cjs.js",
6
6
  "module": "dist/fullcalendar.esm.js",
7
7
  "unpkg": "dist/fullcalendar.umd.js",
@@ -54,7 +54,7 @@
54
54
  "@fullcalendar/list": "^5.11.3",
55
55
  "@fullcalendar/react": "^5.11.3",
56
56
  "@fullcalendar/timegrid": "^5.11.3",
57
- "@steedos-widgets/amis-lib": "1.0.34"
57
+ "@steedos-widgets/amis-lib": "1.0.35"
58
58
  },
59
- "gitHead": "2c9941f325b3e4a4e0846e2a4eab5567c40b8202"
59
+ "gitHead": "54e431f0239dcb140be8658445c532ff5e9ef947"
60
60
  }