@lukso/core 1.2.9 → 1.2.10-dev.3d89223

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,"sources":["/home/runner/work/service-auth-simple/service-auth-simple/packages/core/dist/index.cjs","../src/index.ts"],"names":[],"mappings":"AAAA,yGAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACF,wDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACF,wDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACF,wDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACF,wDAA6B;AAC7B;AACE;AACF,wDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACF,wDAA6B;AAC7B;AACE;AACF,wDAA6B;AAC7B;AACE;AACF,wDAA6B;AAC7B,gCAA6B;AAC7B;AACA;ACpCA,2CAAA,CAAA;ADsCA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,02CAAC","file":"/home/runner/work/service-auth-simple/service-auth-simple/packages/core/dist/index.cjs","sourcesContent":[null,"/**\n * @lukso/core\n *\n * Core utilities, services, and mixins for LUKSO web components and applications\n */\n\n// Re-export all services and mixins\nexport * from './chains/index.js'\nexport * from './config.js'\nexport * from './mixins/index.js'\nexport * from './services/index.js'\nexport * from './utils/index.js'\n// Release update\n// build 1\n"]}
1
+ {"version":3,"sources":["/home/runner/work/service-auth-simple/service-auth-simple/packages/core/dist/index.cjs","../src/index.ts"],"names":[],"mappings":"AAAA,yGAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACF,wDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACF,wDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACF,wDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACF,wDAA6B;AAC7B;AACE;AACF,wDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACF,wDAA6B;AAC7B;AACE;AACF,wDAA6B;AAC7B;AACE;AACF,wDAA6B;AAC7B,gCAA6B;AAC7B;AACA;ACpCA,2CAAA,CAAA;ADsCA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,02CAAC","file":"/home/runner/work/service-auth-simple/service-auth-simple/packages/core/dist/index.cjs","sourcesContent":[null,"/**\n * @lukso/core\n *\n * Core utilities, services, and mixins for LUKSO web components and applications\n */\n\n// Re-export all services and mixins\nexport * from './chains/index.js'\nexport * from './config.js'\nexport * from './mixins/index.js'\nexport * from './services/index.js'\nexport * from './utils/index.js'\n// Release update\n// build 2\n"]}
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * @lukso/core\n *\n * Core utilities, services, and mixins for LUKSO web components and applications\n */\n\n// Re-export all services and mixins\nexport * from './chains/index.js'\nexport * from './config.js'\nexport * from './mixins/index.js'\nexport * from './services/index.js'\nexport * from './utils/index.js'\n// Release update\n// build 1\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQA;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * @lukso/core\n *\n * Core utilities, services, and mixins for LUKSO web components and applications\n */\n\n// Re-export all services and mixins\nexport * from './chains/index.js'\nexport * from './config.js'\nexport * from './mixins/index.js'\nexport * from './services/index.js'\nexport * from './utils/index.js'\n// Release update\n// build 2\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQA;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/core",
3
- "version": "1.2.9",
3
+ "version": "1.2.10-dev.3d89223",
4
4
  "description": "Core utilities, services, and mixins for LUKSO web components and applications",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -85,7 +85,10 @@
85
85
  "license": "MIT",
86
86
  "repository": {
87
87
  "type": "git",
88
- "url": "https://github.com/lukso-network/up-connector.git"
88
+ "url": "https://github.com/lukso-network/service-auth-simple.git"
89
+ },
90
+ "publishConfig": {
91
+ "access": "public"
89
92
  },
90
93
  "dependencies": {
91
94
  "@formatjs/intl": "^4.0.8",
package/src/index.ts CHANGED
@@ -11,4 +11,4 @@ export * from './mixins/index.js'
11
11
  export * from './services/index.js'
12
12
  export * from './utils/index.js'
13
13
  // Release update
14
- // build 1
14
+ // build 2