suncy-my-npm-test 1.0.50 → 1.0.51

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,12 +1,12 @@
1
- import { defineComponent as a, openBlock as c, createElementBlock as i, createElementVNode as o, toDisplayString as d, createTextVNode as n, defineCustomElement as p } from "vue";
2
- const m = { class: "greetings" }, u = { class: "green" }, _ = /* @__PURE__ */ a({
1
+ import { defineComponent as a, openBlock as c, createElementBlock as i, createElementVNode as o, toDisplayString as p, createTextVNode as n } from "vue";
2
+ const d = { class: "greetings" }, _ = { class: "green" }, h = /* @__PURE__ */ a({
3
3
  __name: "HelloWorld",
4
4
  props: {
5
5
  msg: {}
6
6
  },
7
7
  setup(t) {
8
- return (l, e) => (c(), i("div", m, [
9
- o("h1", u, d(t.msg), 1),
8
+ return (r, e) => (c(), i("div", d, [
9
+ o("h1", _, p(t.msg), 1),
10
10
  e[0] || (e[0] = o("h3", null, [
11
11
  n(" You’ve successfully created a project with "),
12
12
  o("a", {
@@ -29,17 +29,17 @@ const m = { class: "greetings" }, u = { class: "green" }, _ = /* @__PURE__ */ a(
29
29
  }, null, -1))
30
30
  ]));
31
31
  }
32
- }), g = (t, l) => {
32
+ }), m = (t, r) => {
33
33
  const e = t.__vccOpts || t;
34
- for (const [s, r] of l)
35
- e[s] = r;
34
+ for (const [s, l] of r)
35
+ e[s] = l;
36
36
  return e;
37
- }, h = /* @__PURE__ */ g(_, [["__scopeId", "data-v-6cb782b8"]]), f = p(h), x = MyWebComponentsPlugin = {
38
- install(t) {
39
- t.component("hello-world", f);
37
+ }, u = /* @__PURE__ */ m(h, [["__scopeId", "data-v-6cb782b8"]]), f = {
38
+ install: (t) => {
39
+ t.component("hello-world", u);
40
40
  }
41
41
  };
42
42
  export {
43
- f as HelloWorldElement,
44
- x as default
43
+ u as HelloWorld,
44
+ f as default
45
45
  };
@@ -1 +1 @@
1
- (function(t,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(t=typeof globalThis<"u"?globalThis:t||self,e(t.suncyMyNpmTest={},t.Vue))})(this,(function(t,e){"use strict";const r={class:"greetings"},d={class:"green"},i=((o,s)=>{const n=o.__vccOpts||o;for(const[a,p]of s)n[a]=p;return n})(e.defineComponent({__name:"HelloWorld",props:{msg:{}},setup(o){return(s,n)=>(e.openBlock(),e.createElementBlock("div",r,[e.createElementVNode("h1",d,e.toDisplayString(o.msg),1),n[0]||(n[0]=e.createElementVNode("h3",null,[e.createTextVNode(" You’ve successfully created a project with "),e.createElementVNode("a",{href:"https://vite.dev/",target:"_blank",rel:"noopener"},"Vite"),e.createTextVNode(" + "),e.createElementVNode("a",{href:"https://vuejs.org/",target:"_blank",rel:"noopener"},"Vue 3"),e.createTextVNode(". What's next? ")],-1)),n[1]||(n[1]=e.createElementVNode("iframe",{src:"/static/index.html",width:"100%",height:"400px"},null,-1))]))}}),[["__scopeId","data-v-6cb782b8"]]),l=e.defineCustomElement(i),c=MyWebComponentsPlugin={install(o){o.component("hello-world",l)}};t.HelloWorldElement=l,t.default=c,Object.defineProperties(t,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
1
+ (function(t,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(t=typeof globalThis<"u"?globalThis:t||self,e(t.suncyMyNpmTest={},t.Vue))})(this,(function(t,e){"use strict";const l={class:"greetings"},d={class:"green"},r=((n,s)=>{const o=n.__vccOpts||n;for(const[i,a]of s)o[i]=a;return o})(e.defineComponent({__name:"HelloWorld",props:{msg:{}},setup(n){return(s,o)=>(e.openBlock(),e.createElementBlock("div",l,[e.createElementVNode("h1",d,e.toDisplayString(n.msg),1),o[0]||(o[0]=e.createElementVNode("h3",null,[e.createTextVNode(" You’ve successfully created a project with "),e.createElementVNode("a",{href:"https://vite.dev/",target:"_blank",rel:"noopener"},"Vite"),e.createTextVNode(" + "),e.createElementVNode("a",{href:"https://vuejs.org/",target:"_blank",rel:"noopener"},"Vue 3"),e.createTextVNode(". What's next? ")],-1)),o[1]||(o[1]=e.createElementVNode("iframe",{src:"/static/index.html",width:"100%",height:"400px"},null,-1))]))}}),[["__scopeId","data-v-6cb782b8"]]),c={install:n=>{n.component("hello-world",r)}};t.HelloWorld=r,t.default=c,Object.defineProperties(t,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suncy-my-npm-test",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/suncy-my-npm-test.umd.js",