@lukso/core 1.2.9 → 1.2.10-dev.84ae4e5
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/index.cjs.map +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -2
- package/src/index.ts +1 -1
package/dist/index.cjs.map
CHANGED
|
@@ -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
|
+
{"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
|
+
{"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.
|
|
3
|
+
"version": "1.2.10-dev.84ae4e5",
|
|
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/
|
|
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