@digipair/skill-web-ionic 0.113.1 → 0.114.2

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/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # skill-test
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Building
6
+
7
+ Run `nx build skill-web-ionic` to build the library.
@@ -0,0 +1,2 @@
1
+ import './lib/skill-web-ionic';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,uBAAuB,CAAC"}
@@ -4,3 +4,4 @@ declare const version = "8";
4
4
  declare const coreStyles: HTMLLinkElement;
5
5
  declare const ionicBundleStyles: HTMLLinkElement;
6
6
  declare const ionicScript: HTMLScriptElement;
7
+ //# sourceMappingURL=skill-web-ionic.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skill-web-ionic.d.ts","sourceRoot":"","sources":["../../../src/lib/skill-web-ionic.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,cAAc,EAAE,GAAqD,CAAC;AAC5E,QAAA,MAAM,MAAM,KAAqC,CAAC;AAClD,QAAA,MAAM,OAAO,MAAM,CAAC;AAEpB,QAAA,MAAM,UAAU,iBAAiC,CAAC;AAMlD,QAAA,MAAM,iBAAiB,iBAAiC,CAAC;AAMzD,QAAA,MAAM,WAAW,mBAAmC,CAAC"}
package/package.json CHANGED
@@ -1,12 +1,33 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-ionic",
3
- "version": "0.113.1",
3
+ "version": "0.114.2",
4
+ "main": "./dist/index.cjs.js",
5
+ "module": "./dist/index.esm.js",
6
+ "types": "./dist/index.d.ts",
4
7
  "keywords": [
5
8
  "digipair",
6
9
  "web",
7
10
  "util"
8
11
  ],
9
- "dependencies": {},
10
- "main": "./index.cjs.js",
11
- "module": "./index.esm.js"
12
- }
12
+ "exports": {
13
+ ".": {
14
+ "types": "./dist/index.d.ts",
15
+ "import": "./dist/index.esm.js",
16
+ "default": "./dist/index.cjs.js"
17
+ },
18
+ "./index.esm.js": "./dist/index.esm.js",
19
+ "./index.cjs.js": "./dist/index.cjs.js",
20
+ "./package.json": "./package.json",
21
+ "./schema.json": "./dist/schema.json",
22
+ "./schema.fr.json": "./dist/schema.fr.json"
23
+ },
24
+ "files": [
25
+ "dist",
26
+ "README.md",
27
+ "package.json"
28
+ ],
29
+ "nx": {
30
+ "name": "skill-web-ionic"
31
+ },
32
+ "dependencies": {}
33
+ }
package/index.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './libs/skill-web-ionic/src/index';
@@ -1 +0,0 @@
1
- import './lib/skill-web-ionic';
File without changes
File without changes
File without changes
File without changes
File without changes